RoleValidator<TRole> 类

定义

提供角色的默认验证。

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)

类型参数

TRole

封装角色的类型。

继承
RoleValidator<TRole>
实现

构造函数

RoleValidator<TRole>(IdentityErrorDescriber)

创建 RoleValidator<TRole> 的新实例。

方法

ValidateAsync(RoleManager<TRole>, TRole)

将角色验证为异步操作。

适用于