FormsAuthentication::GetAuthCookie Method
.NET Framework (current version)
Creates an authentication cookie for a given user name.
Assembly: System.Web (in System.Web.dll)
| 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. |
Show:

