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