Click or drag to resize

SqlAuthenticationMode Enumeration

Mode of authentication to connect to a SQL Database

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[SerializableAttribute]
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public enum SqlAuthenticationMode
Members
  Member nameValueDescription
Windows0 Windows authentication mode, with this mode Test Framework use currently user's windows identity to connect to database.
Server1 Server authentication mode, with this mode Test Framework provides credential (User/Password) of a local SQL Server database
Mixed2 Mixed authentication mode, Test Framework authenticates user with windows identity in addition with a local SQL server account
See Also