ICertificateProvider3CacheCertificateForHost Method |
Call this function to cache a certificate in the Certificate Provider
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax bool CacheCertificateForHost(
string sHost,
X509Certificate2 oCert
)
Function CacheCertificateForHost (
sHost As String,
oCert As X509Certificate2
) As Boolean
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:
BooleanTrue if the request was successful
See Also