Share via


SingleSignOnMembershipProvider.MaxInvalidPasswordAttempts Property

 

This property supports the AD FS infrastructure and is not intended to be used directly from your code.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

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

Property Value

Type: System.Int32

The maximumn number of password attempts allowed.

See Also

SingleSignOnMembershipProvider Class
System.Web.Security.SingleSignOn Namespace

Return to top