UserValidator<TUser> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides validation services for user classes.
generic <typename TUser>
where TUser : classpublic ref class UserValidator : Microsoft::AspNetCore::Identity::IUserValidator<TUser>
C#
public class UserValidator<TUser> : Microsoft.AspNetCore.Identity.IUserValidator<TUser> where TUser : class
type UserValidator<'User (requires 'User : null)> = class
interface IUserValidator<'User (requires 'User : null)>
Public Class UserValidator(Of TUser)
Implements IUserValidator(Of TUser)
- TUser
The type encapsulating a user.
- Inheritance
-
UserValidator<TUser>
- Implements
User |
Creates a new instance of UserValidator<TUser>. |
Describer |
Gets the IdentityErrorDescriber used to provider error messages for the current UserValidator<TUser>. |
Validate |
Validates the specified |
منتج | الإصدارات |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |