IRoleValidator<TRole> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit une abstraction pour valider un rôle.
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)
Paramètres de type
- TRole
Type qui encapsule un rôle.
- Dérivé
Méthodes
ValidateAsync(RoleManager<TRole>, TRole) |
Valide un rôle en tant qu’opération asynchrone. |