Keeper SDK Class Library
C#
Show/Hide TOC
IVault
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
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
.
See Also
Reference
IVaultData Interface
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
See Also