Click or drag to resize
CertMakerFindCert Method
Request a certificate with the specified SubjectCN

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

Parameters

sHostname
Type: SystemString
A string of the form: "www.hostname.com"

Return Value

Type: X509Certificate2
A certificate or /null/ if the certificate could not be found or created
See Also