Output |
Additional document level options
These options are available for all signature operations of the Signer. They can also be used without a signature operation with the method Process(Document, Stream, OutputOptions, Provider).
Notes on document encryption when processing files with the Signer:
public class OutputOptions : OutputOptions
The OutputOptions type exposes the following members.
Name | Description | |
---|---|---|
OutputOptions |
Name | Description | |
---|---|---|
AddValidationInformation | Add validation information to existing signatures of input document Add signature validation information to the document security store (DSS). This information includes:
Validation information for embedded time-stamp tokens is added as well. If adding validation information fails, an Warning with an AddValidationInformationFailed is generated. All types of cryptographic providers support this method. However, this method fails when using a provider whose certificate store is missing a required certificate. Note: This property has no effect on any new signatures or time-stamp that may also be added. The validation information of signatures and time-stamps is controlled by the respective property in the signature or time-stamp configuration object. Note: This method does not validate the signatures, but only downloads the information required. Note: Adding validation information for expired certificates is not possible. Therefore, it is crucial to enlarge the longevity of signatures before they expire. Note: Adding validation information to document certification (MDP) signatures is not possible, because it would break the signature. Validation information must be added to certification signatures when creating them. Default: None | |
Encryption | The parameters to encrypt output PDFs If , no encryption is used. Encryption is not allowed by the PDF/A ISO standards. For that reason, it is recommended to use when processing PDF/A documents. Otherwise, most operations will remove PDF/A conformance from the output document. More details can be found in the documentation of the operation. Default: , no encryption is used. (Inherited from OutputOptions) | |
MetadataSettings |
Default: , metadata are copied to the output document.
(Inherited from OutputOptions) | |
RemoveSignatures | Whether to remove any signatures By default, all signatures of the input document are preserved. Optionally, some or all of them can be removed. Default: None |
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |