IConnectionSecurityContext.WindowsAuthentication Property

Definition

Gets or sets a value that indicates whether the connection is made by using Windows Authentication.

public:
 property bool WindowsAuthentication { bool get(); void set(bool value); };
public bool WindowsAuthentication { get; set; }
member this.WindowsAuthentication : bool with get, set
Public Property WindowsAuthentication As Boolean

Property Value

true if the connection is made by using Windows Authentication; otherwise, false.

Applies to