System.Net.IAuthenticationModule Members

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

Public Properties

[read-only]
AuthenticationTypestring.

Gets the authentication type provided by this authentication module.

[read-only]
CanPreAuthenticatebool.

Gets a value indicating whether the authentication module supports preauthentication.

Public Methods

Authenticate(string, WebRequest, ICredentials) : Authorization

Returns an instance of the System.Net.Authorization class in respose to an authentication challenge from a server.

PreAuthenticate(WebRequest, ICredentials) : Authorization

Returns an instance of the System.Net.Authorization class for an authentication request to a server.