SingleSignOnMembershipProvider.PasswordAttemptWindow 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 PasswordAttemptWindow { get; }
public:
property int PasswordAttemptWindow {
virtual int get() override;
}
override PasswordAttemptWindow : int with get
Public Overrides ReadOnly Property PasswordAttemptWindow As Integer
Property Value
Type: System.Int32
The password attempt window.
See Also
SingleSignOnMembershipProvider Class
System.Web.Security.SingleSignOn Namespace
Return to top