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