InterfaceICertificateProvider6
Interface
Extension interface for certificate provider implementation, adding method to return certificate keypair (used on macOS only) To override default certificate handling in macOS, your class should implement this interface.
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public interface ICertificateProvider6 : ICertificateProvider5, ICertificateProvider4, ICertificateProvider3, ICertificateProvider2, ICertificateProvider
Inherited Members
Properties
EEKeyPair
The EE Certificate Public/Private key that will be reused for all EE certificates if the ReuseRootKeyAsServerKey or ReuseServerKey is set.
Declaration
cs-api-definition
AsymmetricCipherKeyPair EEKeyPair { get; }
Property Value
AsymmetricCipherKeyPair
ReuseRootKeyAsServerKey
Controls whether we use the same Public/Private keypair for the root AND all Server Certificates (improves perf)
ReuseServerKey
Controls whether we use the same Public/Private keypair for all Server Certificates (improves perf)