Aspose::Page::XPS::XpsMetadata::JobDigitalSignatureProcessing::JobDigitalSignatureProcessingOption class

JobDigitalSignatureProcessingOption class

Describes the JobDigitalSignatureProcessing feature options.

class JobDigitalSignatureProcessingOption : public Aspose::Page::XPS::XpsMetadata::Option

Fields

FieldDescription
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