4 references to Decrypt
System.Web (3)
Security\FormsAuthenticationModule.cs (3)
356ticket = FormsAuthentication.Decrypt(encValue); 397ticket = FormsAuthentication.Decrypt(encValue); 416ticket = FormsAuthentication.Decrypt(encValue);
System.Web.Mobile (1)
Mobile\CookielessData.cs (1)
37FormsAuthenticationTicket ticket = FormsAuthentication.Decrypt(inboundValue);