Authentication type enumeration.
TIdDICTAuthenticationType = ( atDefault, atSASL );
TIdDICTAuthenticationType is an enumerated type that represents values allow for use in the AuthType property in TIdDICT. The values in the enumeration indicate the authentication mechaniosm used for the DICT client, as follows:
Value |
Meaning |
atDefault |
Use the AUTH command to perform authentication |
atSASL |
Use SASL mechanism to perform authentication |
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |