MembershipPasswordAttribute.MinRequiredPasswordLength プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この属性が検証に使用する最低限必要なパスワードの長さを取得または設定します。
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 使用されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET