KeyType Enumeration

Specifies key used for entity encryption.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public enum KeyType

Members

ClientKeyAesGcm1 AES GCM encryption with the user's client key.
SharedFolderKeyAesAny4 AES CBC/GCM with shared folder key.
TeamKeyAesGcm5 AES encryption with team key.
RecordKeyAesGcm7 Key is encrypted with record key.

See Also