IdentityErrorDescriber.PasswordRequiresDigit Metoda

Definice

IdentityError Vrátí indikující, že zadané heslo neobsahuje číselný znak, který vyžaduje zásada hesla.

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

Návraty

IdentityError

Zadané IdentityError heslo neobsahuje číselný znak.

Platí pro