This documentation is archived and is not being maintained.
DefaultAuthenticationEventArgs Class
.NET Framework 1.1
Provides a wrapper around the default authentication services. This class cannot be inherited.
For a list of all members of this type, see DefaultAuthenticationEventArgs Members.
System.Object
System.EventArgs
System.Web.Security.DefaultAuthenticationEventArgs
[Visual Basic] NotInheritable Public Class DefaultAuthenticationEventArgs Inherits EventArgs [C#] public sealed class DefaultAuthenticationEventArgs : EventArgs [C++] public __gc __sealed class DefaultAuthenticationEventArgs : public EventArgs [JScript] public class DefaultAuthenticationEventArgs 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
DefaultAuthenticationEventArgs Members | System.Web.Security Namespace
Show: