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 |
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|