5 references to UrlTokenEncode
System.Web (5)
Abstractions\HttpServerUtilityWrapper.cs (1)
151return HttpServerUtility.UrlTokenEncode(input);
Security\CookieProtection.cs (2)
27return HttpServerUtility.UrlTokenEncode(cryptoService.Protect(buf)); 66return HttpServerUtility.UrlTokenEncode(buf);
Security\FormsAuthentication.cs (1)
287return HttpServerUtility.UrlTokenEncode(bBlob);
UI\Page.cs (1)
2025return HttpServerUtility.UrlTokenEncode(protectedData);