Click or drag to resize

VaultDataClientKey Property

Gets client key. AES encryption key that encrypts data in the local storage Storage

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public byte[] ClientKey { get; }

Property Value

Byte

Implements

IVaultDataClientKey
See Also