The password attribute specifies a password to use for accessing secured network locations.
string | A quoted string indicating a secret password. |
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 web share using the specified userid and password:
<data>
/ file="https://storage.millisecond.com/mydata/"
/ userid="sean"
/ password="open sesame"
</data>