IPWorks MQ 2020 Delphi Edition

Questions / Feedback?

AuthScheme Property

The authentication scheme to use when connecting.

Syntax

property AuthScheme: TipqTAuthSchemes read get_AuthScheme write set_AuthScheme;
TipqTAuthSchemes = ( smNone, smSASLAnonymous, smSASLPlain );

Default Value

smNone

Remarks

This property controls what authentication scheme the component should use when connecting to the remote host.

Valid values are:

  • smNone (0)
  • smSASLAnonymous (1) - Default
  • smSASLPlain (2)

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 Delphi Edition - Version 20.0 [Build 8155]