IdentityErrorDescriber.PasswordRequiresDigit Metodo

Definizione

Restituisce un IdentityError oggetto che indica una password immessa non contiene un carattere numerico, richiesto dai criteri password.

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordRequiresDigit();
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordRequiresDigit ();
abstract member PasswordRequiresDigit : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordRequiresDigit : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordRequiresDigit () As IdentityError

Restituisce

Un IdentityError oggetto che indica che una password immessa non contiene un carattere numerico.

Si applica a