Click or drag to resize
CertMakerremoveFiddlerGeneratedCerts Method (Boolean)
Removes Fiddler-generated certificates from the Windows certificate store

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool removeFiddlerGeneratedCerts(
	bool bRemoveRoot
)

Parameters

bRemoveRoot
Type: SystemBoolean
Indicates whether Root certificates should also be cleaned up

Return Value

Type: Boolean
See Also