AaltoTLS.HandshakeLayer.Protocol.HelloExtension.EncodeDataBytes C# (CSharp) Méthode

EncodeDataBytes() protected méthode

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