The ChallengeResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ChallengeResponse |
Constructor from a set of credentials to send to the server in an 'Authorization:' header
and the next challenge handler responsible for handling any further authentication challenges for the request.
a set of credentials to send to the server in an 'Authorization:' headerthe next challenge handler responsible for handling any further authentication challenges for the request. |
Methods
Name | Description | |
---|---|---|
![]() | ClearCredentials |
Clear the credentials of this response.
Calling this method once the credentials have been communicated to the network layer protects credentials in memory. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Credentials |
Establish the credentials for this response.
the credentials to be used for this challenge response. |
![]() | NextChallengeHandler |
Return the next challenge handler responsible for handling any further authentication challenges for the request.
Return Valuethe next challenge handler responsible for handling any further authentication challenges for the request. |