The ChallengeHandlers type exposes the following members.

Constructors

  NameDescription
Public methodChallengeHandlers

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberLoad(Type)
Public methodStatic memberLoad(Type, Assembly)
Public methodStatic memberLoad(Type, String)
Public methodStatic memberLoad<(Of <<'(T>)>>)(Type)
Find and instantiate a challenge handler by the class of ChallengeHandler. the desired class of challenge handler

Return Value

the appropriate ChallengeHandler, or null if no such handler can be found.
Public methodStatic memberLoad<(Of <<'(T>)>>)(Type, Assembly)
Public methodStatic memberLoad<(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 Value

the appropriate ChallengeHandler, or NULL if no such handler can be found.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyStatic memberDefault
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 Value

a reference to the default challenge handler to be used for all the requests.

See Also