Set 2.0 baselines
This commit is contained in:
parent
5e74b36c53
commit
ca15b2fbf6
|
|
@ -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": [
|
"Types": [
|
||||||
{
|
{
|
||||||
"Name": "Microsoft.AspNetCore.Hosting.WebHostBuilderIISExtensions",
|
"Name": "Microsoft.AspNetCore.Hosting.WebHostBuilderIISExtensions",
|
||||||
|
|
@ -57,19 +57,19 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Kind": "Method",
|
"Kind": "Method",
|
||||||
"Name": "get_ForwardWindowsAuthentication",
|
"Name": "get_AuthenticationDisplayName",
|
||||||
"Parameters": [],
|
"Parameters": [],
|
||||||
"ReturnType": "System.Boolean",
|
"ReturnType": "System.String",
|
||||||
"Visibility": "Public",
|
"Visibility": "Public",
|
||||||
"GenericParameter": []
|
"GenericParameter": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Kind": "Method",
|
"Kind": "Method",
|
||||||
"Name": "set_ForwardWindowsAuthentication",
|
"Name": "set_AuthenticationDisplayName",
|
||||||
"Parameters": [
|
"Parameters": [
|
||||||
{
|
{
|
||||||
"Name": "value",
|
"Name": "value",
|
||||||
"Type": "System.Boolean"
|
"Type": "System.String"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ReturnType": "System.Void",
|
"ReturnType": "System.Void",
|
||||||
|
|
@ -97,14 +97,6 @@
|
||||||
"Visibility": "Public",
|
"Visibility": "Public",
|
||||||
"GenericParameter": []
|
"GenericParameter": []
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"Kind": "Method",
|
|
||||||
"Name": "get_AuthenticationDescriptions",
|
|
||||||
"Parameters": [],
|
|
||||||
"ReturnType": "System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription>",
|
|
||||||
"Visibility": "Public",
|
|
||||||
"GenericParameter": []
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Kind": "Constructor",
|
"Kind": "Constructor",
|
||||||
"Name": ".ctor",
|
"Name": ".ctor",
|
||||||
|
|
@ -128,6 +120,16 @@
|
||||||
"Visibility": "Public",
|
"Visibility": "Public",
|
||||||
"GenericParameter": []
|
"GenericParameter": []
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Kind": "Field",
|
||||||
|
"Name": "AuthenticationScheme",
|
||||||
|
"Parameters": [],
|
||||||
|
"ReturnType": "System.String",
|
||||||
|
"Static": true,
|
||||||
|
"ReadOnly": true,
|
||||||
|
"Visibility": "Public",
|
||||||
|
"GenericParameter": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Kind": "Field",
|
"Kind": "Field",
|
||||||
"Name": "Negotiate",
|
"Name": "Negotiate",
|
||||||
|
|
@ -153,6 +155,40 @@
|
||||||
],
|
],
|
||||||
"GenericParameters": []
|
"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",
|
"Name": "Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware",
|
||||||
"Visibility": "Public",
|
"Visibility": "Public",
|
||||||
|
|
@ -191,6 +227,14 @@
|
||||||
{
|
{
|
||||||
"Name": "pairingToken",
|
"Name": "pairingToken",
|
||||||
"Type": "System.String"
|
"Type": "System.String"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "authentication",
|
||||||
|
"Type": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "applicationLifetime",
|
||||||
|
"Type": "Microsoft.AspNetCore.Hosting.IApplicationLifetime"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Visibility": "Public",
|
"Visibility": "Public",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue