Search Results for

    Show / Hide Table of Contents
    View Source

    Class PasswordConfigurationResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Security
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class PasswordConfigurationResponseModel

    Properties

    View Source

    MinimumPasswordLength

    Declaration
    public int MinimumPasswordLength { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    RequireDigit

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

    RequireLowercase

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

    RequireNonLetterOrDigit

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

    RequireUppercase

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