CertificateSubjectName Property |
The name of the subject of the certificate. For HTTPS server certificates, this
represents the web server. The common name of the subject should match the host name of the web server.
Namespace:
DotNetBrowser.Net.Certificates
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public string SubjectName { get; }
Property Value
Type:
StringA string containing the SubjectName.
See Also