IRoleValidator<TRole> 接口

定义

提供用于验证角色的抽象。

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)

将角色验证为异步操作。

适用于