Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Aspose.Cells for Reporting Services supports three kinds of encryption: XOR, WEAK ENCRYPTION, and Microsoft Strong Cryptographic Provider. See the encryption configuration information in the Aspose.Cells.ReportingServices.xml file.
When the value of Encryption is off, Aspose.Cells for Reporting Services turns off encryption features.
< Encryption value="off">
<Report name="" >
<Password value=""/>
<EncryptionType value="Microsoft Strong Cryptographic Provider"/>
<KeyLength value="128"/>
</Report>
</ Encryption >When the value of Encryption is on, Aspose.Cells for Reporting Services turns encryption on.
<Encryption value="on">There are four parameters in the encryption section:
<Encryption value="on">
<Report name="Test" >
<Password value="12345"/>
<EncryptionType value="Microsoft Strong Cryptographic Provider"/>
<KeyLength value="128"/>
</Report>
<Report name="" >
<Password value="123456"/>
<EncryptionType value=" XOR "/>
<KeyLength value="128"/>
</Report>
</Encryption>Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.