菜鸟教程小白 发表于 2022-12-12 22:09:09

ios - 如何从 iOS 上的 EV 证书获取组织


                                            <p><p>我一直在尝试从 iOS 上的<em>扩展验证 SSL 证书</em>(EV 证书)获取组织信息。</p>

<p>我有一个 <code>UIWebClient</code> 正在加载一个 <code>NSURLRequest</code>,但我不知道我应该从中获取组织信息。</p>

<p>为澄清起见,我在加载页面 <a href="https://www.santander.cl" rel="noreferrer noopener nofollow">https://www.santander.cl</a> 时尝试从该网站获取“Banco Santander Chile”在我的 <code>UIWebClient</code> 上,如下图所示:</p>

<p> <img src="/image/xcBjz.png" alt="Extended Validation Certificate"/> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您必须从 <code>SecCertificateRef</code> 对象中提取它。看看这个线程:</p>

<p> <a href="https://stackoverflow.com/questions/8850524/seccertificateref-how-to-get-the-certificate-information" rel="noreferrer noopener nofollow">SecCertificateRef: How to get the certificate information?</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何从 iOS 上的 EV 证书获取组织,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/23399522/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/23399522/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何从 iOS 上的 EV 证书获取组织