DB2®ConnectionStringBuilder.Security Property

Gets or sets the value representing the security type being used.

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

Syntax


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

Property value

SSL if use of SSL is enabled. The default value is an empty string.