asp.net.ph

WindowsAuthenticationEventArgs Constructor

System.Web.Security Namespace   WindowsAuthenticationEventArgs Class


Initializes a newly created instance of the WindowsAuthenticationEventArgs class.

[ VB ]
Public Sub New ( _
   identity As WindowsIdentity, _
   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.
See Also

WindowsAuthenticationEventArgs Members 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