Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 6,774 for

signature

(0.16 sec)
  1. Archivo

    Archivo...contraseña PFX DigitalSignature signature = new DigitalSignature("testsignature1...Comentar nueva firma digital signature.setComments("Aspose.Slides...

    blog.aspose.com/es/slides/protect-powerpoint-pr...
  2. ค้นหา

    ค้นหา...และรหัสผ่าน PFX DigitalSignature signature = new DigitalSignature("testsignature1...แสดงความคิดเห็นลายเซ็นดิจิทัลใหม่ signature.setComments("Aspose.Slides...

    blog.aspose.com/th/slides/protect-powerpoint-pr...
  3. دعم توقيع XAdES باستخدام C++|Documentation

    يصف هذا المقال الدعم لتوقيع XAdES باستخدام رموز C++ مع Aspose.Cells for C++....% 1000 ; DigitalSignature signature ( pfxData , password , u "testXAdES"...int > ( ms . count ()) }); signature . SetXAdESType ( XAdESType...

    docs.aspose.com/cells/ar/cpp/support-for-xades-...
  4. Skapa signaturlinje i en Excel arbetsbok med C+...

    Denna artikel beskriver hur man skapar en signaturlinje i en Excel arbetsbok med hjälp av C++ koder med Aspose.Cells for C++....funktion för att lägga till Signature Line i Excel-arbetsböcker...Workbook workbook ; // Create signature line object SignatureLine...

    docs.aspose.com/cells/sv/cpp/create-signature-l...
  5. 使用数字签名|Python via .NET 格式的 Aspose.Words

    使用 Python 对文档进行数字签名并检测、计数、验证和删除现有的数字签名。...has_digital_signature 属性。如果文档包含一个或多个数字签名,则此属性返回...您还可以通过检查 Document.digital_signatures 集合的 Count 属性来检查文档在加载后是否具有数字签名。...

    docs.aspose.com/words/zh/python-net/working-wit...
  6. 在PDF文件中使用签名|Aspose.PDF for Java

    本节介绍如何使用PdfFileSignature类在PDF文件中处理签名。...PdfFileSignature signature = new PdfFileSignature (); signature . bindPdf..."DigitallySign.pdf" ); if ( signature . containsSignature ()) {...

    docs.aspose.com/pdf/zh/java/working-with-signat...
  7. Signieren Sie ein VBA Code Projekt digital mit ...

    Erfahren Sie, wie Sie ein VBA Code Projekt mit einem Zertifikat digital signieren, mit Aspose.Cells for JavaScript über C++....Erstellung einer digitalen Signatur. Bitte installieren Sie diese...VBA Project with Digital Signature </ h1 > < div > < label for...

    docs.aspose.com/cells/de/javascript-cpp/digital...
  8. Trabajando con Firma en Archivo PDF|Aspose.PDF ...

    Esta sección explica cómo trabajar con Firma en un Archivo PDF usando la clase PdfFileSignature....PdfFileSignature signature = new PdfFileSignature (); signature . bindPdf..."DigitallySign.pdf" ); if ( signature . containsSignature ()) {...

    docs.aspose.com/pdf/es/java/working-with-signat...
  9. Kontrollera om den digitala signaturen av VBA k...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Kontrollera om digital signatur för VBA-kod är giltig i Python...Samma excelfil har en giltig signatur, men när vi ändrar dess VBA-kod...

    docs.aspose.com/cells/sv/python-net/check-if-di...
  10. إضافة خط توقيع إلى ورقة العمل باستخدام C++|Docu...

    تصف هذه المقالة كيفية إضافة خط توقيع إلى ورقة العمل باستخدام رموز C++ باستخدام Aspose.Cells for C++....tm_sec , 0 }; DigitalSignature signature ( certificatePath , password...u "test Microsoft Office signature line" , currentDate ); DigitalSignatureColl...

    docs.aspose.com/cells/ar/cpp/add-signature-line/