DB2ConnectionStringBuilder.SSLClientKeystoredb property
Specifies the SSL key database file that is used for an SSL connection.
- Namespace:
IBM.Data.
DB2
- Assembly:
IBM.Data.
(inDB2
IBM.Data.
)DB2
.dll
Syntax
[Visual Basic]
Public Property SSLClientKeystoredb As String
[C#]
public String SSLClientKeystoredb {get; set;}
[C++]
public: __property String* SSLClientKeystoredb();
public: __property void SSLClientKeystoredb(String*);
[JScript]
public function get SSLClientKeystoredb() : String;
public function set SSLClientKeystoredb(String);
Property value
A string that contains the fully qualified path of the keystore database file and the keystore database file name (.kdb).
Remarks
The DB2ConnectionStringBuilder.SSLClientKeystoredb property must be specified with the SSLClientKeystash property, if the SecurityTransportMode keyword is set to SSL.
The keystore database stores the certificate. The certificate can be either self-signed certificate from a server or signed by a trusted certificate authority.