FormsAuthentication Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Authenticate |
Validates a user name and password against credentials stored in the configuration file for an application.
|
| Decrypt |
Creates a FormsAuthenticationTicket object based on the encrypted forms-authentication ticket passed to the method.
|
| Encrypt |
Creates a string containing an encrypted forms-authentication ticket suitable for use in an HTTP cookie.
|
| Equals |
Overloaded.
Determines whether two Object instances are equal.
(inherited from
Object)
|
| GetAuthCookie |
Overloaded.
Creates an authentication cookie for a given user name.
|
| GetHashCode |
Serves as a hash function for a particular type.
(inherited from
Object)
|
| GetRedirectUrl |
Returns the redirect URL for the original request that caused the redirect to the login page.
|
| GetType |
Gets the Type of the current instance.
(inherited from
Object)
|
| HashPasswordForStoringInConfigFile |
Produces a hash password suitable for storing in a configuration file based on the specified password and hash algorithm.
|
| Initialize |
Initializes the FormsAuthentication object based on the configuration settings for the application.
|
| RedirectFromLoginPage |
Overloaded.
Redirects an authenticated user back to the originally requested URL or the default URL.
|
| RedirectToLoginPage |
Overloaded.
Redirects the browser to the login URL.
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(inherited from
Object)
|
| RenewTicketIfOld |
Conditionally updates the issue date and time and expiration date and time for a FormsAuthenticationTicket.
|
| SetAuthCookie |
Overloaded.
Creates an authentication ticket for the supplied user name and adds it to the cookies collection of the response or the URL.
|
| SignOut |
Removes the forms-authentication ticket from the browser.
|
| ToString |
Returns a String that represents the current Object.
(inherited from
Object)
|
| Name | Description | |
|---|---|---|
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from
Object)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
Reference
FormsAuthentication ClassSystem.Web.Security Namespace
Other Resources
Forms Authentication ProviderCommunity Additions
ADD
Show: