Interface ICertificateProvider4
Inherited Members
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
[DoNotObfuscateType]
public interface ICertificateProvider4 : ICertificateProvider3, ICertificateProvider2, ICertificateProvider
Properties
CertCache
Copy of the cache of the EndEntity certificates that have been generated in this session.
Declaration
IDictionary<string, X509Certificate2> CertCache { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Security.Cryptography.X509Certificates.X509Certificate2>
|