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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
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