IdentityErrorDescriber.PasswordRequiresNonAlphanumeric Metoda

Definicja

Zwraca wartość wskazującą IdentityError wprowadzone hasło nie zawiera znaku innego niż alfanumeryczne, który jest wymagany przez zasady haseł.

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

Zwraca

Wprowadzony IdentityError hasło nie zawiera znaku innego niż alfanumeryczne.

Dotyczy