DB2®ConnectionStringBuilder.ConnStrPwdEncrypt Property
Gets or sets the value indicating whether the password specified in the connection string is stored encrypted in memory.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Property ConnStrPwdEncrypt As bool
[C#]
public bool ConnStrPwdEncrypt {get; set;}
[C++]
public: __property bool* get_ConnStrPwdEncrypt();
public: __property void set_ConnStrPwdEncrypt(bool*);
[JScript]
public function get ConnStrPwdEncrypt() : boolean;
public function set DB2ConnectionStringBuilder(String);
Property value
A boolean value indicating whether the password specified in the connection string is stored encrypted in memory.