Gets or sets maximum number of authentication retry attempts on a single session.
Namespace:
Rebex.Net.Servers.Core
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public Property MaxAuthenticationAttempts As Integer Get Set |
| C# |
|---|
public int MaxAuthenticationAttempts { get; set; } |