IVaultDataRecords Property

Note: This API is now obsolete.
Get the list of all legacy records in the vault.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
[ObsoleteAttribute("Use KeeperRecords")]
IEnumerable<PasswordRecord> Records { get; }

Property Value

IEnumerablePasswordRecord

See Also