DefaultAuthenticationEventArgs Class
Provides data for the DefaultAuthentication_OnAuthenticate event. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | DefaultAuthenticationEventArgs(HttpContext^) | Initializes a new instance of the DefaultAuthenticationEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets the HttpContext object for the current HTTP request. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The DefaultAuthenticationEventArgs class is used to supply event values to the DefaultAuthentication_OnAuthenticate event and to enable you to specify a custom Windows identity for the current request.
The DefaultAuthenticationModule constructs a DefaultAuthenticationEventArgs object using the current HttpContext and passes it to the DefaultAuthentication_OnAuthenticate event.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

