Keeper SDK Class Library
C#
Show/Hide TOC
Vault
Data
Client
Key Property
Gets client key. AES encryption key that encrypts data in the local storage
Storage
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
byte
[]
ClientKey
{
get
; }
Property Value
Byte
Implements
IVaultData
ClientKey
See Also
Reference
VaultData Class
KeeperSecurity.Vault Namespace
In This Article
Definition
Property Value
Implements
See Also