Mono Class Library: OverviewSystem.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
staticAuthenticate(string, WebRequest, ICredentials) : Authorization Calls registered authentication modules to find a module that responds to the specified authentication challenge. staticPreAuthenticate(WebRequest, ICredentials) : Authorization Attempts to obtain a System.Net.Authorization instance used to initiate client authentication. staticRegister(IAuthenticationModule) Adds an authentication module to the list of registered authentication modules managed by the authentication manager. staticUnregister(IAuthenticationModule) Removes the specified authentication module from the list of registered modules. staticUnregister(string) Removes the authentication module with the specified authentication type from the list of registered modules.