iphone - SecPKCS12Import() 在 Monotouch.Security 中可用吗?

标签 iphone ios security xamarin.ios pkcs#12

我似乎无法找到一种方法来完成 SecPKCS12Import() 在 Monotouch.Security 类中所做的工作。它被包裹在某个地方吗?谢谢。

最佳答案

尝试引用 Mono.Security 程序集,然后:

using Mono.Security.X509;
[...]
new PKCS12 (byte [] { ... });
// or
PKCS12.LoadFromFile (...)

关于iphone - SecPKCS12Import() 在 Monotouch.Security 中可用吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4961749/

相关文章:

iphone - 如何重用 UIImage

iphone - 带有当前时间的 UILabel

ios - 我们可以在多线程中使用 MTLRenderPipelineState 和 MTLDepthStencilState 吗?

ios - 如何在 Swift 中退出 "DispatchQueue.main.asyncAfter"

c# - 这个加密代码安全吗?

ios - 按下 UIButton 时运行函数

iphone - 为什么这个 UIButton 不显示它的文本标签?

c# - 如何使用 .Net (C#) 在 Windows 中安全地存储 AES key ?

iphone - 如何获取 UItableViewCell 的 accessoryType?

security - Grails过滤器:无法使其正常工作!