[To be supplied.]
[Visual Basic] Overridable Protected Sub OnAuthenticate( _ ByVal e As CustomAuthenticationEvent _ ) [C#] protected virtual void OnAuthenticate( CustomAuthenticationEvent e ); [C++] protected: virtual void OnAuthenticate( CustomAuthenticationEvent* e ); [JScript] protected function OnAuthenticate( e : CustomAuthenticationEvent );
CustomAuthenticationModule Class | CustomAuthenticationModule Members | System.Web.Security Namespace