Click or drag to resize

VaultDataKeeperApplications Property

Gets list of all Keeper Secret Manager Applications.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public IEnumerable<ApplicationRecord> KeeperApplications { get; }

Property Value

IEnumerableApplicationRecord

Implements

IVaultDataKeeperApplications
See Also