Click or drag to resize
CertMakerrootCertExists Method
Determine if the self-signed root certificate exists

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

Return Value

Type: Boolean
True if the Root certificate returned from GetRootCertificate is non-null, False otherwise.
See Also