Specifies key used for entity encryption.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax Members Member name | Value | Description |
---|
NoKey | 0 |
No entity key. Use data key.
|
DataKey | 1 |
Key encrypted with the user data kay.
|
PrivateKey | 2 |
Key is encrypted with the user RSA key.
|
SharedFolderKey | 3 |
Key is encrypted with shared folder key.
|
TeamKey | 4 |
Key is encrypted with team key.
|
TeamPrivateKey | 5 |
Key is encrypted with team RSA key.
|
RecordKey | 6 |
Key is encrypted with record key.
|
See Also