在 WP7 中,我尝试加载证书以从中获取公钥,我使用它
X509Certificate x509 = null;
x509 = X509Certificate.CreateFromCertFile(CertificateFilePath);
我得到了这个例外:
{System.MethodAccessException:尝试访问方法失败:System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromCertFile(System.String)
有人知道这个问题吗?在 WP7 中有另一种读取证书文件的方法吗?