Click or drag to resize

CryptoUtilsCreateBioAuthHash Method

Creates Auth hash for authorization with Biometrics

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static byte[] CreateBioAuthHash(
	byte[] biometricKey
)

Parameters

biometricKey  Byte
Biometric key

Return Value

Byte
Auth hash
See Also