Share via


IdentityErrorDescriber.PasswordRequiresDigit メソッド

定義

IdentityError入力されたパスワードに数字が含まれていないを示す を返します。これは、パスワード ポリシーで必要です。

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordRequiresDigit();
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordRequiresDigit ();
abstract member PasswordRequiresDigit : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordRequiresDigit : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordRequiresDigit () As IdentityError

戻り値

IdentityError入力されたパスワードを示す が数値を含まない。

適用対象