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

Definition

Methods

ClearCertificateCache(bool)

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

cs-api-definition
bool ClearCertificateCache(bool bClearRoot)

Parameters

bClearRoot

bool

TRUE if the root certificate should also be cleared

Returns

bool

TRUE, if all certificates were removed; FALSE if any certificates were preserved

In this article
DefinitionMethodsClearCertificateCache(bool)
Not finding the help you need?
Contact Support