[CryptographicException: Bad Data.
]
System.Security.Cryptography.CryptoAPITransform._DecryptData(IntPtr hKey, Byte[] rgb, Int32 ib, Int32 cb, Boolean fDone) +0
System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) +805
System.Security.Cryptography.CryptoStream.FlushFinalBlock() +40
dotNetFreak.WebControls.FormShield.Decrypt(String encryptedString) +355
dotNetFreak.WebControls.FormShield.get_Text() +193
[TargetInvocationException: Property accessor 'Text' on object 'dotNetFreak.WebControls.FormShield' threw the following exception:'Bad Data.
']
System.ComponentModel.ReflectPropertyDescriptor.GetValue(Object component) +423
System.Web.UI.WebControls.BaseValidator.GetControlValidationValue(String name) +56
System.Web.UI.WebControls.CompareValidator.EvaluateIsValid() +20
System.Web.UI.WebControls.BaseValidator.Validate() +138
System.Web.UI.Page.Validate() +235
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +36
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292
|