RoleManager<TRole>.RoleValidators Propriété

Définition

Obtient une liste de validateurs pour les rôles à appeler avant la persistance.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Identity::IRoleValidator<TRole> ^> ^ RoleValidators { System::Collections::Generic::IList<Microsoft::AspNetCore::Identity::IRoleValidator<TRole> ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Identity.IRoleValidator<TRole>> RoleValidators { get; }
member this.RoleValidators : System.Collections.Generic.IList<Microsoft.AspNetCore.Identity.IRoleValidator<'Role>>
Public ReadOnly Property RoleValidators As IList(Of IRoleValidator(Of TRole))

Valeur de propriété

Liste des validateurs pour les rôles à appeler avant la persistance.

S’applique à