2 references to AnonymousIdentificationModule_Ticket
System.Web (2)
Security\AnonymousIdentificationModule.cs (2)
351return CookieProtectionHelper.Encode(s_Protection, buffer, Purpose.AnonymousIdentificationModule_Ticket); 361byte [] bBlob = CookieProtectionHelper.Decode(s_Protection, data, Purpose.AnonymousIdentificationModule_Ticket);