diff --git a/src/Microsoft.AspNetCore.Server.IISIntegration/baseline.netcore.json b/src/Microsoft.AspNetCore.Server.IISIntegration/baseline.netcore.json index ddeba6d200..8cb928a411 100644 --- a/src/Microsoft.AspNetCore.Server.IISIntegration/baseline.netcore.json +++ b/src/Microsoft.AspNetCore.Server.IISIntegration/baseline.netcore.json @@ -1,5 +1,5 @@ { - "AssemblyIdentity": "Microsoft.AspNetCore.Server.IISIntegration, Version=1.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", + "AssemblyIdentity": "Microsoft.AspNetCore.Server.IISIntegration, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", "Types": [ { "Name": "Microsoft.AspNetCore.Hosting.WebHostBuilderIISExtensions", @@ -57,19 +57,19 @@ }, { "Kind": "Method", - "Name": "get_ForwardWindowsAuthentication", + "Name": "get_AuthenticationDisplayName", "Parameters": [], - "ReturnType": "System.Boolean", + "ReturnType": "System.String", "Visibility": "Public", "GenericParameter": [] }, { "Kind": "Method", - "Name": "set_ForwardWindowsAuthentication", + "Name": "set_AuthenticationDisplayName", "Parameters": [ { "Name": "value", - "Type": "System.Boolean" + "Type": "System.String" } ], "ReturnType": "System.Void", @@ -97,14 +97,6 @@ "Visibility": "Public", "GenericParameter": [] }, - { - "Kind": "Method", - "Name": "get_AuthenticationDescriptions", - "Parameters": [], - "ReturnType": "System.Collections.Generic.IList", - "Visibility": "Public", - "GenericParameter": [] - }, { "Kind": "Constructor", "Name": ".ctor", @@ -128,6 +120,16 @@ "Visibility": "Public", "GenericParameter": [] }, + { + "Kind": "Field", + "Name": "AuthenticationScheme", + "Parameters": [], + "ReturnType": "System.String", + "Static": true, + "ReadOnly": true, + "Visibility": "Public", + "GenericParameter": [] + }, { "Kind": "Field", "Name": "Negotiate", @@ -153,6 +155,40 @@ ], "GenericParameters": [] }, + { + "Name": "Microsoft.AspNetCore.Server.IISIntegration.IISHostingStartup", + "Visibility": "Public", + "Kind": "Class", + "ImplementedInterfaces": [ + "Microsoft.AspNetCore.Hosting.IHostingStartup" + ], + "Members": [ + { + "Kind": "Method", + "Name": "Configure", + "Parameters": [ + { + "Name": "builder", + "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder" + } + ], + "ReturnType": "System.Void", + "Sealed": true, + "Virtual": true, + "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingStartup", + "Visibility": "Public", + "GenericParameter": [] + }, + { + "Kind": "Constructor", + "Name": ".ctor", + "Parameters": [], + "Visibility": "Public", + "GenericParameter": [] + } + ], + "GenericParameters": [] + }, { "Name": "Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware", "Visibility": "Public", @@ -191,6 +227,14 @@ { "Name": "pairingToken", "Type": "System.String" + }, + { + "Name": "authentication", + "Type": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider" + }, + { + "Name": "applicationLifetime", + "Type": "Microsoft.AspNetCore.Hosting.IApplicationLifetime" } ], "Visibility": "Public",