[Visual Basic] Overridable Public Sub AddOnAuthenticate( _ ByVal handler As CustomAuthenticationEventHandler _ ) [C#] public virtual void AddOnAuthenticate( CustomAuthenticationEventHandler handler ); [C++] public: virtual void AddOnAuthenticate( CustomAuthenticationEventHandler* handler ); [JScript] public function AddOnAuthenticate( handler : CustomAuthenticationEventHandler );
CustomAuthenticationModule Class | CustomAuthenticationModule Members | System.Web.Security Namespace