PasswordValidator<TUser>(IdentityErrorDescriber) Constructor
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.
Constructions a new instance of PasswordValidator<TUser>.
public PasswordValidator (Microsoft.AspNetCore.Identity.IdentityErrorDescriber errors = default);
public PasswordValidator (Microsoft.AspNetCore.Identity.IdentityErrorDescriber? errors = default);
new Microsoft.AspNetCore.Identity.PasswordValidator<'User (requires 'User : null)> : Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.PasswordValidator<'User (requires 'User : null)>
Public Sub New (Optional errors As IdentityErrorDescriber = Nothing)
Parameters
- errors
- IdentityErrorDescriber
The IdentityErrorDescriber to retrieve error text from.