Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 6,653 for

signing

(0.51 sec)
  1. Firmare digitalmente un progetto di codice VBA ...

    Impara come firmare digitalmente un progetto di codice VBA con un certificato usando Aspose.Cells for Node.js via C++....sign(DigitalSignature) . Segui questi...utilizzare il metodo VbaProject.sign(DigitalSignature) . Ecco i file...

    docs.aspose.com/cells/it/nodejs-cpp/digitally-s...
  2. Node.js kullanarak C++ üzerinden Sertifika ile ...

    Aspose.Cells for Node.js via C++ kullanarak bir VBA Kod Projesini dijital olarak sertifika ile imzalamayı öğrenin....sign(DigitalSignature) yöntemi ile...Aşağıdaki örnek kod, VbaProject.sign(DigitalSignature) yönteminin...

    docs.aspose.com/cells/tr/nodejs-cpp/digitally-s...
  3. SignOptions.providerId property | Aspose.Words ...

    SignOptions.providerId property. Specifies the class ID of the signature provider... Examples Shows how to sign a document with a personal certificate...false , Instructions = "Please sign here." , AllowComments = true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. SignOptions.SignatureLineId | Aspose.Words for ...

    Discover the SignatureLineId property in SignOptions. Easily identify signature lines with a unique GUID, enhancing your document management efficiency....line to a document, and then sign it using a digital certificate...16868")] public static void Sign () { string signeeName = "Ron...

    reference.aspose.com/words/net/aspose.words.dig...
  5. SignatureLineOptions.SignerTitle | Aspose.Words...

    Discover the SignatureLineOptions SignerTitle property to customize suggested signer titles easily. Enhance your document's professionalism effortlessly!...line to a document, and then sign it using a digital certificate...16868")] public static void Sign () { string signeeName = "Ron...

    reference.aspose.com/words/net/aspose.words/sig...
  6. Extracción de firma|Aspose.PDF for Python via .NET

    Aprenda cómo extraer una imagen de firma y el certificado de firma de un PDF firmado usando PdfFileSignature en Python....create_pdf_file_signature ( infile ) try : sign_name = require_signature_name...pdf_signature . extract_image ( sign_name ) write_stream_data ( signature_image...

    docs.aspose.com/pdf/es/python-net/signature-ext...
  7. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignatureCollection class. Provides a read-only collection of digital signatures attached to a document. To learn more, visit the documentation article in C++....get_MyDir () + u "Digitally signed.docx" ); for ( auto && signature...:: String :: Format ( u " \t Sign time: \t {0}" , signature ->...

    reference.aspose.com/words/cpp/aspose.words.dig...
  8. Vérifier la signature dans un fichier PDF|Aspos...

    Cette section explique comment vérifier la signature dans un fichier PDF en utilisant la classe PdfFileSignature.... BindPdf ( dataDir + "signed_rsa.pdf" ); if ( pdFileSignature...Console . WriteLine ( "Document Signed" ); } } } Vérifier qu’un PDF...

    docs.aspose.com/pdf/fr/net/verify-signature-in-...
  9. SignatureLine.ProviderId | Aspose.Words لـ .NET

    اكتشف خاصية SignatureLine ProviderId لإدارة مُعرّفات مُزوّد التوقيع بسهولة. بسّط سير عملك بإعداداتنا الافتراضية....false , Instructions = "Please sign here." , AllowComments = true..., Comments = "Document was signed by vderyushev" , SignTime =...

    reference.aspose.com/words/ar/net/aspose.words....
  10. 在 PDF 文件中添加签名|Aspose.PDF for .NET

    本节解释如何使用 PdfFileSignature 类向 PDF 文件添加签名。...一旦创建了特定签名类型的对象,您可以使用 PdfFileSignature 类的 Sign 方法对 PDF 进行签名,并将特定签名对象传递给该类。...// PKCS#1 pdFileSignature . Sign ( 1 , "I'm document author"...

    docs.aspose.com/pdf/zh/net/add-signature-in-pdf/