Aspose::Pdf::Facades::PdfFileSignature::SetCertificate method
PdfFileSignature::SetCertificate method
Set certificate file and password for signing routine.
void Aspose::Pdf::Facades::PdfFileSignature::SetCertificate(const System::String &pfx, const System::String &pass)
| Parameter | Type | Description |
|---|---|---|
| pfx | const System::String& | PKCS #12 certificate file. |
| pass | const System::String& | Password to get access for the certificate private key. |
See Also
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++