KeyShareEntry public sealed class KeyShareEntry Documentation public byte[] KeyExchange { get; } public int NamedGroup { get; } public KeyShareEntry(int namedGroup, byte[] keyExchange) public static KeyShareEntry Parse(Stream input) Parse a KeyShareEntry from a Stream. public void Encode(Stream output) Encode this KeyShareEntry to a Stream.