Syntax
| object.UserName
| ||||
---|---|---|---|---|---|
Description
| Username sent with the request.
Data TypeString
RemarksRead-only. If the authenticating type is BASIC, this property contains the username for the request. For DIGEST authentication types, check the Header property for information.
This property and the Password property allow easy integration of custom Username/Password verification into web server applications.
| ||||
See Also
|