Internet Direct (Indy)
Home
PreviousUpNext
TIdSASLResult Enumeration

Result from a SASL authentication mechanism.

Pascal
TIdSASLResult = (
  srSuccess,
  srFailure,
  srAborted
);

TIdSASLResult is an enumerated type that represents the result from a SASL authentication mechanism. 

 

Value 
Meaning 
srSuccess 
Authentication was succesful. 
srFailure 
Authentication failed. 
srAborted 
Authentication was aborted. 
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.