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!

PassportAuthenticationModule.RemoveOnAuthenticate

[To be supplied.]

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

Parameters

handler
[To be supplied.]

See Also

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