Class JobDigitalSignatureProcessing.JobDigitalSignatureProcessingOption

JobDigitalSignatureProcessing.JobDigitalSignatureProcessingOption class

Describes the JobDigitalSignatureProcessing feature options.

public sealed class JobDigitalSignatureProcessingOption : Option

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
Add(params IOptionItem[])Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance.

Fields

NameDescription
static PrintInvalidSignaturesPrint the job regardless of the validity of the digital signatures. Digital signatures MAY be ignored.
static PrintInvalidSignaturesWithErrorReportPrint the job regardless of the validity of the digital signatures. In the event an invalid signature is encountered, an error page should print at the end of the job. Digital signatures MUST not be ignored.
static PrintOnlyValidSignaturesPrint the job only if all digital signatures are valid. Digital signatures MUST not be ignored.

See Also