PowerTCP SSH and SFTP for .NET
Pref_Group_Length Property




The preferred group length.
Syntax
'Declaration
 
Public Property Pref_Group_Length As Integer
'Usage
 
Dim instance As DHGexParameters
Dim value As Integer
 
instance.Pref_Group_Length = value
 
value = instance.Pref_Group_Length
public int Pref_Group_Length {get; set;}
public: __property int get_Pref_Group_Length();
public: __property void set_Pref_Group_Length( 
   int value
);
public:
property int Pref_Group_Length {
   int get();
   void set (    int value);
}
Remarks
This is the preferred group length, in bits, to be used with the Diffie Hellman Group Exchange KEX algorithm. Larger group lengths will result in more secure keys but also longer key generation times. Defaults to 2048, and must be within the range of 1024-8192.
See Also

Reference

DHGexParameters Class
DHGexParameters Members


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