DsnInfo.authString

string authString() @property nothrow

Get 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 nothrow

Set authString field.

Parameters

propvalthe authentication string, a semi-colon separated <key>=<value> list where <key> and <value> are RFC 1738 encoded. Can be null.