Interface ICertificateProvider3
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.String
sHost
The hostname to match |
System.Security.Cryptography.X509Certificates.X509Certificate2
oCert
The certificate that the Provider should later provide when GetCertificateForHost is called |
Returns
System.Boolean
True if the request was successful |