RoleValidator<TRole> Class
Definition
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 the default validation of roles.
generic <typename TRole>
where TRole : classpublic ref class RoleValidator : Microsoft::AspNetCore::Identity::IRoleValidator<TRole>
public class RoleValidator<TRole> : Microsoft.AspNetCore.Identity.IRoleValidator<TRole> where TRole : class
type RoleValidator<'Role (requires 'Role : null)> = class
interface IRoleValidator<'Role (requires 'Role : null)>
Public Class RoleValidator(Of TRole)
Implements IRoleValidator(Of TRole)
Type Parameters
- TRole
The type encapsulating a role.
- Inheritance
-
RoleValidator<TRole>
- Implements
Constructors
RoleValidator<TRole>(IdentityErrorDescriber) |
Creates a new instance of RoleValidator<TRole>. |
Methods
ValidateAsync(RoleManager<TRole>, TRole) |
Validates a role as an asynchronous operation. |