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