AuthenticationService Methods
.NET Framework (current version)
Namespace:
System.Web.ApplicationServices
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsLoggedIn() | Determines whether the current user is authenticated. |
![]() | Login(String^, String^, String^, Boolean) | Checks user credentials and creates an authentication ticket (cookie) if the credentials are valid. |
![]() | Logout() | Clears the authentication ticket (cookie) in the browser. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | ValidateUser(String^, String^, String^) | Authenticates user credentials without issuing an authentication ticket. |
Show:

