IdentityErrorDescriber.PasswordRequiresDigit 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 , 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指示输入的密码的 不包含数字字符。