Table of Contents

Property Issuer

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Issuer

Gets the distinguished name of the issuer of this recipient's certificate.

public X500DistinguishedName? Issuer { get; }

Property Value

X500DistinguishedName

The distinguished name of the issuer of this recipient's certificate.

Remarks

The Decrypt PDF documents in C# and VB.NET article describes how to process encrypted PDF documents.