RoleManager<TRole>.RoleValidators Property

Definition

Gets a list of validators for roles to call before persistence.

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

Property Value

A list of validators for roles to call before persistence.

Applies to