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