Internet Direct (Indy)
|
Returns the optional trace information used in the Anonymous authentication mechanism.
function StartAuthenticate( const AChallenge: String ): String; override;
Parameters |
Description |
AChallenge |
Server challenge issued in the authentication mechanism. |
String - Optional trace information for the authentication mechanism.
StartAuthenticate is an overridden String function used to provide the optional trace information sent from the client to the server following the server challenge in the Anonymous authentication mechanism.
StartAuthenticate returns the value stored in the TraceInfo property.
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. |