Share via


UserManager<TUser>.PasswordValidators Eigenschaft

Definition

Die , die IPasswordValidator<TUser> zum Überprüfen von Kennwörtern verwendet wird.

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

Eigenschaftswert

Gilt für: