PdfSignatureCertificate.Issuer Property

Gets the distinguished name of the issuer of this certificate.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public X500DistinguishedName Issuer { get; }
VB
Public ReadOnly Property Issuer As X500DistinguishedName
	Get

Property Value

Type: X500DistinguishedName
The distinguished name of the issuer of this certificate.

See Also