Aspose::Pdf::Forms::SignatureField::Sign method
Contents
[
Hide
]SignatureField::Sign(const System::SharedPtr<Aspose::Pdf::Forms::Signature>&) method
Sign the document using this signature field.
void Aspose::Pdf::Forms::SignatureField::Sign(const System::SharedPtr<Aspose::Pdf::Forms::Signature> &signature)
| Parameter | Type | Description |
|---|---|---|
| signature | const System::SharedPtr<Aspose::Pdf::Forms::Signature>& | Signature object, see PKCS1, PKCS7 and PKCS7Detached. |
See Also
- Typedef SharedPtr
- Class Signature
- Class SignatureField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
SignatureField::Sign(const System::SharedPtr<Aspose::Pdf::Forms::Signature>&, const System::SharedPtr<System::IO::Stream>&, const System::String&) method
Signs the document using this signature field.
void Aspose::Pdf::Forms::SignatureField::Sign(const System::SharedPtr<Aspose::Pdf::Forms::Signature> &signature, const System::SharedPtr<System::IO::Stream> &pfx, const System::String &pass)
| Parameter | Type | Description |
|---|---|---|
| signature | const System::SharedPtr<Aspose::Pdf::Forms::Signature>& | Signature object, see PKCS1, PKCS7, PKCS7Detached. |
| pfx | const System::SharedPtr<System::IO::Stream>& | Stream with certificate. |
| pass | const System::String& | Password to access private in the pfx . |
See Also
- Typedef SharedPtr
- Class Signature
- Class Stream
- Class String
- Class SignatureField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++