Click or drag to resize

VaultOnlineGetSecretManagerApplication Method

Gets Keeper Secret Manager Application Details

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

Parameters

recordUid  String

[Missing <param name="recordUid"/> documentation for "M:KeeperSecurity.Vault.VaultOnline.GetSecretManagerApplication(System.String,System.Boolean)"]

force  Boolean  (Optional)
Force reloading

Return Value

TaskSecretsManagerApplication
Secret Manager Application Info

Implements

ISecretManagerGetSecretManagerApplication(String, Boolean)
See Also