Class EncryptedPdfException
- Namespace
- SimpleSign.Pdf.Exceptions
- Assembly
- SimpleSign.Pdf.dll
Thrown when attempting to sign or validate an encrypted PDF. SimpleSign does not support encrypted PDFs — decrypt first using Adobe Acrobat or qpdf.
public sealed class EncryptedPdfException : SimpleSignException, ISerializable
- Inheritance
-
EncryptedPdfException
- Implements
- Inherited Members
Constructors
EncryptedPdfException(string)
Creates a new instance with the specified message.
public EncryptedPdfException(string message)
Parameters
messagestring
EncryptedPdfException(string, Exception)
Creates a new instance with the specified message and inner exception.
public EncryptedPdfException(string message, Exception innerException)