KeyExchangeInitMessage PropertiesSSH .NET Client Library Documentation
The KeyExchangeInitMessage type exposes the following members.
Properties

  NameDescription
Public propertyCompressionAlgorithmsClientToServer
Gets or sets supported compression algorithms client to server.
Public propertyCompressionAlgorithmsServerToClient
Gets or sets supported compression algorithms server to client.
Public propertyCookie
Gets session cookie.
Public propertyEncryptionAlgorithmsClientToServer
Gets or sets supported encryption algorithms client to server.
Public propertyEncryptionAlgorithmsServerToClient
Gets or sets supported encryption algorithms server to client.
Public propertyFirstKexPacketFollows
Gets or sets a value indicating whether first key exchange packet follows.
Public propertyIsEndOfData
Gets a value indicating whether all data from the buffer has been read.
(Inherited from SshData.)
Public propertyKeyExchangeAlgorithms
Gets or sets supported key exchange algorithms.
Public propertyLanguagesClientToServer
Gets or sets supported languages client to server.
Public propertyLanguagesServerToClient
Gets or sets supported languages server to client.
Public propertyMacAlgorithmsClientToServer
Gets or sets supported hash algorithms client to server.
Public propertyMacAlgorithmsServerToClient
Gets or sets supported hash algorithms server to client.
Public propertyReserved
Gets or sets the reserved value.
Public propertyServerHostKeyAlgorithms
Gets or sets supported server host key algorithms.
Protected propertyZeroReaderIndex
Gets the index that represents zero in current data type.
(Inherited from Message.)
Back to Top
See Also