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

[To be supplied.]

[Visual Basic]
Public Sub OnEnter( _
   ByVal source As Object, _
   ByVal eventArgs As EventArgs _
)
[C#]
public void OnEnter(
   object source,
   EventArgs eventArgs
);
[C++]
public: void OnEnter(
   Object* source,
   EventArgs* eventArgs
);
[JScript]
public function OnEnter(
   source : Object,
   eventArgs : EventArgs
);

Parameters

source
[To be supplied.]
eventArgs
[To be supplied.]

See Also

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