IntegratedSecurity
Specifies whether the provider should use the current user's context for authentication.
データ型
bool
デフォルト値
false
解説
When set to true, the provider authenticates using the current user's Windows context, bypassing the values specified for User and Password. If this property is set to false, the provider uses the explicitly provided User and Password for authentication. This property is supported only on Windows systems. Ensure your application and environment allow for Windows Authentication if enabling this property.