Click or drag to resize

IPasswordInfo Interface

Base interface for password validation.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IPasswordInfo

The IPasswordInfo type exposes the following members.

Properties
 NameDescription
Public propertyInvokeBiometricsActionDelegate Biometric Key validation delegate
Public propertyInvokePasswordActionDelegate Master password validation delegate.
Public propertyUsername Username.
Top
See Also