Click or drag to resize

VaultDataTryGetKeeperRecord Method

Gets the Keeper record associated with the specified record UID from a record cache.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public bool TryGetKeeperRecord(
	string recordUid,
	out KeeperRecord record
)

Parameters

recordUid  String
Record UID
record  KeeperRecord
When this method returns true, contains requested record; otherwise null

Return Value

Boolean
true in the vault contains a record with specified UID; otherwise, false

Implements

IVaultDataTryGetKeeperRecord(String, KeeperRecord)
See Also