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