InterfaceICertificateProvider3
Interface
Extension interface for certificate provider implementation, adding method to cache generated host certificates
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public interface ICertificateProvider3 : ICertificateProvider2, ICertificateProvider
Inherited Members
Methods
CacheCertificateForHost(string, X509Certificate2)
Call this function to cache a certificate in the Certificate Provider
Declaration
cs-api-definition
bool CacheCertificateForHost(string sHost, X509Certificate2 oCert)
Parameters
sHost
The hostname to match
oCert
The certificate that the Provider should later provide when GetCertificateForHost is called
Returns
True if the request was successful