This documentation is archived and is not being maintained.
WindowsAuthenticationEventArgs Class
.NET Framework 1.1
Provides data for the Authenticate event. This class cannot be inherited.
For a list of all members of this type, see WindowsAuthenticationEventArgs Members.
System.Object
System.EventArgs
System.Web.Security.WindowsAuthenticationEventArgs
[Visual Basic] NotInheritable Public Class WindowsAuthenticationEventArgs Inherits EventArgs [C#] public sealed class WindowsAuthenticationEventArgs : EventArgs [C++] public __gc __sealed class WindowsAuthenticationEventArgs : public EventArgs [JScript] public class WindowsAuthenticationEventArgs extends EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information about handling events, see Consuming Events.
Requirements
Namespace: System.Web.Security
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
WindowsAuthenticationEventArgs Members | System.Web.Security Namespace
Show: