Click or drag to resize

CertificateIssuer Property

The Issuer entity of certificate. Can be null if the issuer was not extracted from certificate because of corrupt certificate data.

Namespace:  DotNetBrowser.Net.Certificates
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string Issuer { get; }

Property Value

Type: String
a string containing the Issuer.
See Also