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();
        }