Represents the password used in construction of authorization credentials.
property Password: String;
Password is a String property used in conjunction with Username to construct authorization credentials during Authentiction of an HTTP connection.
Username and Password are suppied to the TIdAuthentication class instance in Authentication, when BasicAuthentication is True, in the SetHeaders method.
TIdRequestHeaderInfo.Authentication
TIdRequestHeaderInfo.BasicAuthentication
TIdRequestHeaderInfo.SetHeaders
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|