UserManager<TUser>.PasswordValidators Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Oggetto IPasswordValidator<TUser> utilizzato per convalidare le password.
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))
Valore della proprietà
IList<IPasswordValidator<TUser>>