Click or drag to resize

InMemoryKeeperStorage Class

Provides in memory implementation of IKeeperStorage interface.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultInMemoryKeeperStorage

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

The InMemoryKeeperStorage type exposes the following members.

Constructors
 NameDescription
Public methodInMemoryKeeperStorageInitializes a new instance of the InMemoryKeeperStorage class
Top
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 
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