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: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax bool ClearCertificateCache(
bool bClearRoot
)
Function ClearCertificateCache (
bClearRoot As Boolean
) As Boolean
bool ClearCertificateCache(
bool bClearRoot
)
Parameters
- bClearRoot
- Type: SystemBoolean
TRUE if the root certificate should also be cleared
Return Value
Type:
BooleanTRUE, if all certificates were removed; FALSE if any certificates were preserved
See Also