Ejemplo n.º 1
0
        private void sslCreate_Click(object sender, EventArgs e)
        {
            SslClear();
            SslPopulateCerts(null);
            SslPopulateIPs();
            this.sslPort.Text = "443";
            string store;

            this.sslCertHash.Text           = CertificatePicker.FindFirstValidCert(out store);
            this.sslCertStore.Text          = store;
            this.sslCheckRevocation.Checked = true;
            SslSetEditing(true);
        }