IdentityErrorDescriber.PasswordRequiresDigit Yöntem

Tanım

Girilen parolanın IdentityError , parola ilkesi için gerekli olan sayısal bir karakter içermediğini belirten bir döndürür.

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

Döndürülenler

IdentityError Girilen parolayı belirten bir sayısal karakter içermez.

Şunlara uygulanır