次の方法で共有


ClientFormsAuthenticationMembershipProvider.MaxInvalidPasswordAttempts プロパティ

定義

このプロパティは、このクラスでは使用されません。

public:
 virtual property int MaxInvalidPasswordAttempts { int get(); };
public override int MaxInvalidPasswordAttempts { get; }
member this.MaxInvalidPasswordAttempts : int
Public Overrides ReadOnly Property MaxInvalidPasswordAttempts As Integer

プロパティ値

メンバーシップ ユーザーがロックされるまでの無効なパスワードの指定回数。

注釈

クラスは ClientFormsAuthenticationMembershipProvider 常に 3 つのパスワード試行を提供します。 プロバイダーを変更してパスワード試行回数を変更することはできません。

クラスを使用 ClientFormsAuthenticationMembershipProvider してユーザー情報を作成、削除、または変更することはできません。

適用対象

こちらもご覧ください