IVaultDataKeeperRecords Property

Get the list of all records in the vault.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
IEnumerable<KeeperRecord> KeeperRecords { get; }

Property Value

IEnumerableKeeperRecord

See Also