IdentityErrorDescriber.PasswordRequiresUpper 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 , IdentityError 指示输入的密码不包含密码策略所需的大写字母。
public:
virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordRequiresUpper();
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordRequiresUpper ();
abstract member PasswordRequiresUpper : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordRequiresUpper : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordRequiresUpper () As IdentityError
返回
IdentityError指示输入的密码不包含大写字母。