The ChallengeHandlers type exposes the following members.
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.) |