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 输入的密码不包含小写字母的 。

适用于