2 references to CookieProtectionValue
System.Web (2)
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);