python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Creating Certificate from base64 encoded string failing in Azure Function
I am trying to create an X509Certificate2 from a base64 encoded string. This code I have added to a sample Azure function.
Locally the code works and I can create a cerificate object from bas364 encod...
New_coder
Votes: 0
Answers: 1
Can't import ore create X509Certificate2 object from byte array
So I encountered a weird issue while trying importing .pfx file into x509 object.
For some reason, I don't understand, trying opening, or generating new object, in this manner doesn't work.
cert = n...

OmerMichleviz
Votes: 0
Answers: 1
Create X509Certificate2 without a private key
I need a public X509 cert for the signing of PDFs. I have the public key in RSA format (the private key is on an HSM). The current keys on the HSM are self-signed (This will ultimately be replaced by ...
Philip
Votes: 0
Answers: 0
Pfx certificate working in postman but throwing exception in C# code
I am trying to use a pfx certificate downloaded from azure portal, when I use the certificate to make the same call using postman it works fine, but when I try from the application I am getting the be...

Joydeep Bhattacharya
Votes: 0
Answers: 0