Mono Class Library: Overview

System.Net.AuthenticationManager: Method Members

The methods of System.Net.AuthenticationManager are listed below. For a list of all members, see the AuthenticationManager Members list.

See Also: Inherited members from System.Object

Public Methods

static
Authenticate(string, WebRequest, ICredentials) : Authorization
Calls registered authentication modules to find a module that responds to the specified authentication challenge.
static
PreAuthenticate(WebRequest, ICredentials) : Authorization
Attempts to obtain a System.Net.Authorization instance used to initiate client authentication.
static
Register(IAuthenticationModule)
Adds an authentication module to the list of registered authentication modules managed by the authentication manager.
static
Unregister(IAuthenticationModule)
Removes the specified authentication module from the list of registered modules.
static
Unregister(string)
Removes the authentication module with the specified authentication type from the list of registered modules.