Click or drag to resize

VaultData Constructor

Instantiates VaultData instance.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public VaultData(
	byte[] clientKey,
	IKeeperStorage storage
)

Parameters

clientKey  Byte
IKeeperStorage encryption key.
storage  IKeeperStorage
Vault storage.
See Also