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.Unregister

Unregisters authentication modules for an authentication scheme.

[Visual Basic]
Public Shared Sub Unregister( _
   ByVal moduleName As String _
)
[C#]
public static void Unregister(
   string moduleName
);
[C++]
public: static void Unregister(
   String* moduleName
);
[JScript]
public static function Unregister(
   moduleName : String
);

Parameters

moduleName
The authentication scheme to unregister.

Remarks

All modules with the given authentication scheme will be unregistered.Authentication schemes are listed in the AuthenticationScheme class.

See Also

AuthenticationManager Class | AuthenticationManager Members | System.Net Namespace