MySqlConnectionStringBuilder.IntegratedSecurity Property

MySQL Connector/Net

MySqlConnectionStringBuilderIntegratedSecurity Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public bool IntegratedSecurity { get; set; }
Public Property IntegratedSecurity As Boolean
	Get
	Set
public:
property bool IntegratedSecurity {
	bool get ();
	void set (bool value);
}
member IntegratedSecurity : bool with get, set

Property Value

Type: Boolean
See Also