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!

DefaultAuthenticationModule.RemoveOnAuthenticate

[To be supplied.]

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

Parameters

handler
[To be supplied.]

See Also

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