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; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also