The ChallengeHandlers type exposes the following members.

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.)

See Also