MinimumLengthValidator Class
Represents a minimum length password validator.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | MinimumLengthValidator(Int32) | Initializes a new instance of the MinimumLengthValidator class. |
| Name | Description | |
|---|---|---|
![]() | RequiredLength | Gets the minimum required length for the password. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateAsync(String) | Ensures that the password is of the required length. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


