Click or drag to resize

IVaultDataRecords Property

Note: This API is now obsolete.

Get the list of all legacy records in the vault.

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

Property Value

IEnumerablePasswordRecord
See Also