共用方式為


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 表示輸入的密碼不包含數值字元。

適用於