Initializes a newly created instance of the WindowsAuthenticationEvent Class.
[Visual Basic] Public Sub New( _ ByVal identity As WindowsIdentity, _ ByVal context As HttpContext _ ) [C#] public WindowsAuthenticationEvent( WindowsIdentity identity, HttpContext context ); [C++] public: WindowsAuthenticationEvent( WindowsIdentity* identity, HttpContext* context ); [JScript] public function WindowsAuthenticationEvent( identity : WindowsIdentity, context : HttpContext );
WindowsAuthenticationEvent Class | WindowsAuthenticationEvent Members | System.Web.Security Namespace