IdentityErrorDescriber.PasswordRequiresUpper メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パスワード ポリシーに IdentityError 必要な大文字が含まれていないパスワードを示す を返します。
public:
virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordRequiresUpper();
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordRequiresUpper ();
abstract member PasswordRequiresUpper : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordRequiresUpper : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordRequiresUpper () As IdentityError
戻り値
IdentityError入力されたパスワードを示す が大文字を含まない。