Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 6,592 for

signing

(0.12 sec)
  1. تحقق مما إذا كانت التوقيع الرقمي لرمز VBA صالحً...

    تعلم كيفية التحقق من صلاحية التوقيع الرقمي في رمز VBA باستخدام Aspose.Cells و C++....the VBA Code Project is valid signed std :: cout << "Is VBA Code...Code Project Valid Signed: " << ( workbook . GetVbaProject (). IsValidSigned...

    docs.aspose.com/cells/ar/cpp/check-if-digital-s...
  2. DigitalSignature.signature_value property | Asp...

    DigitalSignature.signature_value property. Gets an array of bytes representing a signature value....signature value from a digitally signed document. doc = aw . Document...Document ( MY_DIR + 'Digitally signed.docx' ) for digital_signature_val...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DigitalSignature.SignatureValue | Aspose.Words ...

    Discover the DigitalSignature SignatureValue property, which provides a byte array for secure signature representation. Enhance your digital security today!...signature value from a digitally signed document. Document doc = new...Document ( MyDir + "Digitally signed.docx" ); foreach ( DigitalSignature...

    reference.aspose.com/words/net/aspose.words.dig...
  4. Verifica se la Firma Digitale del Codice VBA è ...

    Impara come verificare la validità di una firma digitale nel codice VBA usando Aspose.Cells con C++....the VBA Code Project is valid signed std :: cout << "Is VBA Code...Code Project Valid Signed: " << ( workbook . GetVbaProject (). IsValidSigned...

    docs.aspose.com/cells/it/cpp/check-if-digital-s...
  5. SignatureLine.show_date property | Aspose.Words...

    SignatureLine.show_date property. Gets or sets a value indicating that sign date is shown in the signature line...sets a value indicating that sign date is shown in the signature...options . instructions = 'Please sign here' options . show_date =...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SignatureLine.allow_comments property | Aspose....

    SignatureLine.allow_comments property. Gets or sets a value indicating that the signer can add comments in the Sign dialog...signer can add comments in the Sign dialog. Default value for this...options . instructions = 'Please sign here' options . show_date =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Tambahkan tanda tangan digital dalam PDF di Nod...

    Tandatangani dokumen PDF secara digital dalam lingkungan Node.js..../*Penampilan tanda tangan*/ const sign_img_file = 'Aspose.jpg' ; /*Menandatangani..."Contact" , "Location" , 1 , sign_img_file , "ResultSignPKCS7...

    docs.aspose.com/pdf/id/nodejs-cpp/sign-pdf/
  8. JavaScriptをC++で使用してVBAコードに署名があるかどうかを確認する|Docume...

    Aspose.Cells for JavaScriptを使用して、VBAコードプロジェクトに署名されているかどうかをC++で確認する方法を学びます。...Cells VBA Signed Check Example </ h1 > < input...project and checking if it's signed const vbaProject = workbook...

    docs.aspose.com/cells/ja/javascript-cpp/check-i...
  9. Aspose::Words::FileFormatInfo class | Aspose.Wo...

    Aspose::Words::FileFormatInfo class. Contains data returned by FileFormatUtil document format detection methods. To learn more, visit the documentation article in C++....a document is not digitally signed. System :: SharedPtr < Aspose...DigitalSignatures :: DigitalSignatureUtil :: Sign ( get_MyDir () + u "Document...

    reference.aspose.com/words/cpp/aspose.words/fil...
  10. 检查工作簿中的VBA项目是否已签名|Documentation

    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....is_signed 属性编程方式进行验证。 在Python中检查工作簿中的VBA项目是否已签名...以下代码加载工作簿并使用 Workbook.vba_project.is_signed 属性检查其VBA项目是否已签名。如果项目已签名,则该属性将返回...

    docs.aspose.com/cells/zh/python-net/check-if-vb...