DbDetails GetAllowsWindowsAuthentication Method CleanCode C# Libraries v1.2.03 API
Indicates whether the selected database type allows authentication using current Windows credentials, e.g. SQL Server, or instead requires an explicit username and password.

Namespace: CleanCode.DatabaseControls.Support
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static bool GetAllowsWindowsAuthentication(
	ConnectionStringManager..::..DBTypes dbType
)

Return Value

True if database type allows Windows authentication; otherwise false.
See Also