The NegotiableChallengeHandler type exposes the following members.

Properties

  NameDescription
Public propertyLoginHandler
Provide a general login handler to be used in association with this challenge handler. The login handler is used to assist in obtaining credentials to respond to any challenge requests when this challenge handler handles the request. a login handler for credentials.

Return Value

this challenge handler object, to support chained calls
Public propertySupportedOids
Return a collection of string representations of object identifiers supported by this challenge handler implementation, in dot-separated notation. For example: 1.3.5.1.5.2

Return Value

a collection of string representations of object identifiers supported by this challenge handler implementation.

See Also