Unosquare
    Show / Hide Table of Contents

    Class ApplicationUser

    Represents an User.

    Inheritance
    System.Object
    ApplicationUser
    Namespace: Swan.AspNetCore.Models
    Syntax
    public class ApplicationUser : ClaimsIdentity

    Properties

    Email

    Gets or sets the email.

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

    PasswordHash

    Gets or sets the password hash.

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

    PhoneNumber

    Gets or sets the phone number.

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

    PhoneNumberConfirmed

    Gets or sets a value indicating whether [phone number confirmed].

    Declaration
    public bool PhoneNumberConfirmed { get; set; }
    Property Value
    Type Description
    System.Boolean

    TwoFactorEnabled

    Gets or sets a value indicating whether [two factor enabled].

    Declaration
    public bool TwoFactorEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    UserId

    Gets or sets the user identifier.

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

    UserName

    Gets or sets the name of the user.

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

    See Also

    System.Security.Claims.ClaimsIdentity

    Comments

    Back to top Copyright © 2017-2019 Unosquare