InMemoryKeeperStorage Class

Provides in memory implementation of IKeeperStorage interface.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class InMemoryKeeperStorage : IKeeperStorage
Inheritance
Object    InMemoryKeeperStorage
Implements
IKeeperStorage

Constructors

InMemoryKeeperStorageInitializes a new instance of the InMemoryKeeperStorage class

Properties

FolderRecords Gets folder's record entity link storage.
Folders Gets folder entity storage.
NonSharedData Gets non-shared record data entity storage.
PersonalScopeUid ID for logged in user.
RecordKeys Gets record key entity link storage.
Records Gets record entity storage.
RecordTypes Gets record type's entity storage
SharedFolderKeys Gets shared folder key entity link storage
SharedFolderPermissions Gets shared folder user permission entity link storage.
SharedFolders Gets shared folder entity storage.
Teams Gets team entity storage.
UserEmails Gets user email storage
VaultSettings Gets or sets settings.

Methods

Clear Clear offline Keeper vault storage.

See Also