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指示输入的密码的 不包含数字字符。

适用于