Provides the base authentication interface for Web client authentication modules.
IAuthenticationModule
[Visual Basic] Public Interface IAuthenticationModule [C#] public interface IAuthenticationModule [C++] public __gc __interface IAuthenticationModule
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Custom authentication modules should implement the IAuthenticationModule interface and then register with the Register method.
Namespace: System.Net
Assembly: System.net.dll