InMemoryKeeperStorageRecords Property

Gets record entity storage.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public IEntityStorage<IStorageRecord> Records { get; }

Property Value

IEntityStorageIStorageRecord

Implements

IKeeperStorageRecords

See Also