AaltoTLS.HandshakeLayer.Protocol.HandshakeCertificate.HandshakeCertificate C# (CSharp) 메소드

HandshakeCertificate() 공개 메소드

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