3 references to Encrypt
System.Web (3)
Security\FormsAuthentication.cs (2)
240return Encrypt(ticket, true); 502String strTicket = Encrypt(ticket, hexEncodedTicket);
Security\FormsAuthenticationModule.cs (1)
152String strEnc = FormsAuthentication.Encrypt(ticket2, !cookielessTicket);