Click or drag to resize
ICertificateProvider2ClearCertificateCache Method (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

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
bool ClearCertificateCache(
	bool bClearRoot
)

Parameters

bClearRoot
Type: SystemBoolean
TRUE if the root certificate should also be cleared

Return Value

Type: Boolean
TRUE, if all certificates were removed; FALSE if any certificates were preserved
See Also