开发者

Is SecPKCS12Import() available in Monotouch.Security?

开发者 https://www.devze.com 2023-02-09 15:58 出处:网络
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 an

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

精彩评论

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

关注公众号