PowerTCP SSH and SFTP for .NET
DHGexParameters Property




Parameters used in the diffie-hellman group exchange.
Syntax
'Declaration
 
Public Property DHGexParameters As DHGexParameters
'Usage
 
Dim instance As Connection
Dim value As DHGexParameters
 
instance.DHGexParameters = value
 
value = instance.DHGexParameters
public DHGexParameters DHGexParameters {get; set;}
public: __property DHGexParameters* get_DHGexParameters();
public: __property void set_DHGexParameters( 
   DHGexParameters* value
);
public:
property DHGexParameters^ DHGexParameters {
   DHGexParameters^ get();
   void set (    DHGexParameters^ value);
}
Remarks

Default values are defined in the DHGexParameters class.

See Also

Reference

Connection Class
Connection Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic