DB2®ConnectionStringBuilder.SSLClientKeystoreDBPassword property

Gets or sets keystore database password to use with the CERTIFICATE authentication.

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

Syntax


[Visual Basic]
Public Property SSLClientKeystoreDBPassword As String
[C#]
public string SSLClientKeystoreDBPassword {get; set;}
[C++]
public: __property String* get_SSLClientKeystoreDBPassword();
public: __property void set_SSLClientKeystoreDBPassword(String*);
[JScript]
public function get SSLClientKeystoreDBPassword() : String;
public function set SSLClientKeystoreDBPassword(String);

Property value

A string that represents the password value for the keystore database.

Remarks

The SSLClientKeystoreDBPassword property is only available for use with the CERTIFICATE authentication. The value of the SSLClientKeystoreDBPassword property is stored encrypted in the Db2® .NET provider.

The SSLClientKeystash and SSLClientKeyStoreDBPassword properties are mutually exclusive.