Gets or sets a value indicating whether to use legacy form of Diffie-Hellman group exchange instead of the standard form.

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

Syntax

Visual Basic
Public Property UseLegacyGroupExchange As Nullable(Of Boolean)
	Get
	Set
C#
public Nullable<bool> UseLegacyGroupExchange { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also