View Source
Class PasswordConfigurationResponseModel
Inheritance
System.Object
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 |
|