EncryptedPayload Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an encrypted payload dictionary with details of the cryptographic filter needed to decrypt the encrypted payload.For a PDF document that is an unencrypted wrapper for an encrypted payload document, the EmbeddedFiles name tree shall contain exactly one entry, for the encrypted payload document.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.SecurityEncryptedPayload

Namespace:  Apitron.PDF.Kit.Security
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class EncryptedPayload : UndefinedResource

The EncryptedPayload type exposes the following members.

Constructors

  NameDescription
Public methodEncryptedPayload
Initializes a new instance of the EncryptedPayload class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyFilterName
Gets the name of the cryptographic filter used to encrypt the encrypted payload document.This allows a PDF processor to easily determine whether it has the appropriate cryptographic filter.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyVerrsion
Gets the version number of the cryptographic filter used to encrypt the encrypted payload referenced by this dictionary.
Top
See Also

Reference