EncryptedPayload

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

NameTypeAccessDescription
TypestringReadThe /Type entry of the encrypted-payload dictionary.
SubtypestringReadThe /Subtype entry naming the encryption scheme (e.g.
VersionstringReadThe /Version entry identifying the scheme version (e.g.

Methods

SignatureDescription
EncryptedPayload(fileSpecification: FileSpecification)Construct an EncryptedPayload wrapper over an existing FileSpecification’s /EP dictionary.

See Also