Click or drag to resize

ISecretManagerGetSecretManagerApplication Method

Gets Keeper Secret Manager Application Details

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task<SecretsManagerApplication> GetSecretManagerApplication(
	string applicationUid,
	bool force = true
)

Parameters

applicationUid  String
Application UID.
force  Boolean  (Optional)
Force reloading

Return Value

TaskSecretsManagerApplication
Secret Manager Application Info
See Also