Request a certificate with the specified SubjectCN
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static X509Certificate2 FindCert(
string sHostname
)
Public Shared Function FindCert (
sHostname As String
) As X509Certificate2
public:
static X509Certificate2^ FindCert(
String^ sHostname
)
Parameters
- sHostname
- Type: SystemString
A string of the form: "www.hostname.com"
Return Value
Type:
X509Certificate2A certificate or /null/ if the certificate could not be found or created
See Also