Keeper SDK Class Library
C#
Show/Hide TOC
Vault
Online Constructor
Instantiate
VaultOnline
instance.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
VaultOnline
(
IAuthentication
auth
,
IKeeperStorage
storage
=
null
)
Parameters
auth
IAuthentication
Keeper authentication.
storage
IKeeperStorage
(Optional)
Keeper offline storage.
See Also
Reference
VaultOnline Class
KeeperSecurity.Vault Namespace
In This Article
Definition
See Also