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