DB2®ConnectionStringBuilder.SSLClientLabel property

Gets or sets a unique label, which is mapped to a specific certificate to use with the CERTIFICATE authentication.

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

Syntax


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

Property value

A string that represents the label that is mapped to a specific certificate, which can be used to search for a certificate with a specified label name in the keystore database.

Remarks

The SSLClientLabel property is only available for use with CERTIFICATE authentication. For CERTIFICATE authentication, the SSLClientLabel property (or the SSLClientLabel IBM® data server driver configuration file keyword) must be set.