Aspose::Pdf::Forms::SignatureField::Sign method

SignatureField::Sign(System::SharedPtr<Aspose::Pdf::Forms::Signature>) method

Sign the document using this signature field.

void Aspose::Pdf::Forms::SignatureField::Sign(System::SharedPtr<Aspose::Pdf::Forms::Signature> signature)
ParameterTypeDescription
signatureSystem::SharedPtr<Aspose::Pdf::Forms::Signature>Signature object, see PKCS1, PKCS7 and PKCS7Detached.

See Also

SignatureField::Sign(System::SharedPtr<Aspose::Pdf::Forms::Signature>, System::SharedPtr<System::IO::Stream>, System::String) method

Signs the document using this signature field.

void Aspose::Pdf::Forms::SignatureField::Sign(System::SharedPtr<Aspose::Pdf::Forms::Signature> signature, System::SharedPtr<System::IO::Stream> pfx, System::String pass)
ParameterTypeDescription
signatureSystem::SharedPtr<Aspose::Pdf::Forms::Signature>Signature object, see PKCS1, PKCS7, PKCS7Detached.
pfxSystem::SharedPtr<System::IO::Stream>Stream with certificate.
passSystem::StringPassword to access private in the pfx .

See Also