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.SupportAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public static bool GetAllowsWindowsAuthentication( ConnectionStringManager..::..DBTypes dbType )
Parameters
- dbType
- Type: CleanCode.DatabaseControls ConnectionStringManager DBTypes
The database type.
Return Value
True if database type allows Windows authentication; otherwise false.See Also