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!

IAuthenticationModule Interface

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.

Remarks

Custom authentication modules should implement the IAuthenticationModule interface and then register with the Register method.

Requirements

Namespace: System.Net

Assembly: System.net.dll

See Also

IAuthenticationModule Members | System.Net Namespace