Hi, @Eric_Brophy,
Try using the factory method X509Certificate2.CreateFromPemFile instead of the constructor. If you want to use the constructor, convert your certificate from PEM to DER encoding using openssl or similar utility.
Sincerely,
James
Hi, @Eric_Brophy,
Try using the factory method X509Certificate2.CreateFromPemFile instead of the constructor. If you want to use the constructor, convert your certificate from PEM to DER encoding using openssl or similar utility.
Sincerely,
James