Internet Direct (Indy)
|
Builds the client response with the authentication identity for the SASL exchange.
function StartAuthenticate( const AChallenge: string ): String; override;
Parameters |
Description |
AChallenge |
Server challenge for the SASL exchange. |
String - Client response for the SASL exchange.
StartAuthenticate is an overridden String class function used to build the client response that provides the authentication identity for the SASL exchange.
Use ContinueAuthenticate to build the client response with the authentication credentials for the SASL exchange.
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. |