IISOptions.ForwardWindowsAuthentication 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.
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