The BasicChallengeHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BasicChallengeHandler |
Methods
Name | Description | |
---|---|---|
![]() | CanHandle |
Can the presented challenge be potentially handled by this challenge handler?
a challenge request object containing a challenge (Inherited from ChallengeHandler.)Return Valuetrue iff this challenge handler could potentially respond meaningfully to the challenge. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Handle |
Handle the presented challenge by creating a challenge response or returning NULL.
This responsibility is usually achieved
by using the associated LoginHandler to obtain user credentials, and transforming those credentials
into a ChallengeResponse.
(Inherited from ChallengeHandler.)When it is not possible to create a ChallengeResponse, this method MUST return NULL. a challenge objectReturn Valuea challenge response object or NULL if no response is possible. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetRealmLoginHandler |
Set a Login Handler to be used if and only if a challenge request has
a realm parameter matching the provided realm.
the realm upon which to apply the loginHandler.the login handler to use for the provided realm. |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | LoginHandler |
Get the general (non-realm-specific) login handler associated with this challenge handler.
A login handler is used to assist in obtaining credentials to respond to challenge requests.
Return Valuea login handler to assist in providing credentials, or NULL if none has been established yet. |