共用方式為


MembershipPasswordAttribute.MinRequiredPasswordLength 屬性

定義

取得或設定這個屬性用於驗證所需的最小密碼長度。

public:
 property int MinRequiredPasswordLength { int get(); void set(int value); };
public int MinRequiredPasswordLength { get; set; }
member this.MinRequiredPasswordLength : int with get, set
Public Property MinRequiredPasswordLength As Integer

屬性值

Int32

這個屬性用於驗證所需的最小密碼長度。

備註

如果 MinRequiredPasswordLength 未明確設定屬性,則會使用屬性的值 MinRequiredPasswordLength

適用於