Top "Pfx" questions

pfx is a file format containing public key together with the private key for encryption and chain of trust certificates attached to the public key if such a chain exists.

C# Export cert in pfx format

NET to export a certificate from the cert store into a PFX file. I'm trying to use the X509certificate2.…

pki pfx x509certificate2
Why I get "The specified PFX password is not correct" when trying to sign application with signtool?

I followed this link to sign my exe application. I installed SDK tool on Windows 7, run C:\Program Files\Microsoft …

pfx signtool
Convert a .PEM certificate to .PFX programmatically using OpenSSL

I've got a .PEM file that I want to convert to a PKCS12 file (PFX), and I know I can …

openssl pfx x509certificate2 pem pkcs#12
How to cancel a task that is waiting with a timeout without exceptions being thrown

When canceling a task that has a timeout (before the timeout has ended) using a cancel token an exception is …

c# multithreading c#-4.0 task-parallel-library pfx
what is the correct way to cancel multiple tasks in c#

I have a button thats spawns 4 tasks. The same button changes to a cancel button and clicking this should cancel …

c# c#-4.0 task-parallel-library task pfx
How to create a valid, self-signed X509Certificate2 programmatically, not loading from file in .NET Core

What I currently do is that I use OpenSSL to generate PFX file. This is causing an unwanted dependency, especially …

c# .net-core x509certificate2 pfx
C# Parallel Vs. Threaded code performance

I've been testing the performance of System.Threading.Parallel vs a Threading and I'm surprised to see Parallel taking longer …

c# parallel-processing pfx
Forgot password for VS Project pfx file

I'm trying to work on an old Visual Studio 2010 project from another computer, but I forgot the password for the …

visual-studio signing pfx
Deleting a digital signing certificate (.PFX file)

I previously installed an incorrect .PFX file to sign assemblies. I now need to remove this in order to correct …

c# .net pfx assembly-signing
Convert Certificate and Private Key to .PFX programmatically in C#

I have a .cer file output from a successful LetsEncrypt certificate request. I have the original Private Key used to …

c# security ssl-certificate pfx lets-encrypt