Class PdfPublicKeyEncryptionInfo
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Provides information about a PDF document encrypted with a Public-Key Security Handler.
public sealed class PdfPublicKeyEncryptionInfo : PdfEncryptionInfo
- Inheritance
-
PdfPublicKeyEncryptionInfo
- Inherited Members
Remarks
The Decrypt PDF documents in C# and VB.NET article describes how to process encrypted PDF documents.
Check out the other articles and code samples on the Passwords page.
Properties
- MetadataEncrypted
Gets a value indicating whether document metadata is encrypted by a public key encryption handler.
- Recipients
Gets the collection of recipients who have been granted access rights to the document.
Methods
- ToString()
Returns a string that represents this PdfPublicKeyEncryptionInfo instance.