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!

CustomAuthenticationModule.AddOnAuthenticate

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

Parameters

handler
A CustomAuthenticationEventHandler object.

See Also

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