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