4 references to CookieProtectionHelper
System.Web (4)
Security\AnonymousIdentificationModule.cs (2)
351
return
CookieProtectionHelper
.Encode(s_Protection, buffer, Purpose.AnonymousIdentificationModule_Ticket);
361
byte [] bBlob =
CookieProtectionHelper
.Decode(s_Protection, data, Purpose.AnonymousIdentificationModule_Ticket);
Security\RolePrincipal.cs (2)
107
byte[] bTicket =
CookieProtectionHelper
.Decode(Roles.CookieProtectionValue, encryptedTicket, Purpose.RolePrincipal_Ticket);
269
return
CookieProtectionHelper
.Encode(Roles.CookieProtectionValue, buf, Purpose.RolePrincipal_Ticket);