Click or drag to resize

PdfFileSpecificationSetEncryptedPayload Method

Sets the EncryptedPayload toa new PdfEncryptedPayload with the specified cryptographicFilterName.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfEncryptedPayload SetEncryptedPayload(
	string cryptographicFilterName
)

Parameters

cryptographicFilterName  String
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.

Return Value

PdfEncryptedPayload
The file specification's EncryptedPayload.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is or Empty.
See Also