Internet Direct (Indy)
Home
PreviousUpNext
TIdDigestAuthentication.Authentication Method

Calculates the Authentication credentials and message digest.

Pascal
function Authentication: String; override;

String - Authentication credentials for the user and realm.

Authentication is an overridden String function in TIdDigestAuthentication that returns the credentials and the message digest required for the authentication scheme. 

The return value is in the form: 

 

Digest username="jdoe" realm="http://www.domain.com" result="00112233445566778899aabbccddeeff"
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.