ASN1 corrupted data exception when converting .cer and .key files to .pfx in C#
I have a .cer file, .key and a password. I need to convert them to a .pfx file in .NET 6 but I have not a clear idea how to do it.
I have a .cer file, .key and a password. I need to convert them to a .pfx file in .NET 6 but I have not a clear idea how to do it.