Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 10,904 for

encryption

(0.67 sec)
  1. Skydda PPTX presentationsfiler med .NET | produ...

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

    products.aspose.com/slides/sv/net/protect/pptx/
  2. Skydda PPT presentationsfiler med .NET | produc...

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

    products.aspose.com/slides/sv/net/protect/ppt/
  3. Skydda PPT presentationsfiler med Python | prod...

    Python källkod för att skydda PPT presentation.... encrypt( "123123" ) pres . save( "encrypted-pres.ppt"...

    products.aspose.com/slides/sv/python-net/protec...
  4. Chroń plik PDF za pomocą C++ | Aspose.PDF

    Zablokuj plik PDF z hasłem programowo za pomocą przykładowego kodu C++ używając Aspose.PDF dla C++...Encrypt, aby chronić plik PDF za pomocą...DocumentPrivilege :: get_Print (); doc -> Encrypt ( L "user" , L "owner" , privilege...

    products.aspose.com/pdf/pl/cpp/protect/
  5. Hur man upptäcker filformat och kontrollerar om...

    Lär dig hur man upptäcker formatet på en fil och kontrollerar om den är krypterad med Aspose.Cells och C++....file is encrypted std :: cout << "The file is encrypted: " << (...

    docs.aspose.com/cells/sv/cpp/how-to-detect-a-fi...
  6. Cómo detectar un formato de archivo y verificar...

    Aprende cómo detectar un formato de archivo y verificar si un archivo está cifrado usando Aspose.Cells for Node.js via C++....file is encrypted. console . log ( "The file is encrypted: " + info...

    docs.aspose.com/cells/es/nodejs-cpp/how-to-dete...
  7. IncorrectPasswordException class | Aspose.Words...

    aspose.words.IncorrectPasswordException class. Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing...class Thrown if a document is encrypted with a password and the password...# Note that this does not encrypt the contents of the document...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PDF 파일의 비밀번호 변경|Aspose.PDF for Java

    이 주제는 PdfFileSecurity 클래스를 사용하여 PDF 파일의 비밀번호를 변경하는 방법을 설명합니다....PdfFileInfo ( _dataDir + "sample_encrypted.pdf" ); // PdfFileSecurity...bindPdf ( _dataDir + "sample_encrypted.pdf" ); fileSecurity . changePassword...

    docs.aspose.com/pdf/ko/java/change-password/
  9. Protect PDF using Python | Aspose.PDF

    Lock PDF with password programmatically with Python sample code using Aspose.PDF for Python for .NET...Encrypt method to protect PDF with...allow_screen_readers = True document . encrypt ( "userpassword" , "ownerpassword"...

    products.aspose.com/pdf/python-net/protect/
  10. Chiffrer le classeur à l aide d Aspose.Cells|Do...

    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....( "1234" ); //Specify XOR encryption type. workbook . setEncryptionOptions..., 40 ); //Specify Strong Encryption type (RC4,Microsoft Strong...

    docs.aspose.com/cells/fr/java/encrypt-workbook-...