Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPasswordConfiguration

    Password configuration

    Namespace: Umbraco.Cms.Core.Configuration
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IPasswordConfiguration

    Properties

    View Source

    HashAlgorithmType

    Gets a value for the password hash algorithm type.

    Declaration
    string HashAlgorithmType { get; }
    Property Value
    Type Description
    System.String
    View Source

    MaxFailedAccessAttemptsBeforeLockout

    Gets a value for the maximum failed access attempts before lockout.

    Declaration
    int MaxFailedAccessAttemptsBeforeLockout { get; }
    Property Value
    Type Description
    System.Int32
    Remarks

    TODO: This doesn't really belong here

    View Source

    RequireDigit

    Gets a value indicating whether at least one digit is required for the password.

    Declaration
    bool RequireDigit { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    RequiredLength

    Gets a value for the minimum required length for the password.

    Declaration
    int RequiredLength { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    RequireLowercase

    Gets a value indicating whether at least one lower-case character is required for the password.

    Declaration
    bool RequireLowercase { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    RequireNonLetterOrDigit

    Gets a value indicating whether at least one non-letter or digit is required for the password.

    Declaration
    bool RequireNonLetterOrDigit { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    RequireUppercase

    Gets a value indicating whether at least one upper-case character is required for the password.

    Declaration
    bool RequireUppercase { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • HashAlgorithmType
      • MaxFailedAccessAttemptsBeforeLockout
      • RequireDigit
      • RequiredLength
      • RequireLowercase
      • RequireNonLetterOrDigit
      • RequireUppercase
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX