Exemplo n.º 1
0
 CertificateAuthority(CaCertificates certs)
 {
     this.scriptPath       = Option.None <string>();
     this.EdgeCertificates = certs;
 }
Exemplo n.º 2
0
        public static CertificateAuthority GetQuickstart()
        {
            CaCertificates certs = OsPlatform.Current.GetEdgeQuickstartCertificates();

            return(new CertificateAuthority(certs));
        }