Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 6,777 for

signature

(0.17 sec)
  1. Soporte para firma XAdES con Node.js a través d...

    Este artículo describe el soporte para la firma XAdES usando Node.js a través de C++ con Aspose.Cells....pfx" ); const signature = new AsposeCells . DigitalSignature..."testXAdES" , new Date ()); signature . setXAdESType ( AsposeCells...

    docs.aspose.com/cells/es/nodejs-cpp/support-for...
  2. C#でデジタル署名を追加またはPDFにデジタル署名する|Aspose.PDF for .NET

    C#またはVB.NETを使用してPDF文書にデジタル署名します。C#またはVB.NETを使用してデジタル署名されたPDFを検証または確認します。...PdfFileSignature object using ( var signature = new Aspose . Pdf . Facades..."12345" ); // Sign PDF file signature . Sign ( 1 , true , new System...

    docs.aspose.com/pdf/ja/net/digitally-sign-pdf-f...
  3. 아카이브

    아카이브...DigitalSignature 개체 만들기 DigitalSignature signature = new DigitalSignature("testsignature1..."testpass1"); // 댓글 새 디지털 서명 signature.setComments("Aspose.Slides...

    blog.aspose.com/ko/slides/protect-powerpoint-pr...
  4. FileFormatInfo.load_format property | Aspose.Wo...

    FileFormatInfo.load_format property. Gets the detected document format....format and presence of digital signatures. # Use a FileFormatInfo instance...assertFalse ( info . has_digital_signature ) certificate_holder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Signaturzeile in einer Excel Arbeitsmappe mit A...

    Dieser Artikel beschreibt, wie man mit Node.js Code und Aspose.Cells for Node.js via C++ eine Signaturzeile in einer Excel Arbeitsmappe erstellt.... Workbook (); // Create signature line object const signatureLine...doe@aspose.com" ); // Adds a Signature Line to the worksheet. workbook...

    docs.aspose.com/cells/de/nodejs-cpp/create-sign...
  6. Aggiungi linea di firma al foglio di lavoro con...

    Questo articolo descrive come aggiungere una linea di firma al foglio di lavoro usando il codice Node.js con Aspose.Cells for Node.js via C++....pfx" ); const signature = new AsposeCells . DigitalSignature..., "test Microsoft Office signature line" , new Date ()); const...

    docs.aspose.com/cells/it/nodejs-cpp/add-signatu...
  7. 档案

    档案...DigitalSignature 对象 DigitalSignature signature = new DigitalSignature("testsignature1..."testpass1"); // 评论新的数字签名 signature.setComments("Aspose.Slides...

    blog.aspose.com/zh/slides/protect-powerpoint-pr...
  8. Lưu trữ

    Lưu trữ...khẩu PFX DigitalSignature signature = new DigitalSignature("testsignature1...Nhận xét chữ ký điện tử mới signature.setComments("Aspose.Slides...

    blog.aspose.com/vi/slides/protect-powerpoint-pr...
  9. PDFにデジタル署名する方法|Aspose.PDF for Java

    Javaを使用してPDF文書にデジタル署名を行います。JavaベースのアプリケーションでPDFライブラリを使用して、デジタル署名されたPDFを検証または確認します。PKCS1証明書を使用してPDFファイルを認証できます。...inFile ); PdfFileSignature signature = new PdfFileSignature ( document...PKCS7/PKCS7Detached // オブジェクトを使用 signature . sign ( 1 , true , new java...

    docs.aspose.com/pdf/ja/java/digitally-sign-pdf-...
  10. إضافة توقيع في ملف PDF|Aspose.PDF for Java

    يشرح هذا القسم كيفية العمل مع التوقيع في ملف PDF باستخدام فئة PdfFileSignature....الأنواع الثلاثة للتوقيع PKCS1 signature = new PKCS1 ( _dataDir + "test01...Australia" , true , rect , signature ); // حفظ ملف PDF الناتج pdfSign...

    docs.aspose.com/pdf/ar/java/add-signature-in-pdf/