| SignDocVerificationResultcheckBiometricHash Method |
Check the hash of the biometric data.
This function fails for document time stamps, see getMethod().
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic bool checkBiometricHash(
byte[] bio
)
Public Function checkBiometricHash (
bio As Byte()
) As Boolean
public:
bool checkBiometricHash(
array<unsigned char>^ bio
)
member checkBiometricHash :
bio : byte[] -> bool
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