Click or drag to resize

KeyType Enumeration

Specifies key used for entity encryption.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public enum KeyType
Members
Member nameValueDescription
NoKey0 No entity key. Use data key.
DataKey1 Key encrypted with the user data kay.
PrivateKey2 Key is encrypted with the user RSA key.
SharedFolderKey3 Key is encrypted with shared folder key.
TeamKey4 Key is encrypted with team key.
TeamPrivateKey5 Key is encrypted with team RSA key.
RecordKey6 Key is encrypted with record key.
See Also