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

Return Value

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