Unosquare
    Show / Hide Table of Contents

    Class ClientSettings

    Represents all of the strongly-typed application settings loaded from a JSON file.

    Inheritance
    System.Object
    ClientSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Unosquare.PassCore.Web.Models
    Syntax
    public class ClientSettings

    Properties

    Alerts

    Declaration
    public Alerts Alerts { get; set; }
    Property Value
    Type Description
    Alerts

    ApplicationTitle

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

    ChangePasswordForm

    Declaration
    public ChangePasswordForm ChangePasswordForm { get; set; }
    Property Value
    Type Description
    ChangePasswordForm

    ChangePasswordTitle

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

    ErrorsPasswordForm

    Declaration
    public ErrorsPasswordForm ErrorsPasswordForm { get; set; }
    Property Value
    Type Description
    ErrorsPasswordForm

    MinimumDistance

    Declaration
    public int MinimumDistance { get; set; }
    Property Value
    Type Description
    System.Int32

    MinimumScore

    Declaration
    public int MinimumScore { get; set; }
    Property Value
    Type Description
    System.Int32

    PasswordEntropy

    Declaration
    public int PasswordEntropy { get; set; }
    Property Value
    Type Description
    System.Int32

    Recaptcha

    Declaration
    public Recaptcha Recaptcha { get; set; }
    Property Value
    Type Description
    Recaptcha

    ShowPasswordMeter

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

    UseEmail

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

    UsePasswordGeneration

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

    ValidationRegex

    Declaration
    public ValidationRegex ValidationRegex { get; set; }
    Property Value
    Type Description
    ValidationRegex

    Comments

    Back to top Copyright © 2017-2019 Unosquare