Click or drag to resize
CertMaker Methods

The CertMaker type exposes the following members.

Methods
  NameDescription
Public methodStatic membercreateRootCert
Create a self-signed root certificate to use as the trust anchor for HTTPS interception certificate chains
Public methodStatic memberDoDispose
Dispose of the Certificate Provider, if any.
Public methodStatic memberEnsureReady
Ensures that the Certificate Generator is ready; thread-safe
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFindCert
Request a certificate with the specified SubjectCN
Public methodStatic memberGetCertProviderInfo
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetRootCertificate
Returns the Root certificate that Fiddler uses to generate per-site certificates used for HTTPS interception.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberremoveFiddlerGeneratedCerts
Removes Fiddler-generated certificates from the Windows certificate store
Public methodStatic memberremoveFiddlerGeneratedCerts(Boolean)
Removes Fiddler-generated certificates from the Windows certificate store
Public methodStatic memberrootCertExists
Determine if the self-signed root certificate exists
Public methodStatic memberrootCertIsMachineTrusted
Is Fiddler's root certificate in the Machine Root store?
Public methodStatic memberrootCertIsTrusted
Is Fiddler's root certificate in the Root store?
Public methodStatic memberStoreCert(String, X509Certificate2)
Pre-cache a Certificate in the Certificate Maker that should be returned in subsequent calls to FindCert
Public methodStatic memberStoreCert(String, String, String)
Pre-cache a Certificate in the Certificate Maker that should be returned in subsequent calls to FindCert
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic membertrustRootCert
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.
Top
See Also