CryptoUtilsCreateBioAuthHash Method

Creates Auth hash for authorization with Biometrics

Definition

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

Parameters

biometricKey  Byte
Biometric key

Return Value

Byte
Auth hash

See Also