asp.net.ph

DefaultAuthenticationEventArgs Class

System.Web.Security Namespace


Provides data for the Authenticate event of a DefaultAuthenticationModule. This class cannot be inherited.

DefaultAuthenticationEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public DefaultAuthenticationEventArgs ( HttpContext context )

Collapse   Properties

Visibility Name Value Type Accessibility
public Context HttpContext [ Get ]

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.

See Also

DefaultAuthenticationModule Class   DefaultAuthenticationEventHandler Delegate Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph