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: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax bool ClearCertificateCache()
Function ClearCertificateCache As Boolean
bool ClearCertificateCache()
Return Value
Type:
BooleanTRUE, if all certificates were removed; FALSE if any certificates were preserved
See Also