Keeper SDK Class Library
C#
Show/Hide TOC
IAuth
Endpoint
Username Property
Gets user email address.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
string
Username
{
get
; }
Property Value
String
Remarks
This property is set by
Login
method
See Also
Reference
IAuthEndpoint Interface
KeeperSecurity.Authentication Namespace
In This Article
Definition
Remarks
See Also