EnableSecurityInfoPersistence IBM data server driver configuration keyword

Indicates if security-sensitive information, such as password, can be returned as part of the connection string after the connection has been opened or if the connection has ever been in an opened state.

Equivalent CLI keyword
N/A
Equivalent IBM® Data Server Provider for .NET connection string keyword
PersistSecurityInfo
db2dsdriver.cfg configuration syntax
<parameter name="EnableSecurityInfoPersistence" value="true | false"/>
Default setting:
Security-sensitive information is not returned
Usage notes:

Specifies if security-sensitive information is not returned:

  • true - allow security-sensitive information, such as password, to be returned as part of the connection string after the connection has been opened or if the connection has ever been in an opened state.
  • false - (default) security-sensitive information is not returned as part of the connection string. False is strongly recommended.