Contains an authentication message for an Internet server.
string AuthenticationType
Gets the authentication type provided by this authentication module.
Makes a request to a Uniform Resource Identifier (URI). This is an abstract class.
Authorization PreAuthenticate(WebRequest request, ICredentials credentials)
Returns an instance of the T:System.Net.Authorization class for an authentication request to a server...
bool CanPreAuthenticate
Gets a value indicating whether the authentication module supports preauthentication.
Provides the base authentication interface for retrieving credentials for Web client authentication.
Provides the base authentication interface for Web client authentication modules.
Authorization Authenticate(string challenge, WebRequest request, ICredentials credentials)
Returns an instance of the T:System.Net.Authorization class in respose to an authentication challenge...