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!

AuthenticationManager.Register

Registers an authentication module with the authentication manager.

[Visual Basic]
Public Shared Sub Register( _
   ByVal M As IAuthenticationModule _
)
[C#]
public static void Register(
   IAuthenticationModule M
);
[C++]
public: static void Register(
   IAuthenticationModule* M
);
[JScript]
public static function Register(
   M : IAuthenticationModule
);

Parameters

M
The authentication module to register.

See Also

AuthenticationManager Class | AuthenticationManager Members | System.Net Namespace