Aspose::Pdf::Facades::PdfFileSignature::GetSignNames method

PdfFileSignature::GetSignNames method

Gets the names of all not empty signatures.

System::SharedPtr<System::Collections::Generic::IList<System::String>> Aspose::Pdf::Facades::PdfFileSignature::GetSignNames(bool onlyActive=true)
ParameterTypeDescription
onlyActiveboolif true, return only active signatures; otherwise, return all signatures.

ReturnValue

Return an IList.

Deprecated

The method can produce the same signature names, which cannot be distinguished during verification. Use GetSignatureNames(bool onlyActive) instead.

See Also