CertMakerremoveFiddlerGeneratedCerts Method (Boolean) |
Removes Fiddler-generated certificates from the Windows certificate store
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool removeFiddlerGeneratedCerts(
bool bRemoveRoot
)
Public Shared Function removeFiddlerGeneratedCerts (
bRemoveRoot As Boolean
) As Boolean
public:
static bool removeFiddlerGeneratedCerts(
bool bRemoveRoot
)
Parameters
- bRemoveRoot
- Type: SystemBoolean
Indicates whether Root certificates should also be cleaned up
Return Value
Type:
BooleanSee Also