CertificateX509Certificate2 Property  | 
 
                The X509Certificate2 that provides access to all certificate information.
                Can be null if the information was not extracted because of corrupt certificate data.
            
 
    Namespace: 
   DotNetBrowser.Net.Certificates
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.1
Syntaxpublic X509Certificate2 X509Certificate2 { get; }Property Value
Type: 
X509Certificate2returns a X.509Certificate as an X509Certificate object.
See Also