The userid attribute specifies the logon name to use for accessing secured network locations.
string | A quoted string indicating a logon name. |
The userid and password are used to log in when data is stored on a secured network resource such as a web site.
The following saves the data to a secure https share using the specified userid and password:
<data>
/ file="https://storage.millisecond.com/mydata/"
/ userid="sean"
/ password="open sesame"
</data>