RoleValidator<TRole> Class

Definition

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.

Applies to