RegisteredServer.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.
Gets or sets the Boolean property value that specifies whether the connection is authenticated by Windows Authentication.
public:
property bool LoginSecure { bool get(); void set(bool value); };
public bool LoginSecure { get; set; }
member this.LoginSecure : bool with get, set
Public Property LoginSecure As Boolean
Property Value
A Boolean value that specifies whether the connection is authenticated by Windows Authentication.
If True (default), the connection is authenticated by Windows Authentication.
If False, the connection is authenticated by using SQL Server standard authentication.