Exemplo n.º 1
0
        public void ExportCertificateSelfSigned()
        {
            var cert = Cert.CreateSelfSignedCertificate("MouseRobot", 10);

            Cert.ExportCertificate(cert, "TestCertSelfSigned", "test");
        }