PasswordValidator<TUser>(IdentityErrorDescriber) Costruttore

Definizione

Crea una nuova istanza di 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)

Parametri

errors
IdentityErrorDescriber

Oggetto IdentityErrorDescriber da cui recuperare il testo dell'errore.

Si applica a