ConnectionSettings.LoginSecure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If set to true, Windows integrate security is used and Login and Password are ignored. If not set, Sql Server Authentication is used. Exceptions: ConnectionCannotBeChangedException
public bool LoginSecure { get; set; }
member this.LoginSecure : bool with get, set
Public Property LoginSecure As Boolean