PdfPublicKeyEncryptionInfo Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfPublicKeyEncryptionInfo Class
Provides information about a PDF document encrypted with a Public-Key Security Handler.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfEncryptionInfo
    BitMiracle.Docotic.Pdf.PdfPublicKeyEncryptionInfo

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

Syntax

C#
public sealed class PdfPublicKeyEncryptionInfo : PdfEncryptionInfo
VB
Public NotInheritable Class PdfPublicKeyEncryptionInfo
	Inherits PdfEncryptionInfo

The PdfPublicKeyEncryptionInfo type exposes the following members.

Properties

  NameDescription
Public propertyAlgorithm
Gets the algorithm used to encrypt the document.
(Inherited from PdfEncryptionInfo.)
Public propertyMetadataEncrypted
Gets a value indicating whether document metadata is encrypted.
Public propertyRecipients
Gets the collection of recipients who have been granted access rights to the document.

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