Sdílet prostřednictvím


IdentityErrorDescriber.PasswordRequiresDigit Metoda

Definice

Vrátí hodnotu, IdentityError která značí, že heslo zadané neobsahuje číselný znak, který vyžadují zásady hesel.

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

Indikující IdentityError zadané heslo neobsahuje číselný znak.

Platí pro