Click or drag to resize
SignDocVerificationResultgetBiometricEncryption Method
Get the encryption method used for biometric data of the signature field. This function fails for document time stamps, see getMethod().

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public BiometricEncryption getBiometricEncryption()

Return Value

Type: BiometricEncryption
The encryption method: @ref SignDocSignatureParameters.be_rsa, @ref SignDocSignatureParameters.be_fixed, @ref SignDocSignatureParameters.be_binary, or @ref SignDocSignatureParameters.be_passphrase.
See Also