Click or drag to resize
ICertificateProviderGetCertificateForHost Method
Return a certificate to secure this traffic. Generally, it's expected that this method WILL create a new certificate if needed.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
X509Certificate2 GetCertificateForHost(
	string sHostname
)

Parameters

sHostname
Type: SystemString
Hostname (e.g. "www.example.com")

Return Value

Type: X509Certificate2
An X509Certificate, or null on error
See Also