NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CookieAuthenticationModule.RemoveOnAuthenticate

[To be supplied.]

[Visual Basic]
Overridable Public Sub RemoveOnAuthenticate( _
   ByVal handler As CookieAuthenticationEventHandler _
)
[C#]
public virtual void RemoveOnAuthenticate(
   CookieAuthenticationEventHandler handler
);
[C++]
public: virtual void RemoveOnAuthenticate(
   CookieAuthenticationEventHandler* handler
);
[JScript]
public function RemoveOnAuthenticate(
   handler : CookieAuthenticationEventHandler
);

Parameters

handler
[To be supplied.]

See Also

CookieAuthenticationModule Class | CookieAuthenticationModule Members | System.Web.Security Namespace