Gets or sets a value indicating whether to cancel the authentication.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Property Cancel As Boolean
	Get
	Set
C#
public bool Cancel { get; set; }

Field Value

True to cancel the authentication; false to continue with the authentication (default).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also