Keeper SDK Class Library
C#
Show/Hide TOC
IKey
Loader
Try
Get
User
Keys Method
Gets user's keys.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
bool
TryGetUserKeys
(
string
username
,
out
UserKeys
keys
)
Parameters
username
String
Username
keys
UserKeys
user's keys
Return Value
Boolean
true if keys exist false if does not
See Also
Reference
IKeyLoader Interface
KeeperSecurity.Authentication Namespace
In This Article
Definition
Parameters
Return Value
See Also