IVault |
public interface IVaultData
The IVaultData type exposes the following members.
Name | Description | |
---|---|---|
ApplicationCount | Gets number of all Keeper Secret Manager Applications. | |
ClientKey | Gets client key. AES encryption key that encrypts data in the local storage Storage | |
Folders | Get the list of all folders in the vault. Both user and shared folders. | |
KeeperApplications | Gets list of all Keeper Secret Manager Applications. | |
KeeperRecords | Get the list of all records in the vault. | |
RecordCount | Gets the number of all records in the vault. | |
Records | Obsolete. Get the list of all legacy records in the vault. | |
RecordTypes | Gets list of all registered record types. | |
RootFolder | Gets vault root folder. My Vault | |
SharedFolderCount | Gets number of all shared folders in the vault. | |
SharedFolders | Get the list of all shared folders in the vault. | |
Storage | Gets encrypted vault storage. | |
TeamCount | Gets the number of all teams user is member of. | |
Teams | Get list of all teams user is member of. |
Name | Description | |
---|---|---|
LoadNonSharedDataT | Loads non shared (or per user) data associated with the record. | |
TryGetFolder | Gets the folder associated with the specified folder UID. | |
TryGetKeeperApplication | Gets a KSM application associated with a specified team UID. | |
TryGetKeeperRecord | Gets the Keeper record associated with the specified record UID from a record cache. | |
TryGetRecord | Obsolete. Gets the legacy record associated with the specified record UID. | |
TryGetRecordTypeByName | Gets record type meta data associated with the record type name. | |
TryGetSharedFolder | Gets shared folder associated with a specified record UID. | |
TryGetTeam | Gets a team associated with a specified team UID. | |
TryLoadKeeperRecord | Tries to load a Keeper from storage. The loaded record can be modified and discarded without changing a record cache. |