IRoleValidator<TRole> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于验证角色的抽象。
generic <typename TRole>
where TRole : classpublic interface class IRoleValidator
public interface IRoleValidator<TRole> where TRole : class
type IRoleValidator<'Role (requires 'Role : null)> = interface
Public Interface IRoleValidator(Of TRole)
类型参数
- TRole
封装角色的类型。
- 派生
方法
ValidateAsync(RoleManager<TRole>, TRole) |
将角色验证为异步操作。 |