ICertificateProvider Interface |
Namespace: Fiddler
The ICertificateProvider type exposes the following members.
Name | Description | |
---|---|---|
ClearCertificateCache |
When this method is called, your extension should discard all certificates and
clear any certificates that have been added to the user's certificate store.
| |
CreateRootCertificate |
When this method is called, your extension should create a Root certificate.
| |
GetCertificateForHost |
Return a certificate to secure this traffic. Generally, it's expected that this method WILL create a new certificate if needed.
| |
GetRootCertificate |
Return the root certificate to which Host Certificates are chained. Generally, it's expected that this method will NOT create a root certificate.
| |
rootCertIsTrusted |
When this method is called, your extension should check to see if the User or Machine Root
certificate store contains your Root certificate.
| |
TrustRootCertificate |
When this method is called, your extension should copy the your Root certificate into
the user's (or machines's) Root certificate store.
|