IdentityErrorDescriber.PasswordRequiresNonAlphanumeric Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.