Aspose::Pdf::Forms::SignatureField::Sign method
Contenido
[
Ocultar
]SignatureField::Sign(const System::SharedPtr<Aspose::Pdf::Forms::Signature>&) method
Firma el documento usando este campo de firma.
void Aspose::Pdf::Forms::SignatureField::Sign(const System::SharedPtr<Aspose::Pdf::Forms::Signature> &signature)
| Parámetro | Tipo | Descripción |
|---|---|---|
| signature | const System::SharedPtr<Aspose::Pdf::Forms::Signature>& | Objeto Signature, vea PKCS1, PKCS7 y PKCS7Detached. |
Ver también
- 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
Firma el documento usando este campo de firma.
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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| signature | const System::SharedPtr<Aspose::Pdf::Forms::Signature>& | Objeto Signature, vea PKCS1, PKCS7, PKCS7Detached. |
| pfx | const System::SharedPtr<System::IO::Stream>& | Flujo con certificado. |
| pasar | const System::String& | Contraseña para acceder a la clave privada en el pfx. |
Ver también
- Typedef SharedPtr
- Class Signature
- Class Stream
- Class String
- Class SignatureField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++