UserManager<TUser>.PasswordValidators Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
utilisé pour valider les IPasswordValidator<TUser> mots de passe.
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))
Valeur de propriété
IList<IPasswordValidator<TUser>>