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)
ParameterTypeDescription
pfxconst System::String&PKCS #12 certificate file.
passconst System::String&Password to get access for the certificate private key.

See Also