Click or drag to resize
ICertificateProvider3CacheCertificateForHost Method
Call this function to cache a certificate in the Certificate Provider

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
bool CacheCertificateForHost(
	string sHost,
	X509Certificate2 oCert
)

Parameters

sHost
Type: SystemString
The hostname to match
oCert
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
The certificate that the Provider should later provide when GetCertificateForHost is called

Return Value

Type: Boolean
True if the request was successful
See Also