EncryptedPayload
Overview
EncryptedPayload is a class in Aspose.PDF FOSS for .NET.
Wraps the /EP entry on an embedded-file file-spec — the encrypted-payload that signals a PDF 2.0 unencrypted-wrapper document.
This class provides 1 method for working with EncryptedPayload objects in .NET programs.
Available methods include: EncryptedPayload.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Subtype, Type, Version.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Type | string | Read | The /Type entry of the encrypted-payload dictionary. |
Subtype | string | Read | The /Subtype entry naming the encryption scheme (e.g. |
Version | string | Read | The /Version entry identifying the scheme version (e.g. |
Methods
| Signature | Description |
|---|---|
EncryptedPayload(fileSpecification: FileSpecification) | Construct an EncryptedPayload wrapper over an existing FileSpecification’s /EP dictionary. |