Udostępnij za pośrednictwem


IdentityErrorDescriber.PasswordRequiresDigit Metoda

Definicja

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

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

Zwraca

Wprowadzony IdentityError hasło nie zawiera znaku liczbowego.

Dotyczy