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!

WindowsAuthenticationModule.AddOnAuthenticate

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

Parameters

handler
[To be supplied.]

See Also

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