CertMakerGetRootCertificate Method |
Returns the Root certificate that Fiddler uses to generate per-site certificates used for HTTPS interception.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static X509Certificate2 GetRootCertificate()
Public Shared Function GetRootCertificate As X509Certificate2
public:
static X509Certificate2^ GetRootCertificate()
Return Value
Type:
X509Certificate2Returns the root certificate, if present, or null if the root certificate does not exist.
See Also