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.

Configuring stunnel and openssl on Windows to support TLS 1.2

I'm having trouble enabling TLS 1.2 connections on a Windows (environment has both Windows 2008 and Windows 10 environments) platform. Currently, my private …

windows openssl pfx pkcs#12 stunnel
Multithreading or task parallel library

I have an application which performs 30 independent tasks simultaneously using multithreading, each task retrieves data over http, performs a calculation …

.net multithreading parallel-processing pfx
Strong naming with PFX

I'm trying to strong name an assembly with a PFX file that is also used for digitally signing. The PFX …

.net code-signing pfx
Sending a HttpWebRequest with PFX Certificate C#

I have been trying to send a Web Request, but im facing this error "The remote server returned an error: (500) …

c# soap webrequest pfx envelope
Should I add my Metro app's TemporaryKey.pfx file to version control?

I've created a Metro-style C#/XAML application, and now I'm trying to add it to version control (Git and, later, …

windows-runtime winrt-xaml pfx
How to resolve error Salt must be 8 bytes long

I am writing a program to sign a pdf using certificate (pfx file). For few of the certificates I am …

itext digital-signature keystore pfx digital
Decode a PKCS#12 file

I am looking for ways to decode a PKCS#12 file in .NET, I need to extract the private key and …

c# pfx pkcs#12
Self-signed certificate for device with local IP

Scenario: We have a device similar to a WiFi router that has UI and API exposed The device will run …

ssl asp.net-core x509certificate tls1.2 pfx
Waiting on a Task with a OnlyOnFaulted Continuation causes an AggregateException

I have some simple code as a repro: var taskTest = Task.Factory.StartNew(() => { System.Threading.Thread.Sleep(5000); }).ContinueWith((Task …

c# parallel-processing task task-parallel-library pfx
Install a pfx certificate in a users store in Windows using WiX

Please, can someone provide me with a WiX snippet or solution for the mentioned scenario. I need to include the …

installation wix certificate pfx