Click or drag to resize
CertMakerGetRootCertificate Method
Returns the Root certificate that Fiddler uses to generate per-site certificates used for HTTPS interception.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static X509Certificate2 GetRootCertificate()

Return Value

Type: X509Certificate2
Returns the root certificate, if present, or null if the root certificate does not exist.
See Also