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