Keeper SDK Class Library
C#
Show/Hide TOC
Key
Type Enumeration
Specifies key used for entity encryption.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
enum
KeyType
Members
ClientKeyAesGcm
1
AES GCM encryption with the user's client key.
SharedFolderKeyAesAny
4
AES CBC/GCM with shared folder key.
TeamKeyAesGcm
5
AES encryption with team key.
RecordKeyAesGcm
7
Key is encrypted with record key.
See Also
Reference
KeeperSecurity.Vault Namespace
In This Article
Definition
Members
See Also