Unplanned
Last Updated: 20 Dec 2022 10:01 by ADMIN
Gandhi
Created on: 03 Dec 2021 12:59
Category: StyleSheetManager
Type: Bug Report
3
"The cryptographic operation has failed!" error when showing a hidden control and there is RadStyleSheetManager and EnableHandlerEncryption=true

Repro: 

<telerik:RadStyleSheetManager runat="server"></telerik:RadStyleSheetManager>

<asp:UpdatePanel runat="server">
    <ContentTemplate>
        <asp:Button Text="Postback" OnClick="Unnamed_Click" runat="server" />
        <telerik:RadButton runat="server" Visible="false" ID="RadButton1" Text="Telerik button" AutoPostBack="true" />
    </ContentTemplate>
</asp:UpdatePanel>

protected void Unnamed_Click(object sender, EventArgs e)
{
    RadButton1.Visible = true;
}

<add key="Telerik.ScriptManager.EnableHandlerEncryption" value="true" />

 

Workaround:

Temporarily set EnableHandlerEncryption to false or do not use a StyleSheetManager

<add key="Telerik.ScriptManager.EnableHandlerEncryption" value="false" />

2 comments
ADMIN
Attila Antal
Posted on: 20 Dec 2022 10:01

Hi Nate,

At the moment the item is still on the ToDo list. We haven't worked on it yet as our developers have their roadmap planned ahead. 

I suggest that you click on the Follow button to get notifications about any upcoming changes. 

Regards,
Attila Antal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Nate
Posted on: 13 Dec 2022 16:38
Any progress on this issue?  we look forward to reenabling the encryption!