-1

I have a p12 certificate that contains several certificates. How to get a collection of these certificates?

Code:

new X509Certificate2(bytes, pass);

returns last. Thx!

1 Answers1

1

This is a duplicate of Importing all certificates contained in a .p12 file

You might want to consider searching a little harder ;-)

Peter G
  • 147
  • 1
  • 10