Keeper SDK Class Library
C#
Show/Hide TOC
Vault
Data
Try
Get
Username Method
Gets user email by user account Uid
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
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
.
Implements
IVaultData
TryGetUsername(String, String
)
See Also
Reference
VaultData Class
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also