Click or drag to resize

PasswordStepVerifyBiometricKey Method

Verifies biometric key

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task VerifyBiometricKey(
	byte[] biometricKey
)

Parameters

biometricKey  Byte
Biometric key

Return Value

Task
Awaitable task
See Also