ValidateServerCertificateEventArgsExpectedCN Property |
The SubjectCN (e.g. Hostname) that should be expected on this HTTPS connection, based on the request's Host property.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string ExpectedCN { get; }
Public ReadOnly Property ExpectedCN As String
Get
public:
property String^ ExpectedCN {
String^ get ();
}
Property Value
Type:
StringSee Also