ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 218
نمايش فراداده

DefaultAuthenticationEventArgs

System.Web.Security (system.web.dll)sealed class

This class provides a reference to the System.Web.HttpContext object for the DefaultAuthenticationModule.Authenticate event. Unlike all other Authenticate events, this event does not provide objects that allow you to set or examine user identity information; the DefaultAuthenticationModule is used only when the authentication mode is set to "None."

public sealed class 

DefaultAuthenticationEventArgs : EventArgs { // Public Constructors public

DefaultAuthenticationEventArgs (System.Web.HttpContext

context ); // Public Instance Properties public HttpContext

Context {get; } }

Hierarchy

System.Object System.EventArgs DefaultAuthenticationEventArgs

Passed To

DefaultAuthenticationEventHandler.{BeginInvoke( ), Invoke( )}