Click or drag to resize

CertificateX509Certificate Property

The X509Certificate 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.0
Syntax
C#
public X509Certificate X509Certificate { get; }

Property Value

Type: X509Certificate
The X.509 certificate as an X509Certificate object.
See Also