ConnectionStringBuilder.IntegratedSecurity Property

System.Data.Generic

ConnectionStringBuilderIntegratedSecurity Property
Gets or sets if the connection use integrated security capabilities.

Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
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

Return Value

Type: Boolean
Remarks