Click or drag to resize

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.16.0
Syntax
C#
public string SubjectName { get; }

Property Value

Type: String
A string containing the SubjectName.
See Also