Show / Hide Table of Contents

Class ExtendedPasswordOptions

Specifies options for password requirements.

Inheritance
Object
Microsoft.AspNetCore.Identity.PasswordOptions
ExtendedPasswordOptions
Inherited Members
Microsoft.AspNetCore.Identity.PasswordOptions.RequiredLength
Microsoft.AspNetCore.Identity.PasswordOptions.RequiredUniqueChars
Microsoft.AspNetCore.Identity.PasswordOptions.RequireNonAlphanumeric
PasswordOptions.RequireLowercase
Microsoft.AspNetCore.Identity.PasswordOptions.RequireUppercase
Microsoft.AspNetCore.Identity.PasswordOptions.RequireDigit
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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.

Back to top Generated by DocFX