AuthenticationInfo.IsWindowsAuthentication Property

Definition

Gets or sets a value indicating whether the user is authenticated with Microsoft Windows-Integrated authentication.

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

Property Value

true if Windows is authenticated; otherwise, false.

Applies to