PasswordOptions.RequiredLength プロパティ

定義

パスワードの最小長を取得または設定します。 既定値は 6 です。

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

プロパティ値

注釈

既定値は 6 です。

適用対象