作者:手机用户2502923903 | 来源:互联网 | 2023-09-02 11:48
我每次必须执行以下四行代码,然后将CER文件发送到IOS设备以安装证书。如何避免每次启动程序时进行操作?我是中文,英文不好,希望能给出一个代码来解决客户端设置证书,而IOS安装证书是文件吗?
proxyServer.CertificateManager.CreateRootCertificate(false);
proxyServer.CertificateManager.TrustRootCertificate();
proxyServer.CertificateManager.TrustRootCertificateAsAdmin();
proxyServer.CertificateManager.PfxFilePath = @"D:\ImportantProject\DouYinCollection\rootCert.pfx";