Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 7,877 for

encrypt

(0.06 sec)
  1. Protect and Unprotect Workbook Structure|Docume...

    Protect and unprotect workbook structure of Excel files using CSharp codes....Unprotect the Shared Workbook Encrypting Excel Files...

    docs.aspose.com/cells/net/protect-and-unprotect...
  2. C++ का उपयोग करके ODP प्रस्तुतिकरण फ़ाइलों की स...

    ODP प्रस्तुति की सुरक्षा के लिए C++ स्रोत कोड....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.odp" , SaveFormat :: Odp); {Product_lang}...

    products.aspose.com/slides/hi/cpp/protect/odp/
  3. C++ का उपयोग करके PPTX प्रस्तुतिकरण फ़ाइलों की ...

    PPTX प्रस्तुति की सुरक्षा के लिए C++ स्रोत कोड....get_ProtectionManager() -> Encrypt( u "123123" ); presentation...presentation -> Save( u "encrypted-pres.pptx" , SaveFormat :: Pptx); {Product_lang}...

    products.aspose.com/slides/hi/cpp/protect/pptx/
  4. ファイル形式を検出し、C++を使用してファイルが暗号化されているかどうかを確認する方法|Doc...

    Aspose.Cellsを使用して、C++でファイルの形式を検出し、それが暗号化されているかどうかを確認する方法を学びます。...file is encrypted std :: cout << "The file is encrypted: " << (...

    docs.aspose.com/cells/ja/cpp/how-to-detect-a-fi...
  5. Aspose::Words::Saving::PdfPermissions enum | As...

    Aspose::Words::Saving::PdfPermissions enum. Specifies the operations that are allowed to a user on an Encrypted PDF document in C++....are allowed to a user on an encrypted PDF document. enum class PdfPermissions...PdfSaveOptions > (); // Enable encryption via the "EncryptionDetails"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Setting up Reporting Services|Aspose.Slides Doc...

    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.... Encryption Keys Backup your Encryption Keys and make...

    docs.aspose.com/slides/reportingservices/settin...
  7. Check Password to modify using Aspose.Cells wit...

    Check if the given password matches the Password to modify using Aspose.Cells with C++....True Detect File Format of Encrypted Office Open XML - OOXML Files...and Check if the File is Encrypted with C++...

    docs.aspose.com/cells/cpp/check-password-to-mod...
  8. Hogyan védjük meg a PDF-fájlt jelszóval a Pytho...

    Ez a gyors oktatóanyag bemutatja, hogyan védheti meg a PDF-fájlt jelszóval Python használatával. Teljes áttekintést nyújt a folyamatról, beleértve a rendszerkonfigurációt és a lépésenkénti algoritmust, valamint egy futó kódmintát, amely bemutatja, hogyan lehet a Python PDF jelszavas védelmi funkcióját beágyazni az alkalmazásokba....karakterláncát és más argumentumokat a Encrypt metódushoz Írja be a védett...vagy javíthat. Például az Encrypt() metódus paraméterei közé...

    kb.aspose.com/hu/pdf/python/how-to-protect-pdf-...
  9. .NET का उपयोग करके ODP प्रस्तुतिकरण फ़ाइलों की ...

    ODP प्रस्तुति की सुरक्षा के लिए C# स्रोत कोड....Encrypt( "123123" ); presentation.Save( "encrypted-pres...

    products.aspose.com/slides/hi/net/protect/odp/
  10. PDF 파일 암호화|Aspose.PDF for .NET

    이 주제는 PdfFileSecurity 클래스를 사용하여 PDF 파일을 암호화하는 방법을 설명합니다....pdf" ); // Encrypt file using 256-bit encryption fileSecurity...

    docs.aspose.com/pdf/ko/net/encrypt-pdf-file/