Signature

Overview

Signature is a class in Aspose.PDF FOSS for C++.

Signature objects allow creation and verification of detached PKCS#7 signatures on PDF documents.

This class provides 23 methods for working with Signature objects in C++ programs. Available methods include: Authority, AvoidEstimatingSignatureLength, ByteRange, ContactInfo, CustomAppearance, DefaultSignatureLength, Location, Reason, ShowProperties, Signature, UseLtv, Verify, and 1 additional methods. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Signature()Calls Signature on this Signature instance.
~Signature()Calls ~Signature on this Signature instance.
Verify()boolCalls Verify on this Signature instance.
CustomAppearance()SignatureCustomAppearanceCalls CustomAppearance on this Signature instance.
CustomAppearance()SignatureCustomAppearance
CustomAppearance(value: SignatureCustomAppearance)Calls CustomAppearance(value) on this Signature instance.
Authority()std::stringCalls Authority on this Signature instance.
Authority(value: std::string)Calls Authority(value) on this Signature instance.
Location()std::stringCalls Location on this Signature instance.
Location(value: std::string)Calls Location(value) on this Signature instance.
Reason()std::stringCalls Reason on this Signature instance.
Reason(value: std::string)Calls Reason(value) on this Signature instance.
ContactInfo()std::stringCalls ContactInfo on this Signature instance.
ContactInfo(value: std::string)Calls ContactInfo(value) on this Signature instance.
ByteRange()std::vector<int>Calls ByteRange on this Signature instance.
UseLtv()boolCalls UseLtv on this Signature instance.
UseLtv(value: bool)Calls UseLtv(value) on this Signature instance.
AvoidEstimatingSignatureLength()boolCalls AvoidEstimatingSignatureLength on this Signature instance.
AvoidEstimatingSignatureLength(value: bool)Calls AvoidEstimatingSignatureLength(value) on this Signature instance.
DefaultSignatureLength()intCalls DefaultSignatureLength on this Signature instance.
DefaultSignatureLength(value: int)Calls DefaultSignatureLength(value) on this Signature instance.
ShowProperties()boolCalls ShowProperties on this Signature instance.
ShowProperties(value: bool)Calls ShowProperties(value) on this Signature instance.

See Also