Property PreviousFailureCount
PreviousFailureCount
Gets the number of failed authentication attempts that occurred previously for this authentication challenge.
Declaration
public int PreviousFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| int | The number of failed authentication attempts that occurred previously for this authentication challenge. |
Remarks
The maximum number of allowed authentication attempts is 5. After reaching this limit,
the request that led to this authentication challenge may fail with an error.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |