开发者

Is SecPKCS12Import() available in Monotouch.Security?

I can't seem to find a way to accomplish what SecPKCS12Import() do开发者_如何学运维es in the classes of Monotouch.Security. Is it wrapped somewhere? Thanks.


Try referencing the Mono.Security assembly and then:

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

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜