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 each registered authentication module to find the first module that can respond to the authentication request.

static
PreAuthenticate(WebRequest, ICredentials) : Authorization

Preauthenticates a request.

static
Register(IAuthenticationModule)

Registers an authentication module with the authentication manager.

static
Unregister(IAuthenticationModule)

Removes the specified authentication module from the list of registered modules.

static
Unregister(string)

Removes authentication modules with the specified authentication scheme from the list of registered modules.