The ChallengeHandlers type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ChallengeHandlers |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Load(Type) | |
![]() ![]() | Load(Type, Assembly) | |
![]() ![]() | Load(Type, String) | |
![]() ![]() | Load<(Of <<'(T>)>>)(Type) |
Find and instantiate a challenge handler by the class of ChallengeHandler.
the desired class of challenge handler Return Valuethe appropriate ChallengeHandler, or null if no such handler can be found. |
![]() ![]() | Load<(Of <<'(T>)>>)(Type, Assembly) | |
![]() ![]() | Load<(Of <<'(T>)>>)(Type, String) |
Find and instantiate a challenge handler by the class of ChallengeHandler using the provided ClassLoader.
the desired class of challenge handlerthe class loader to load the challenge handler Return Valuethe appropriate ChallengeHandler, or NULL if no such handler can be found. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | Default |
Define the default challenge handler to be used for all the requests.
use this challenge handler as the default for all the requests.
Get a reference to the default challenge handler to be used for all the requests
Return Valuea reference to the default challenge handler to be used for all the requests. |