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
| Name | Type | Access | Description |
|---|---|---|---|
Name | std::string | Read/Write | Gets or sets the name. |
FullName | std::string | Read/Write | Gets or sets the full name. |
Methods
| Signature | Description |
|---|---|
SignatureName() | Calls SignatureName on this SignatureName instance. |
ToString() → std::string | Calls ToString on this SignatureName instance. |
GetHashCode() → int | Returns the hash code. |
HasSignature() → bool | Returns true if signature is present. |