PdfRecipientInfo Class

Describes a recipient who have been granted access rights to a PDF document encrypted with a Public-Key Security Handler.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfRecipientInfo

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

Syntax

C#
public sealed class PdfRecipientInfo
VB
Public NotInheritable Class PdfRecipientInfo

The PdfRecipientInfo type exposes the following members.

Properties

  NameDescription
Public propertyIssuer
Gets the distinguished name of the issuer of this recipient's certificate.
Public propertySerialNumber
Gets the serial number of this recipient's certificate.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also