Search Results for

    Show / Hide Table of Contents

    Interface ICurrentUser

    Namespace: DirectScale.Disco.Extension.Services
    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
    string[] Rights { get; }
    Property Value
    Type Description
    System.String[]

    SecondaryRole

    Declaration
    string SecondaryRole { get; }
    Property Value
    Type Description
    System.String

    UserName

    Declaration
    string UserName { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX