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