Interface ICurrentUser
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public interface ICurrentUser
Properties
Authenticated
Declaration
bool Authenticated { get; }
Property Value
Type |
Description |
System.Boolean |
|
DisplayName
Declaration
string DisplayName { get; }
Property Value
Type |
Description |
System.String |
|
EmailAddress
Declaration
string EmailAddress { get; }
Property Value
Type |
Description |
System.String |
|
IsCorporate
Declaration
bool IsCorporate { get; }
Property Value
Type |
Description |
System.Boolean |
|
LastLogin
Declaration
DateTime LastLogin { get; }
Property Value
Type |
Description |
System.DateTime |
|
PrimaryRole
Declaration
string PrimaryRole { get; }
Property Value
Type |
Description |
System.String |
|
Rights
Declaration
Property Value
Type |
Description |
System.String[] |
|
SecondaryRole
Declaration
string SecondaryRole { get; }
Property Value
Type |
Description |
System.String |
|
UserName
Declaration
Property Value
Type |
Description |
System.String |
|