RegisteredServer.LoginSecure Property

Definition

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.

Applies to