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.24.2
Syntaxpublic string Subject { get; }Property Value
Type: 
StringA string containing the Subject.
See Also