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!

CookieAuthenticationModule.OnAuthenticate

[To be supplied.]

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

Parameters

e
[To be supplied.]

See Also

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