Class ExtendedPasswordOptions
Specifies options for password requirements.
Inherited Members
Microsoft.AspNetCore.Identity.PasswordOptions.RequiredLength
Microsoft.AspNetCore.Identity.PasswordOptions.RequiredUniqueChars
Microsoft.AspNetCore.Identity.PasswordOptions.RequireNonAlphanumeric
Microsoft.AspNetCore.Identity.PasswordOptions.RequireUppercase
Microsoft.AspNetCore.Identity.PasswordOptions.RequireDigit
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class ExtendedPasswordOptions : PasswordOptions
Properties
PasswordMaxAge
Gets or sets the max age in days for a password, before the identity system forces the user to change.
Declaration
public int? PasswordMaxAge { get; set; }
Property Value
System.Nullable<System.Int32>
The mac age in days for a password. |
Remarks
If no value is set the passwords can be of any age.