开发者

PKCS12 Certificates

开发者 https://www.devze.com 2023-01-22 01:38 出处:网络
I want to create pkcs12 private and public key files in c# .net I want to do this really without having to use makecert.exe or any开发者_运维技巧 external programs.

I want to create pkcs12 private and public key files in c# .net

I want to do this really without having to use makecert.exe or any开发者_运维技巧 external programs.

Does anyone know any .net library’s to do this with or any resource so i could create the files myself?

Thanks


You can use BouncyCastle. This question is phrased differently, but on the same subject: Is it possible to programmatically generate an X509 certificate using only C#?


PKIBlackbox package of our SecureBlackbox product lets you generate and manage certificates in .NET.

0

精彩评论

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