Property Issuer
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Issuer
Gets the distinguished name of the issuer of this certificate.
public X500DistinguishedName Issuer { get; }
Property Value
- X500DistinguishedName
The distinguished name of the issuer of this certificate.
Remarks
Read the Verify PDF signature in C# and VB.NET article for examples of using this property.