| CertMaker Methods |
The CertMaker type exposes the following members.
| Name | Description | |
|---|---|---|
| createRootCert |
Create a self-signed root certificate to use as the trust anchor for HTTPS interception certificate chains
| |
| DoDispose |
Dispose of the Certificate Provider, if any.
| |
| EnsureReady |
Ensures that the Certificate Generator is ready; thread-safe
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindCert |
Request a certificate with the specified SubjectCN
| |
| GetCertProviderInfo | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetRootCertificate |
Returns the Root certificate that Fiddler uses to generate per-site certificates used for HTTPS interception.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| removeFiddlerGeneratedCerts |
Removes Fiddler-generated certificates from the Windows certificate store
| |
| removeFiddlerGeneratedCerts(Boolean) |
Removes Fiddler-generated certificates from the Windows certificate store
| |
| rootCertExists |
Determine if the self-signed root certificate exists
| |
| rootCertIsMachineTrusted |
Is Fiddler's root certificate in the Machine Root store?
| |
| rootCertIsTrusted |
Is Fiddler's root certificate in the Root store?
| |
| StoreCert(String, X509Certificate2) |
Pre-cache a Certificate in the Certificate Maker that should be returned in subsequent calls to FindCert
| |
| StoreCert(String, String, String) |
Pre-cache a Certificate in the Certificate Maker that should be returned in subsequent calls to FindCert
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| trustRootCert |
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.
|