Mono Class Library: System.Net.AuthenticationManager Overview | Members

System.Net.AuthenticationManager.Unregister Method

Removes the specified authentication module from the list of registered modules. [Edit]

public static void Unregister (IAuthenticationModule authenticationModule)

Parameters

authenticationModule
The System.Net.IAuthenticationModule module to remove. [Edit]

Exceptions

TypeReason
ArgumentNullExceptionauthenticationModule is null. [Edit]
InvalidOperationExceptionauthenticationModule is not a registered authentication module. [Edit]

Remarks

Note: To add an authentication module to the list of registered modules, call the AuthenticationManager.Register(IAuthenticationModule) method.
[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0