VaultData Constructor

Instantiates VaultData instance.

Definition

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

Parameters

clientKey  Byte
IKeeperStorage encryption key.
storage  IKeeperStorage
Vault storage.

See Also