NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WindowsAuthenticationEvent Constructor

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
);

Parameters

identity
[To be supplied.]
context
[To be supplied.]

See Also

WindowsAuthenticationEvent Class | WindowsAuthenticationEvent Members | System.Web.Security Namespace