Aspose::Pdf::Facades::PdfFileSignature::GetSignatureNames method

PdfFileSignature::GetSignatureNames method

Gets the names of all not empty signatures.

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

ReturnValue

Return an IList<SignatureName>.

See Also