Click or drag to resize

UserKeys Class

Defines user or team keys
Inheritance Hierarchy
SystemObject
  KeeperSecurity.AuthenticationUserKeys

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public class UserKeys

The UserKeys type exposes the following members.

Constructors
 NameDescription
Public methodUserKeysInitializes a new instance of the UserKeys class
Top
Properties
 NameDescription
Public propertyAesKey AES key
Public propertyEcPublicKey ECC public key
Public propertyRsaPublicKey RSA public key
Top
See Also