Interface ICertificateProviderInfo
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface ICertificateProviderInfo
Methods
GetConfigurationString()
Return a string describing the current configuration of the Certificate Provider. For instance, list the configured key size, hash algorithms, etc.
Declaration
string GetConfigurationString()
Returns
System.String
|