Org.Apache.Http.Authentication Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AUTH |
Constants and static helpers related to the HTTP authentication. |
AuthenticationException |
Signals a failure in authentication process |
AuthSchemeRegistry |
Authentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge. |
AuthScope |
The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which ICredentials apply to. |
AuthState |
This class provides detailed information about the state of the authentication process. |
BasicUserPrincipal |
Basic user principal used for HTTP authentication |
InvalidCredentialsException |
Authentication credentials required to respond to a authentication challenge are invalid |
MalformedChallengeException |
Signals that authentication challenge is in some way invalid or illegal in the given context |
NTCredentials |
ICredentials specific to the Windows platform. |
NTUserPrincipal |
NT (MS Windows specific) user principal used for HTTP authentication |
UsernamePasswordCredentials |
Username and password ICredentials |
Interfaces
IAuthScheme |
This interface represents an abstract challenge-response oriented authentication scheme. |
IAuthSchemeFactory | |
ICredentials |
User name and password based authentication credentials. |