DB2®ConnectionStringBuilder.PersistSecurityInfo Property

Gets or sets the value indicating 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.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax

[Visual Basic]
Public Property PersistSecurityInfoProperty As Boolean
[C#]
public bool PersistSecurityInfoProperty {get; set;}
[C++]
public: __property bool* get_PersistSecurityInfoProperty();
public: __property void set_PersistSecurityInfoProperty(bool*);
[JScript]
public function get PersistSecurityInfoProperty() : Boolean;
public function set PersistSecurityInfoProperty(Boolean);

Property value

true if security-sensitive information is returned as part of the connection string; otherwise false.