UserManager<TUser>.PasswordValidators Ö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.
Parolaları IPasswordValidator<TUser> doğrulamak için kullanılır.
protected public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Identity::IPasswordValidator<TUser> ^> ^ PasswordValidators { System::Collections::Generic::IList<Microsoft::AspNetCore::Identity::IPasswordValidator<TUser> ^> ^ get(); };
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Identity::IPasswordValidator<TUser> ^> ^ PasswordValidators { System::Collections::Generic::IList<Microsoft::AspNetCore::Identity::IPasswordValidator<TUser> ^> ^ get(); };
protected internal System.Collections.Generic.IList<Microsoft.AspNetCore.Identity.IPasswordValidator<TUser>> PasswordValidators { get; }
public System.Collections.Generic.IList<Microsoft.AspNetCore.Identity.IPasswordValidator<TUser>> PasswordValidators { get; }
member this.PasswordValidators : System.Collections.Generic.IList<Microsoft.AspNetCore.Identity.IPasswordValidator<'User>>
Protected Friend ReadOnly Property PasswordValidators As IList(Of IPasswordValidator(Of TUser))
Public ReadOnly Property PasswordValidators As IList(Of IPasswordValidator(Of TUser))
Özellik Değeri
IList<IPasswordValidator<TUser>>