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!

DefaultAuthenticationModule.OnAuthenticate

[To be supplied.]

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

Parameters

e
[To be supplied.]

See Also

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