| SignDocVerificationResultcheckBiometricHash Method |
Check the hash of the biometric data.
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
Syntaxpublic bool checkBiometricHash(
byte[] bio
)
Parameters
- bio
- Type: SystemByte
Unencrypted biometric data,
typically retrieved by getBiometricData().
Return Value
Type:
Boolean true if the hash is OK, false if the hash doesn't match (the
document has been tampered with).
See Also