Click or drag to resize

IChallengeResponseAuthenticator Methods

The IChallengeResponseAuthenticator type exposes the following members.

Methods
  NameDescription
Public methodLoginParametersForSite Obsolete.
Gets the authentication headers for a particular site, based on the authentication info contained
(Inherited from IAuthenticator.)
Public methodLoginPathForSite Obsolete.
Gets the login path for a particular site
(Inherited from IAuthenticator.)
Public methodPrepareWithRequest
Setup the authenticator to make a request (some auth mechanisms differ depending on the request URI and even HTTP method)
Public methodResponseFromChallenge
Creates a response for a challenge which will be placed into the 'Authorization' HTTP header
Top
See Also