Click or drag to resize

IVaultDataTryGetKeeperApplication Method

Gets a KSM application associated with a specified team UID.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
bool TryGetKeeperApplication(
	string applicationUid,
	out ApplicationRecord application
)

Parameters

applicationUid  String
Team UID.
application  ApplicationRecord
When this method returns true, contains requested team; otherwise null.

Return Value

Boolean
true in the vault contains a application with specified UID; otherwise, false.
See Also