Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 6,653 for

signing

(0.09 sec)
  1. 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...
  2. 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...
  3. VBAコードに署名されているかどうかをC++で確認する|Documentation

    Aspose.Cellsを使用してC++でExcelファイルのVBAコードが署名されているかどうかを確認する方法を学びます。...project is signed std :: wcout << U "Is VBA Code Project Signed: " <<...を使用して以下のようになります。 Is VBA Code Project Signed : True AI Document Assistant...

    docs.aspose.com/cells/ja/cpp/check-if-vba-code-...
  4. Modifiche all API pubblica in Aspose.Cells 8.7....

    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....Sign che può essere utilizzato per...vbaProject = book . VbaProject ; //Sign the VbaProject using the X509Certificate...

    docs.aspose.com/cells/it/net/public-api-changes...
  5. Öffentliche API Änderungen in Aspose.Cells 8.7....

    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....Sign-Methode freigelegt, die verwendet...vbaProject = book . VbaProject ; //Sign the VbaProject using the X509Certificate...

    docs.aspose.com/cells/de/net/public-api-changes...
  6. 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...
  7. 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...
  8. VbaProject Class | Aspose.Words for .NET

    Unlock the power of Aspose.Words.Vba.VbaProject class to effortlessly manage VBA project info and modules within your documents. Enhance your automation today!...Shows whether the VbaProject is signed or not. Modules { get; } Returns...$"Project name: {vbaProject.Name} signed; Project code page: {vbaProject...

    reference.aspose.com/words/net/aspose.words.vba...
  9. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature of VBA code using Aspose.Cells for Node.js via C++...."Is VBA Code Project Valid Signed: " + workbook . getVbaProject..."Is VBA Code Project Valid Signed: " + reloadedWorkbook . getVbaProject...

    docs.aspose.com/cells/nodejs-cpp/check-if-digit...
  10. Extended Features lost - Free Support Forum - a...

    I'm trying to open a PDF, replace some text and then save the document. The problem is that when I do this the extended features are disabled. public static void CreateProfile(SurveyProfile userProfile, string userProfi…...PdfFileSignature sign = new PdfFileSignature(); sign.BindPdf(profileDocument);...BindPdf(profileDocument); sign.RemoveUsageRights(); profileDocument.Save();...

    forum.aspose.com/t/extended-features-lost/32287