Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 6,096 for

signature

(0.32 sec)
  1. Securing and signing PDF in Python|Aspose.PDF f...

    This section describes the features of using a Signature and securing your PDF document using Python...to securely apply digital signatures to PDF documents using Python...terms electronic signature and digital signature are sometimes used...

    docs.aspose.com/pdf/python-net/securing-and-sig...
  2. Aspose::Words::DigitalSignatures::CertificateHo...

    Aspose::Words::DigitalSignatures::CertificateHolder::get_Certificate method. Returns the instance of X509Certificate2 which holds private, public keys and certificate chain in C++....display information about each signature in a document. auto doc =...signed.docx" ); for ( auto && signature : doc -> get_DigitalSignatures...

    reference.aspose.com/words/cpp/aspose.words.dig...
  3. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignature::get_IsValid method. Returns true if this digital Signature is valid and the document has not been tampered with in C++....Returns true if this digital signature is valid and the document...display information about each signature in a document. auto doc =...

    reference.aspose.com/words/cpp/aspose.words.dig...
  4. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignature class. Represents a digital Signature on a document and the result of its verification. To learn more, visit the documentation article in C++....class Represents a digital signature on a document and the result...visit the Work with Digital Signatures documentation article. class...

    reference.aspose.com/words/cpp/aspose.words.dig...
  5. Complete removal of digital signatures - Free S...

    Hi. I have tried to remove the digital Signatures from pdfs using the code as described here: Remove Signature from PDF File|Aspose.PDF for .NET. It looks like the Signature is removed but not everything related to digi…...Complete removal of digital signatures Aspose.PDF Product Family...tried to remove the digital signatures from pdfs using the code...

    forum.aspose.com/t/complete-removal-of-digital-...
  6. SignatureLine Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.SignatureLine class to easily manage and customize Signature line properties for enhanced document security....class Provides access to signature line properties. To learn...visit the Work with Digital Signatures documentation article. public...

    reference.aspose.com/words/net/aspose.words.dra...
  7. DigitalSignature.sign_time property | Aspose.Wo...

    DigitalSignature.sign_time property. Gets the time the document was signed....display information about each signature in a document. doc = aw ....docx' ) for signature in doc . digital_signatures : print ( f...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.insertSignatureLine method | As...

    Aspose.Words.DocumentBuilder.insertSignatureLine method...reLineOptions) Inserts a signature line at the current position...of creating signature line. Returns The signature line node that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CertificateHolder.certificate property | Aspose...

    CertificateHolder.certificate property. Returns the instance of X509Certificate2 which holds private, public keys and certificate chain....display information about each signature in a document. doc = aw ....docx' ) for signature in doc . digital_signatures : print ( f...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to digitally sign PDF|Aspose.PDF for Java

    Learn how to digitally sign a PDF file to ensure its authenticity and integrity using Aspose.PDF for Java...signing a PDF document using a signature, you basically confirm that...afterwards invalidate the signature and thus, you know if the...

    docs.aspose.com/pdf/java/digitally-sign-pdf-file/