DefaultAuthenticationEventArgs Class
Definition
Provides data for the DefaultAuthentication_OnAuthenticate event. This class cannot be inherited.
public ref class DefaultAuthenticationEventArgs sealed : EventArgs
public sealed class DefaultAuthenticationEventArgs : EventArgs
type DefaultAuthenticationEventArgs = class
inherit EventArgs
Public NotInheritable Class DefaultAuthenticationEventArgs
Inherits EventArgs
- Inheritance
Remarks
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.
Constructors
DefaultAuthenticationEventArgs(HttpContext) |
Initializes a new instance of the DefaultAuthenticationEventArgs class. |
Properties
Context |
Gets the HttpContext object for the current HTTP request. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |