Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 5,583 for

sign document

(1.61 sec)
  1. חתום דיגיטלי על קובץ ODP באינטרנט או באמצעות NE...

    אפליקציה מקוונת בחינם לחתימה דיגיטלית במצגת ODP. פתח יישום NET לחתימה אלקטרונית על מצגות ODP....שלמעלה כדי לתכנת אפליקציית e-Signing לחתימות בין מסמכים. ספריית...באמצעות NET. השתמש ב-Aspose ODP e-Sign API כדי לפתח תוכנה עצמאית ברמה...

    products.aspose.com/total/he/net/signature/odp/
  2. 档案

    档案... 创建 Document 类的对象并使用 PDF 文档的路径对其进行初始化。...创建 PdfFileSignature 类的对象并使用 Document 类的对象对其进行初始化。 创建一个 PKCS7 类...

    blog.aspose.com/zh/pdf/digitally-sign-pdf-docum...
  3. DigitalSignature.SignTime | Aspose.Words لـ .NET

    اكتشف DigitalSignature SignTime. تتبّع الوقت الدقيق لتوقيع مستنداتك لضمان أمان أفضل وحفظ سجلات فعّال.... Document doc = new Document ( MyDir + "Digitally..."Digitally signed.docx" ); foreach ( DigitalSignature signature in...

    reference.aspose.com/words/ar/net/aspose.words....
  4. DigitalSignature.SignatureType | Aspose.Words ل...

    اكتشف خاصية SignatureType الخاصة بـ DigitalSignature لتتمكن من التعرف بسهولة على نوع توقيعك الرقمي وتعزيز أمان مستندك اليوم!... Document doc = new Document ( MyDir + "Digitally..."Digitally signed.docx" ); foreach ( DigitalSignature signature in...

    reference.aspose.com/words/ar/net/aspose.words....
  5. CertificateHolder.Certificate | Aspose.Words لـ...

    يمكنك الوصول إلى نسخة X509Certificate2 باستخدام المفاتيح الخاصة وسلسلة الشهادات. بسّط إدارة أمانك باستخدام خاصية CertificateHolder.... Document doc = new Document ( MyDir + "Digitally..."Digitally signed.docx" ); foreach ( DigitalSignature signature in...

    reference.aspose.com/words/ar/net/aspose.words....
  6. CertificateHolder.Certificate | Aspose.Words pe...

    Accedi all'istanza X509Certificate2 con chiavi private e catena di certificati. Semplifica la gestione della sicurezza con la nostra proprietà CertificateHolder.... Document doc = new Document ( MyDir + "Digitally..."Digitally signed.docx" ); foreach ( DigitalSignature signature in...

    reference.aspose.com/words/it/net/aspose.words....
  7. DigitalSignature.IsValid | Aspose.Words per .NET

    Garantisci l'integrità dei Documenti con la proprietà DigitalSignature IsValid, che ne conferma l'autenticità e protegge dalle manomissioni. Fidati delle tue firme digitali!... Document doc = new Document ( MyDir + "Digitally..."Digitally signed.docx" ); foreach ( DigitalSignature signature in...

    reference.aspose.com/words/it/net/aspose.words....
  8. Trabalhando com Anexos e Objetos Embutidos|Docu...

    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....Define o nome do anexo como “Document.docx” usando a propriedade..."https://[attach_uri]" ) { Name = "Document.docx" , ProviderType = AttachmentProviderTy...

    docs.aspose.com/email/pt/net/trabalhando-com-an...
  9. افزودن و تأیید امضای دیجیتال PDF با استفاده از ...

    ایجاد امضای الکترونیکی در اسناد PDF به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET...data_dir , outfile ) document = apdf . Document ( path_infile ) signature...facades . PdfFileSignature ( document ) # Use PKCS7/PKCS7Detached...

    products.aspose.com/pdf/fa/python-net/signature/
  10. Dodaj i weryfikuj podpis cyfrowy PDF przy użyci...

    Tworzenie podpisu elektronicznego w dokumentach PDF programowo przy użyciu przykładowego kodu C++ przy użyciu pliku Aspose.PDF dla C++...pdf" ; auto document = MakeObject < Document > (inFile); auto...MakeObject < PdfFileSignature > (document); auto pkcs = MakeObject <...

    products.aspose.com/pdf/pl/cpp/signature/