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

プロパティ値

Int32

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

注釈

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

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

適用対象

こちらもご覧ください