Search Results for

    Show / Hide Table of Contents

    Interface ILocalUser

    Namespace: ImageVault.Web.Security
    Assembly: ImageVault.Web.dll
    Syntax
    public interface ILocalUser

    Properties

    Email

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

    Id

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

    IsApproved

    Declaration
    bool IsApproved { get; }
    Property Value
    Type Description
    System.Boolean

    IsLockedOut

    Declaration
    bool IsLockedOut { get; }
    Property Value
    Type Description
    System.Boolean

    Logins

    Declaration
    IList<LoginInfo> Logins { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<LoginInfo>

    UserName

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

    Methods

    GetRoleIds()

    Declaration
    IList<string> GetRoleIds()
    Returns
    Type Description
    System.Collections.Generic.IList<System.String>

    HasPassword()

    Declaration
    bool HasPassword()
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top (c) Meriworks 2002-2022