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!

WindowsAuthenticationModule.OnAuthenticate

[To be supplied.]

[Visual Basic]
Overridable Protected Sub OnAuthenticate( _
   ByVal e As WindowsAuthenticationEvent _
)
[C#]
protected virtual void OnAuthenticate(
   WindowsAuthenticationEvent e
);
[C++]
protected: virtual void OnAuthenticate(
   WindowsAuthenticationEvent* e
);
[JScript]
protected function OnAuthenticate(
   e : WindowsAuthenticationEvent
);

Parameters

e
[To be supplied.]

See Also

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