共用方式為


IdentityErrorDescriber.PasswordRequiresLower 方法

定義

傳回 , IdentityError 指出輸入的密碼不包含密碼原則所需的小寫字母。

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

傳回

IdentityError 表示輸入的密碼不包含小寫字母。

適用於