Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPasswordConfigurationSection

    Defines the password configuration section settings.

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

    Properties

    View Source

    HashAlgorithmType

    Gets the hash algorithm type used for password hashing.

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

    MaxFailedAccessAttemptsBeforeLockout

    Gets the maximum number of failed access attempts before the account is locked out.

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

    RequireDigit

    Gets a value indicating whether passwords must contain at least one digit.

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

    RequireLowercase

    Gets a value indicating whether passwords must contain at least one lowercase character.

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

    RequireNonLetterOrDigit

    Gets a value indicating whether passwords must contain at least one non-letter or digit character.

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

    RequireUppercase

    Gets a value indicating whether passwords must contain at least one uppercase character.

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

    RequiredLength

    Gets the minimum required length for passwords.

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

    UseLegacyEncoding

    Gets a value indicating whether to use legacy password encoding.

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