Mono Class Library: OverviewSystem.Net.IAuthenticationModule: Members |
The members of System.Net.IAuthenticationModule are listed below.
[read-only] AuthenticationType string. Gets the authentication type of the current instance. [read-only] CanPreAuthenticate bool. Gets a bool value indicating whether the authentication module supports preauthentication.
Authenticate(string, WebRequest, ICredentials) : Authorization Returns an instance of the System.Net.Authorization class that provides a response to an authentication challenge.PreAuthenticate(WebRequest, ICredentials) : Authorization Returns an instance of the System.Net.Authorization class containing client authentication information.