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

プロパティ値

この属性が検証のために使用する、最低限必要なパスワードの長さ。

注釈

プロパティが MinRequiredPasswordLength 明示的に設定されていない場合は、 プロパティの値が MinRequiredPasswordLength 使用されます。

適用対象