ConnectionStringManager IsWindowsAuthentication Method CleanCode C# Libraries v1.2.03 API
Determines whether windows authentication is enabled.

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

public static bool IsWindowsAuthentication(
	AttributeDictionary dict
)

Return Value

true if windows authentication is enabled; otherwise, false.
See Also