Jonathan D
Jonathan D

Reputation: 1364

PKCS12 Certificates

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

Upvotes: 0

Views: 2404

Answers (2)

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

Upvotes: 0

Bruno
Bruno

Reputation: 122599

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#?

Upvotes: 1

Related Questions