RoleValidator<TRole> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供角色的默认验证。
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) |
将角色验证为异步操作。 |