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

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

Parameters

handler
A CustomAuthenticationEventHandler object.

See Also

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