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.AddOnAuthenticate

[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
);

Parameters

handler
[To be supplied.]

See Also

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