SignatureName

SignatureName

Overview

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

SignatureName.HasSignature() returns true if the PDF contains a detached PKCS#7 signature, and ToString() provides a textual representation of the signature name.

This class provides 4 methods for working with SignatureName objects in C++ programs. Available methods include: GetHashCode, HasSignature, SignatureName, ToString. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package. Accessor methods: FullName, Name.

Accessor Methods

NameTypeAccessDescription
Namestd::stringRead/WriteGets or sets the name.
FullNamestd::stringRead/WriteGets or sets the full name.

Methods

SignatureDescription
SignatureName()Calls SignatureName on this SignatureName instance.
ToString()std::stringCalls ToString on this SignatureName instance.
GetHashCode()intReturns the hash code.
HasSignature()boolReturns true if signature is present.

See Also