Aspose::Pdf::Facades::SignatureName class

SignatureName class

Represents a class for a signature name.

class SignatureName : public System::Object

Methods

MethodDescription
Equals(System::SharedPtr<System::Object>) overrideDetermines whether this instance and a specified object are equal.
get_HasSignature()Indicates whether the signature is present or not.
GetHashCode() const overrideReturns a hash code for this instance based on the FullName property.
ToString() const overrideReturns a string representation of the SignatureName instance, primarily using its name.

Remarks

Represents a more precise signature name. Used instead of string names. Allows you to present signatures with the same string names.

See Also