2 references to Encode
System.Web (2)
Security\AnonymousIdentificationModule.cs (1)
351
return CookieProtectionHelper.
Encode
(s_Protection, buffer, Purpose.AnonymousIdentificationModule_Ticket);
Security\RolePrincipal.cs (1)
269
return CookieProtectionHelper.
Encode
(Roles.CookieProtectionValue, buf, Purpose.RolePrincipal_Ticket);