Programming Reference Manual
 
Syntax
 
object.Password
 
Description
Password sent with the request.
 
Part
Description
object
Evaluates to a ParentRequest object
 

Data Type

String

Remarks

Read-only.
If the authenticating type is BASIC, this property contains the password for the request. For DIGEST authentication types, check the Header property for information.
This property and the UserName property allow easy integration of custom Username/Password verification into web server applications.
 
See Also