AaltoTLS.HandshakeLayer.Protocol.HandshakeCertificate.HandshakeCertificate C# (CSharp) Method

HandshakeCertificate() public method

public HandshakeCertificate ( ProtocolVersion version ) : System
version AaltoTLS.PluginInterface.ProtocolVersion
return System
        public HandshakeCertificate(ProtocolVersion version)
            : base(HandshakeMessageType.Certificate, version)
        {
            CertificateList = new X509CertificateCollection();
        }