UserValidator<TUser, TKey> Class
Represents a class that validates users before they are saved.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
System.Object
Microsoft.AspNet.Identity.UserValidator<TUser, TKey>
Microsoft.AspNet.Identity.UserValidator<TUser>
Microsoft.AspNet.Identity.UserValidator<TUser, TKey>
Microsoft.AspNet.Identity.UserValidator<TUser>
| Name | Description | |
|---|---|---|
![]() | UserValidator<TUser, TKey>(UserManager<TUser, TKey>) | Initializes a new instance of the UserValidator<TUser, TKey> class. |
| Name | Description | |
|---|---|---|
![]() | AllowOnlyAlphanumericUserNames | Gets or sets whether to allow only alphanumeric characters for the user name. |
![]() | RequireUniqueEmail | Gets or sets whether unique e-mail is needed for validating the user. |
| 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(TUser) | Asynchronously validates a user before saving. |
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:


