IdentityErrorDescriber.PasswordRequiresNonAlphanumeric Метод

Определение

Возвращает значение , IdentityError указывающее, что введенный пароль не содержит символ, отличный от буквенно-цифрового символа, который требуется политикой паролей.

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

Возвращаемое значение

Объект , IdentityError указывающий на введенный пароль, не содержит символ, отличный от буквенно-цифрового символа.

Применяется к