Aspose::Pdf::Facades::PdfFileSignature::SetCertificate method

PdfFileSignature::SetCertificate method

Set certificate file and password for signing routine.

void Aspose::Pdf::Facades::PdfFileSignature::SetCertificate(System::String pfx, System::String pass)
ParameterTypeDescription
pfxSystem::StringPKCS #12 certificate file.
passSystem::StringPassword to get access for the certificate private key.

See Also