Click or drag to resize
CertMakerStoreCert Method (String, String, String)
Pre-cache a Certificate in the Certificate Maker that should be returned in subsequent calls to FindCert

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static void StoreCert(
	string sHost,
	string sPFXFilename,
	string sPFXPassword
)

Parameters

sHost
Type: SystemString
The hostname for which this certificate should be returned.
sPFXFilename
Type: SystemString
The filename of the PFX file containing the certificate and private key
sPFXPassword
Type: SystemString
The password for the PFX file
See Also