CertMakerStoreCert Method (String, String, String) |
Pre-cache a Certificate in the Certificate Maker that should be returned in subsequent calls to FindCert
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static void StoreCert(
string sHost,
string sPFXFilename,
string sPFXPassword
)
Public Shared Sub StoreCert (
sHost As String,
sPFXFilename As String,
sPFXPassword As String
)
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