DsnInfo.authString
string authString() @property nothrowGet authString field.
Returns
the authentication string, a semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded. Can be null.
void authString(string propval) @property nothrowSet authString field.
Parameters
propval | the authentication string, a semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded. Can be null. |