IdentityErrorDescriber.PasswordRequiresNonAlphanumeric Metodo

Definizione

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

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

Restituisce

Un IdentityError valore che indica che una password immessa non contiene un carattere non alfanumerico.

Si applica a