IdentityErrorDescriber.PasswordRequiresNonAlphanumeric Yöntem

Tanım

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

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

Döndürülenler

IdentityError Girilen parolayı belirten, alfasayısal olmayan bir karakter içermiyor.

Şunlara uygulanır