[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 );
CookieAuthenticationModule Class | CookieAuthenticationModule Members | System.Web.Security Namespace