Class JobDigitalSignatureProcessing.JobDigitalSignatureProcessingOption
JobDigitalSignatureProcessing.JobDigitalSignatureProcessingOption class
Describes the JobDigitalSignatureProcessing
feature options.
public sealed class JobDigitalSignatureProcessingOption : Option
Properties
Name | Description |
---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|
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
Name | Description |
---|
static readonly PrintInvalidSignatures | Print the job regardless of the validity of the digital signatures. Digital signatures MAY be ignored. |
static readonly PrintInvalidSignaturesWithErrorReport | Print 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 readonly PrintOnlyValidSignatures | Print the job only if all digital signatures are valid. Digital signatures MUST not be ignored. |
See Also