DB2ConnectionStringBuilder.SSLClientKeystash Property

Specifies the SSL stash file used for an SSL connection.

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

Syntax


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

Property value

A string representing the fully qualified path of the stash file (.sth), which stores an encrypted password to the key database file.

Remarks

DB2ConnectionStringBuilder.SSLClientKeystash property must be specified with SSLClientKeystoredb property, if SecurityTransportMode is set to SSL. The stash file is used to access the key database file during the SSL handshake.