InterfaceICertificateProvider4
Interface
Extension interface for certificate provider implementation, adding access to the host certificates generated in this session
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public interface ICertificateProvider4 : ICertificateProvider3, ICertificateProvider2, ICertificateProvider
Inherited Members
Properties
CertCache
Copy of the cache of the EndEntity certificates that have been generated in this session.
Declaration
cs-api-definition
IDictionary<string, X509Certificate2> CertCache { get; }
Property Value