CertificateSubject Property |
The Subject entity of certificate. Can be null if the subject
was not extracted from certificate data because of corrupt certificate data.
Namespace:
DotNetBrowser.Net.Certificates
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public string Subject { get; }
Property Value
Type:
StringA string containing the Subject.
See Also