TlsInteractionResult

Added in version 2.30.

class TlsInteractionResult

TlsInteractionResult is returned by various functions in TlsInteraction when finishing an interaction request.

Fields

class TlsInteractionResult
FAILED

The interaction has failed, or was cancelled. and the operation should be aborted.

HANDLED

The interaction completed, and resulting data is available.

UNHANDLED

The interaction was unhandled (i.e. not implemented).