Click or drag to resize

FieldTypePasskey Class

"passkey" field type
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultFieldTypeBase
    KeeperSecurity.VaultFieldTypePasskey

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class FieldTypePasskey : FieldTypeBase

The FieldTypePasskey type exposes the following members.

Constructors
 NameDescription
Public methodFieldTypePasskeyInitializes a new instance of the FieldTypePasskey class
Top
Properties
 NameDescription
Public propertyCreatedDate Gets or sets Created Date
Public propertyCredentialId Gets or sets Credential Id
Public propertyPrivateKey 
Public propertyRelyingParty Gets or sets Relying Party
Public propertySignCount Gets or sets Sign Count
Public propertyUserId Gets or sets User Id
Public propertyUsername Gets or sets Username
Top
See Also