AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

WebResourceDecryptor Class

Helper for decoding the encrypted d= parameter that ASP.NET's WebResource.axd / ScriptResource.axd handlers emit. Supports both the legacy Page.DecryptString (reflection) path and the modern MachineKey.Unprotect path so error diagnostics can identify which assembly resource a malformed request was targeting.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static class WebResourceDecryptor

Inheritance Hierarchy


Object
  AdvantageCMS.Core.Utils..::..WebResourceDecryptor