IVaultDataTryGetUsername Method

Gets user email by user account Uid

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
bool TryGetUsername(
	string accountUid,
	out string username
)

Parameters

accountUid  String
User Account Uid
username  String
Username / Email

Return Value

Boolean
true if accountUid exists; otherwise, false.

See Also