IISOptions.ForwardWindowsAuthentication Property

Definition

If true authentication middleware will try to authenticate using platform handler windows authentication If false authentication middleware won't be added

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

Property Value

Applies to