2 references to GetAuthCookie
System.Web (2)
Security\FormsAuthentication.cs (2)
475return GetAuthCookie(userName, createPersistentCookie, FormsAuthentication.FormsCookiePath); 598HttpCookie cookie = GetAuthCookie(userName, createPersistentCookie, strCookiePath);