Mono Class Library: System.Net.AuthenticationManager Overview | MembersSystem.Net.AuthenticationManager.Register Method |
Adds an authentication module to the list of registered authentication modules managed by the authentication manager. [Edit]
|
- authenticationModule
- The System.Net.IAuthenticationModule to register. [Edit]
Type Reason ArgumentNullException authenticationModule is null. [Edit]
The AuthenticationManager.Register(IAuthenticationModule) method adds an authentication module to the end of the list of modules managed by the authentication manager. Each registered module is required to have a unique IAuthenticationModule.AuthenticationType. If a module with the same IAuthenticationModule.AuthenticationType is already registered, this method removes the registered module, and adds authenticationModule to the end of the list.
Note: Authentication modules are called in the order in which they were added to the list.Note: To remove a module, call one of the AuthenticationManager.Unregister(IAuthenticationModule) methods.[Edit]
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0