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