Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 11,605 for

encrypt

(0.41 sec)
  1. كيفية اكتشاف تنسيق الملف والتحقق مما إذا كان ال...

    تعلّم كيفية اكتشاف تنسيق ملف والتحقق مما إذا كان مشفرًا باستخدام Aspose.Cells مع C++....file is encrypted std :: cout << "The file is encrypted: " << (...

    docs.aspose.com/cells/ar/cpp/how-to-detect-a-fi...
  2. Specify Author while Write Protecting Workbook ...

    Learn how to specify an author name while write protecting a workbook using Aspose.Cells for C++....Password of Encrypted Files with C++ Setting Strong Encryption Type...

    docs.aspose.com/cells/cpp/specify-author-while-...
  3. Bir Dosya Formatını Nasıl Tespit Eder ve Dosyan...

    Aspose.Cells ile C++ kullanarak dosyanın formatını tespit etmeyi ve şifreli olup olmadığını kontrol etmeyi öğrenin....file is encrypted std :: cout << "The file is encrypted: " << (...

    docs.aspose.com/cells/tr/cpp/how-to-detect-a-fi...
  4. حماية ODP ملفات العروض التقديمية باستخدام Pytho...

    Python شفرة المصدر لحماية العرض التقديمي ODP.... encrypt( "123123" ) pres . save( "encrypted-pres.odp"...

    products.aspose.com/slides/ar/python-net/protec...
  5. حماية PPTX ملفات العروض التقديمية باستخدام Pyth...

    Python شفرة المصدر لحماية العرض التقديمي PPTX.... encrypt( "123123" ) pres . save( "encrypted-pres.pptx"...

    products.aspose.com/slides/ar/python-net/protec...
  6. حماية PPT ملفات العروض التقديمية باستخدام .NET ...

    C# شفرة المصدر لحماية العرض التقديمي PPT....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/ar/net/protect/ppt/
  7. Chroń pliki prezentacji ODP za pomocą .NET | pr...

    Kod źródłowy C# do ochrony prezentacji ODP....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/pl/net/protect/odp/
  8. Skydda ODP presentationsfiler med .NET | produc...

    C# källkod för att skydda ODP presentation....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/sv/net/protect/odp/
  9. How to fix java.lang.ClassNotFoundException|Doc...

    Learn how to fix java.lang.ClassNotFoundException in Aspose.Cells for Java....depends on Bouncy Castle for encryption and decryption features....program needs to load or save encrypted spreadsheets, you must add...

    docs.aspose.com/cells/java/how-to-fix-java-lang...
  10. PDFファイルのパスワードを変更|Aspose.PDF for Java

    このトピックでは、PdfFileSecurityクラスを使用してPDFファイルのパスワードを変更する方法を説明します。...PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // PdfFileSecurityオブジェクトを作成...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/ja/java/change-password/