Indicates whether the authentication token supports delegation. This enables the server to use the context to authenticate to other servers as the client.

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

Syntax

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

Remarks

Only supported by Kerberos.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also