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
    string
    View Source

    MaxFailedAccessAttemptsBeforeLockout

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

    RequireDigit

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

    RequireLowercase

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

    RequireNonLetterOrDigit

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

    RequireUppercase

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

    RequiredLength

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

    UseLegacyEncoding

    Declaration
    bool UseLegacyEncoding { get; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX