Click or drag to resize
ICertificateProviderInfo Interface

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public interface ICertificateProviderInfo

The ICertificateProviderInfo type exposes the following members.

Methods
  NameDescription
Public methodGetConfigurationString
Return a string describing the current configuration of the Certificate Provider. For instance, list the configured key size, hash algorithms, etc.
Public methodShowConfigurationUI
Show a configuration dialog that allows user to control options related to your Certificate Provider, for instance, the configured key size, hash algorithm, etc.
Top
See Also