GetAuthCookie Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Web.Security Namespace
FormsAuthentication Class
FormsAuthentication Methods
GetAuthCookie Method
GetAuthCookie Method (String, ...
GetAuthCookie Method (String, ...
FormsAuthentication Methods ...
Authenticate Method
Decrypt Method
Encrypt Method
GetAuthCookie Method
GetRedirectUrl Method
HashPasswordForStoringInConfig ...
Initialize Method
RedirectFromLoginPage Method
RedirectToLoginPage Method
RenewTicketIfOld Method
SetAuthCookie Method
SignOut Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
FormsAuthentication
.
.
::
.
GetAuthCookie Method
Creates an authentication cookie for a given user name.
Overload List
Name
Description
GetAuthCookie(String, Boolean)
Creates an authentication cookie for a given user name. This does not set the cookie as part of the outgoing response, so that an application can have more control over how the cookie is issued.
GetAuthCookie(String, Boolean, String)
Creates an authentication cookie for a given user name. This does not set the cookie as part of the outgoing response.
Top
See Also
Reference
FormsAuthentication Class
FormsAuthentication Members
System.Web.Security Namespace
Other Resources
ASP.NET Web Application Security
Tags :