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
How can I check if the certificates in a p7b bundle are already in the local store
I'm trying to connect to AWS DocumentDb using C# with TLS enabled.
The sample code reads that the certificates must be only added once to the local store, however it doesn't say how to check if the ce...
General Electric
Votes: 0
Answers: 2
[Flutter]: How to get public key PEM string from the x509 certificate PEM string
I need the way to extract PEM string of Public Key from the x509 certificate PEM string.
Now i'm using basic_utils package, that can generate x509Certificate object from the giving PEM string.
This x5...

Eugene Alitz
Votes: 0
Answers: 2