Enum AuthenticationType
- Namespace
- ItTiger.TigerQuery.Core
- Assembly
- ItTiger.TigerQuery.Core.dll
Identifies the credential mechanism used by a connection profile.
public enum AuthenticationType
Fields
[TigerText("Integrated", Description = "Use Windows Integrated Security")] Integrated = 0- Uses the operating-system identity through integrated security.
[TigerText("SqlPassword", Description = "Use SQL Username and Password")] SqlPassword = 1- Uses a SQL Server username and password.