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