Mono Class Library: Overview

System.Net.AuthenticationManager: Members

The members of System.Net.AuthenticationManager are listed below.

See Also: Inherited members from System.Object

Public Properties

static
CredentialPolicyICredentialPolicy. Documentation for this section has not yet been entered.
[read-only]
static
CustomTargetNameDictionarySystem.Collections.Specialized.StringDictionary. Documentation for this section has not yet been entered.
[read-only]
static
RegisteredModulesIEnumerator. Gets a list of registered authentication modules.

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.