KeyExchangeInitMessage public class KeyExchangeInitMessage : Message, IKeyExchangedAllowed Documentation public string[] CompressionAlgorithmsClientToServer { get; set; } public string[] CompressionAlgorithmsServerToClient { get; set; } public byte[] Cookie { get; } public string[] EncryptionAlgorithmsClientToServer { get; set; } public string[] EncryptionAlgorithmsServerToClient { get; set; } public bool FirstKexPacketFollows { get; set; } public string[] KeyExchangeAlgorithms { get; set; } public string[] LanguagesClientToServer { get; set; } public string[] LanguagesServerToClient { get; set; } public string[] MacAlgorithmsClientToServer { get; set; } public string[] MacAlgorithmsServerToClient { get; set; } public uint Reserved { get; set; } public string[] ServerHostKeyAlgorithms { get; set; } public KeyExchangeInitMessage()