RoleManager<TRole>.RoleValidators Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kalıcılık öncesinde çağrılacak roller için doğrulayıcıların listesini alır.
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))
Özellik Değeri
IList<IRoleValidator<TRole>>
Kalıcılık öncesinde çağrılacak roller için doğrulayıcıların listesi.