GroupExchangeHashData sealed class GroupExchangeHashData : SshData Documentation Code public byte[] ClientExchangeValue { get; set; } public byte[] ClientPayload { get; set; } public byte[] HostKey { get; set; } public uint MaximumGroupSize { get; set; } public uint MinimumGroupSize { get; set; } public uint PreferredGroupSize { get; set; } public byte[] ServerExchangeValue { get; set; } public byte[] ServerPayload { get; set; } public byte[] SharedKey { get; set; } public GroupExchangeHashData()