Compartir a través de


RoleManager<TRole>.RoleValidators Propiedad

Definición

Obtiene una lista de validadores para que los roles llamen antes de la persistencia.

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))

Valor de propiedad

Lista de validadores para que los roles llamen antes de la persistencia.

Se aplica a