Ejemplo n.º 1
0
        public void GetCertificateNoServerResponse()
        {
            HFCAClient client = HFCAClient.Create("http://localhost:99", null);

            client.CryptoSuite = crypto;

            HFCACertificateRequest certReq = client.NewHFCACertificateRequest();

            client.GetHFCACertificates(admin, certReq);
        }