CertMakerrootCertExists Method |
Determine if the self-signed root certificate exists
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool rootCertExists()
Public Shared Function rootCertExists As Boolean
public:
static bool rootCertExists()
Return Value
Type:
BooleanTrue if the Root certificate returned from
GetRootCertificate is non-null, False otherwise.
See Also