Click or drag to resize

AuthCommonUsername Property

Gets user email address.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public string Username { get; }

Property Value

String

Implements

IAuthEndpointUsername
Remarks
This property is set by Login method
See Also