trusted method

Implementation

ConnectionStringBuilder trusted() {
  _trustedConnection = true;
  return this;
}