UserManager<TUser>.PasswordValidators Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IPasswordValidator<TUser> used to validate passwords.
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))
Property Value
IList<IPasswordValidator<TUser>>