Click or drag to resize

IKeeperStorage Interface

Defines properties for offline Keeper vault storage.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IKeeperStorage

The IKeeperStorage type exposes the following members.

Properties
 NameDescription
Public propertyFolderRecords Gets folder's record entity link storage.
Public propertyFolders Gets folder entity storage.
Public propertyNonSharedData Gets non-shared record data entity storage.
Public propertyPersonalScopeUid ID for logged in user.
Public propertyRecordKeys Gets record key entity link storage.
Public propertyRecords Gets record entity storage.
Public propertyRecordTypes Gets record type's entity storage
Public propertyRevision Gets or sets revision.
Public propertySharedFolderKeys Gets shared folder key entity link storage
Public propertySharedFolderPermissions Gets shared folder user permission entity link storage.
Public propertySharedFolders Gets shared folder entity storage.
Public propertyTeams Gets team entity storage.
Top
Methods
 NameDescription
Public methodClear Clear offline Keeper vault storage.
Top
See Also