Mono Class Library: OverviewSystem.Net.AuthenticationManager: Members |
The members of System.Net.AuthenticationManager are listed below.
See Also: Inherited members from System.Object
staticCredentialPolicy ICredentialPolicy. Documentation for this section has not yet been entered. [read-only] staticCustomTargetNameDictionary System.Collections.Specialized.StringDictionary. Documentation for this section has not yet been entered. [read-only] staticRegisteredModules IEnumerator. Gets a list of registered authentication modules.
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.