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