This class represents the crypt parameters. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 14, page 38.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 14, page 52.

The Crypt decode parameters dictionary configures the Crypt filter, which applies document-level encryption to individual streams. This allows different streams in the same document to use different encryption handlers.

The Name entry identifies the crypt filter to apply. The name is looked up in the document's encryption dictionary under the CF entry. The special name Identity means the stream data is passed through without encryption or decryption.

Crypt filters give a document the ability to exempt certain streams from encryption, for example metadata streams that must remain accessible without decrypting the document.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.ParameterElement
          WebSupergoo.ABCpdf14.Elements.CryptParametersElement

 

   
   
Method
Description
CryptParametersElement Create a new CryptParametersElement.
inherited methods...

 

   
   
Property
Description
EntryType Represents the "Type" entry of the crypt parameters object.
EntryName Represents the "Name" entry of the crypt parameters object.
inherited properties...