pfx file encryption algorithm
This seems like it should easily documented but I am unable to find.
My c# code does this to create a pfx file.
X509Certificate2 cert = store.Certificates.Find(X509FindType.FindByThumbprint, thumbPrint, false);
File.Wri… Continue reading pfx file encryption algorithm