View Source
Class PasswordConfiguration
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class PasswordConfiguration : IPasswordConfiguration
Constructors
View Source
PasswordConfiguration(IPasswordConfiguration)
Declaration
protected PasswordConfiguration(IPasswordConfiguration configSettings)
Parameters
Properties
View Source
HashAlgorithmType
Declaration
public string HashAlgorithmType { get; }
Property Value
Type |
Description |
System.String |
|
View Source
MaxFailedAccessAttemptsBeforeLockout
Declaration
public int MaxFailedAccessAttemptsBeforeLockout { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
RequireDigit
Declaration
public bool RequireDigit { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
RequiredLength
Declaration
public int RequiredLength { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
RequireLowercase
Declaration
public bool RequireLowercase { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
RequireNonLetterOrDigit
Declaration
public bool RequireNonLetterOrDigit { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
RequireUppercase
Declaration
public bool RequireUppercase { get; }
Property Value
Type |
Description |
System.Boolean |
|