Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPasswordConfigurationSection

    Namespace: Umbraco.Cms.Core.Configuration.UmbracoSettings
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IPasswordConfigurationSection : IUmbracoConfigurationSection

    Properties

    View Source

    HashAlgorithmType

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

    MaxFailedAccessAttemptsBeforeLockout

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

    RequireDigit

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

    RequiredLength

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

    RequireLowercase

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

    RequireNonLetterOrDigit

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

    RequireUppercase

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

    UseLegacyEncoding

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