NET to export a certificate from the cert store into a PFX
file. I'm trying to use the X509certificate2.Export
method with the X509ContentType.Pfx
flag set, but am unsure how to handle the returned byte array and output it correctly to file.
Any help appreciated.