Name

DefaultAuthenticationEventArgs

Synopsis

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 NotInheritable Class DefaultAuthenticationEventArgs : Inherits EventArgs
' Public Constructors
   Public Sub New(ByVal context As System.Web.HttpContext) 
' Public Instance Properties
   Public ReadOnly Property Context As HttpContext  
End Class

Hierarchy

System.ObjectSystem.EventArgs DefaultAuthenticationEventArgs

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.