Share via


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入力されたパスワードを示す は、英数字以外の文字を含まない。

適用対象