Aspose::Pdf::Facades::PdfFileSignature::ExtractCertificate method
Contents
[
Hide
]PdfFileSignature::ExtractCertificate(const System::SharedPtr<SignatureName>&) method
Extracts signature’s single X.509 certificate as a stream.
System::SharedPtr<System::IO::Stream> Aspose::Pdf::Facades::PdfFileSignature::ExtractCertificate(const System::SharedPtr<SignatureName> &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::SharedPtr<SignatureName>& | The name of signature. |
ReturnValue
If a certificate was found returns X.509 single certificate; otherwise, null.
See Also
- Typedef SharedPtr
- Class Stream
- Class SignatureName
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileSignature::ExtractCertificate(const System::String&) method
Extracts signature’s single X.509 certificate as a stream.
System::SharedPtr<System::IO::Stream> Aspose::Pdf::Facades::PdfFileSignature::ExtractCertificate(const System::String &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::String& | The name of signature. |
ReturnValue
If certificate was found returns X.509 single certificate; otherwise, null.
Deprecated
Use ExtractCertificate(SignatureName) method instead.
See Also
- Typedef SharedPtr
- Class Stream
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++