CertMakertrustRootCert Method |
Finds the Fiddler root certificate and prompts the user to add it to the TRUSTED store.
Note: The system certificate store is used by most applications (IE, Chrome, etc) but not
all; for instance, Firefox uses its own certificate store.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool trustRootCert()
Public Shared Function trustRootCert As Boolean
public:
static bool trustRootCert()
Return Value
Type:
BooleanTrue if successful
See Also