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)
| Parameter | Type | Description |
|---|---|---|
| onlyActive | bool | if 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
- Typedef SharedPtr
- Class IList
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++