Click or drag to resize
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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public 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