This documentation is archived and is not being maintained.
WindowsAuthenticationEventArgs Constructor
.NET Framework 1.1
Initializes a newly created instance of the WindowsAuthenticationEventArgs class.
[Visual Basic] Public Sub New( _ ByVal identity As WindowsIdentity, _ ByVal context As HttpContext _ ) [C#] public WindowsAuthenticationEventArgs( WindowsIdentity identity, HttpContext context ); [C++] public: WindowsAuthenticationEventArgs( WindowsIdentity* identity, HttpContext* context ); [JScript] public function WindowsAuthenticationEventArgs( identity : WindowsIdentity, context : HttpContext );
Parameters
- identity
- The windows identity object.
- context
- The context for the event.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
WindowsAuthenticationEventArgs Class | WindowsAuthenticationEventArgs Members | System.Web.Security Namespace
Show: