Keeper SDK Class Library
C#
Show/Hide TOC
Vault
Data
Try
Get
Account
Uid 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
TryGetAccountUid
(
string
username
,
out
string
accountUid
)
Parameters
username
String
Username / Email
accountUid
String
User Account Uid
Return Value
Boolean
true
if email exists; otherwise,
false
.
Implements
IVaultData
TryGetAccountUid(String, String
)
See Also
Reference
VaultData Class
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also