[To be supplied.]
The following declaration shows the syntax for a method that handles the Authenticate event.
[Visual Basic] Private Sub CookieAuthenticationModuleName_Authenticate( _ ByVal sender As Object, _ ByVal e As CookieAuthenticationEventArgs _ ) [C#] private void CookieAuthenticationModuleName_Authenticate( object sender, CookieAuthenticationEventArgs e ); [C++] private: void CookieAuthenticationModuleName_Authenticate( Object* sender, CookieAuthenticationEventArgs* e ); [JScript] private CookieAuthenticationModuleName_Authenticate( sender : Object, e : CookieAuthenticationEventArgs );
CookieAuthenticationModule Class | CookieAuthenticationModule MembersTopic | System.Web.Security Namespace