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

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ámetroTipoDescripción
signatureconst System::SharedPtr<Aspose::Pdf::Forms::Signature>&Objeto Signature, vea PKCS1, PKCS7 y PKCS7Detached.

Ver también

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ámetroTipoDescripción
signatureconst System::SharedPtr<Aspose::Pdf::Forms::Signature>&Objeto Signature, vea PKCS1, PKCS7, PKCS7Detached.
pfxconst System::SharedPtr<System::IO::Stream>&Flujo con certificado.
pasarconst System::String&Contraseña para acceder a la clave privada en el pfx.

Ver también