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