共用方式為


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 一律會提供三次密碼嘗試。 您無法修改提供者來變更密碼嘗試次數。

您無法使用 ClientFormsAuthenticationMembershipProvider 類別來建立、刪除或修改使用者資訊。

適用於

另請參閱