Click or drag to resize
ICertificateProviderGetRootCertificate Method
Return the root certificate to which Host Certificates are chained. Generally, it's expected that this method will NOT create a root certificate.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
X509Certificate2 GetRootCertificate()

Return Value

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