共用方式為


IdentityErrorDescriber.PasswordTooShort(Int32) 方法

定義

傳回 , IdentityError 指出指定的 length 密碼不符合最小長度需求。

public:
 virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordTooShort(int length);
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordTooShort (int length);
abstract member PasswordTooShort : int -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordTooShort : int -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordTooShort (length As Integer) As IdentityError

參數

length
Int32

長度不夠長。

傳回

IdentityError 表示指定的 length 密碼不符合最小長度需求。

適用於