AaltoTLS.HandshakeLayer.Protocol.HelloExtension.EncodeDataBytes C# (CSharp) Method

EncodeDataBytes() protected method

protected EncodeDataBytes ( ) : byte[]
return byte[]
        protected virtual byte[] EncodeDataBytes()
        {
            return _data;
        }