4 references to UrlTokenDecode
System.Web (4)
Abstractions\HttpServerUtilityWrapper.cs (1)
147return HttpServerUtility.UrlTokenDecode(input);
Security\CookieProtection.cs (1)
71byte[] buf = HttpServerUtility.UrlTokenDecode(data);
Security\FormsAuthentication.cs (1)
147bBlob = HttpServerUtility.UrlTokenDecode(encryptedTicket);
UI\Page.cs (1)
1836byte[] protectedData = HttpServerUtility.UrlTokenDecode(s);