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 类创建、删除或修改用户信息。

适用于

另请参阅