Interface ICertificateProvider2
To override default certificate handling, your class should implement this interface in an assembly referenced by the fiddler.certmaker.assembly preference; by default, "certmaker.dll" in the application folder is loaded
Inherited Members
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface ICertificateProvider2 : ICertificateProvider
Methods
ClearCertificateCache(Boolean)
When this method is called, your extension should discard all certificates and clear any certificates that have been added to the user's certificate store
Declaration
bool ClearCertificateCache(bool bClearRoot)
Parameters
System.Boolean
bClearRoot
TRUE if the root certificate should also be cleared |
Returns
System.Boolean
TRUE, if all certificates were removed; FALSE if any certificates were preserved |