Click or drag to resize

VaultOnline Constructor

Instantiate VaultOnline instance.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public VaultOnline(
	IAuthentication auth,
	IKeeperStorage storage = null
)

Parameters

auth  IAuthentication
Keeper authentication.
storage  IKeeperStorage  (Optional)
Keeper offline storage.
See Also