diff --git a/Directory.Build.targets b/Directory.Build.targets
index e90a905671..212c9878c2 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -71,7 +71,6 @@
false
- $(IsImplementationProject)
true
false
diff --git a/eng/Versions.props b/eng/Versions.props
index 1923de82d2..c794c5d65f 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -130,7 +130,7 @@
$(KoreBuildVersion)
- 3.0.0-build-20190219.1
+ 3.0.0-build-20190430.1
1.0.0-alpha-004
15.9.0
1.0.0-beta2-18618-05
diff --git a/korebuild-lock.txt b/korebuild-lock.txt
index 33e6e58016..1b0e0db448 100644
--- a/korebuild-lock.txt
+++ b/korebuild-lock.txt
@@ -1,2 +1,2 @@
-version:3.0.0-build-20190412.2
-commithash:0e543fb8761394491250585d3811bdbb62e350e8
+version:3.0.0-build-20190430.1
+commithash:fa8422aa13eb3df196d4da3a32a5e31921d0435b
diff --git a/src/Antiforgery/src/baseline.netcore.json b/src/Antiforgery/src/baseline.netcore.json
deleted file mode 100644
index eaa03254ea..0000000000
--- a/src/Antiforgery/src/baseline.netcore.json
+++ /dev/null
@@ -1,456 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Antiforgery, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.Extensions.DependencyInjection.AntiforgeryServiceCollectionExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddAntiforgery",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IServiceCollection",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddAntiforgery",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IServiceCollection",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Antiforgery.AntiforgeryOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Cookie",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.CookieBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Cookie",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.CookieBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FormFieldName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FormFieldName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HeaderName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HeaderName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SuppressXFrameOptionsHeader",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_SuppressXFrameOptionsHeader",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CookieName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CookieName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CookiePath",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CookiePath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CookieDomain",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CookieDomain",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RequireSsl",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RequireSsl",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "DefaultCookiePrefix",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RequestToken",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FormFieldName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HeaderName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CookieToken",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "requestToken",
- "Type": "System.String"
- },
- {
- "Name": "cookieToken",
- "Type": "System.String"
- },
- {
- "Name": "formFieldName",
- "Type": "System.String"
- },
- {
- "Name": "headerName",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Exception",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "message",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "message",
- "Type": "System.String"
- },
- {
- "Name": "innerException",
- "Type": "System.Exception"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Antiforgery.IAntiforgery",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetAndStoreTokens",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetTokens",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Antiforgery.AntiforgeryTokenSet",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IsRequestValidAsync",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ValidateRequestAsync",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetCookieTokenAndHeader",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Antiforgery.IAntiforgeryAdditionalDataProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetAdditionalData",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ValidateAdditionalData",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "additionalData",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Azure/AzureAD/Authentication.AzureAD.UI/src/baseline.netcore.json b/src/Azure/AzureAD/Authentication.AzureAD.UI/src/baseline.netcore.json
deleted file mode 100644
index 8683c112ba..0000000000
--- a/src/Azure/AzureAD/Authentication.AzureAD.UI/src/baseline.netcore.json
+++ /dev/null
@@ -1,505 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Authentication.AzureAD.UI, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Authentication.AzureADAuthenticationBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddAzureADBearer",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder"
- },
- {
- "Name": "configureOptions",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddAzureADBearer",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "jwtBearerScheme",
- "Type": "System.String"
- },
- {
- "Name": "configureOptions",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddAzureAD",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder"
- },
- {
- "Name": "configureOptions",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddAzureAD",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "openIdConnectScheme",
- "Type": "System.String"
- },
- {
- "Name": "cookieScheme",
- "Type": "System.String"
- },
- {
- "Name": "displayName",
- "Type": "System.String"
- },
- {
- "Name": "configureOptions",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AzureAD.UI.AzureADDefaults",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "OpenIdScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "CookieScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "BearerAuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "JwtBearerAuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "AuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "DisplayName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AzureAD.UI.AzureADOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_OpenIdConnectSchemeName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_OpenIdConnectSchemeName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CookieSchemeName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CookieSchemeName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_JwtBearerSchemeName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ClientId",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ClientId",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ClientSecret",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ClientSecret",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_TenantId",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_TenantId",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Instance",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Instance",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Domain",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Domain",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CallbackPath",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CallbackPath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SignedOutCallbackPath",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_SignedOutCallbackPath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AllSchemes",
- "Parameters": [],
- "ReturnType": "System.String[]",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AzureAD.UI.AzureADSchemeOptions+AzureADOpenIDSchemeMapping",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_OpenIdConnectScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_OpenIdConnectScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CookieScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CookieScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AzureAD.UI.AzureADSchemeOptions+JwtBearerSchemeMapping",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_JwtBearerScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_JwtBearerScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Azure/AzureAD/Authentication.AzureADB2C.UI/src/baseline.netcore.json b/src/Azure/AzureAD/Authentication.AzureADB2C.UI/src/baseline.netcore.json
deleted file mode 100644
index 19949c8ecf..0000000000
--- a/src/Azure/AzureAD/Authentication.AzureADB2C.UI/src/baseline.netcore.json
+++ /dev/null
@@ -1,565 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Authentication.AzureADB2C.UI, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Authentication.AzureADB2CAuthenticationBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddAzureADB2CBearer",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder"
- },
- {
- "Name": "configureOptions",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddAzureADB2CBearer",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "jwtBearerScheme",
- "Type": "System.String"
- },
- {
- "Name": "configureOptions",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddAzureADB2C",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder"
- },
- {
- "Name": "configureOptions",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddAzureADB2C",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "openIdConnectScheme",
- "Type": "System.String"
- },
- {
- "Name": "cookieScheme",
- "Type": "System.String"
- },
- {
- "Name": "displayName",
- "Type": "System.String"
- },
- {
- "Name": "configureOptions",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AzureADB2C.UI.AzureADB2CDefaults",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "PolicyKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "OpenIdScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "CookieScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "BearerAuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "JwtBearerAuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "AuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "DisplayName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AzureADB2C.UI.AzureADB2COptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_OpenIdConnectSchemeName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_OpenIdConnectSchemeName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CookieSchemeName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CookieSchemeName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_JwtBearerSchemeName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ClientId",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ClientId",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ClientSecret",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ClientSecret",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Instance",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Instance",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Domain",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Domain",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_EditProfilePolicyId",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EditProfilePolicyId",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SignUpSignInPolicyId",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_SignUpSignInPolicyId",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ResetPasswordPolicyId",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ResetPasswordPolicyId",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CallbackPath",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CallbackPath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SignedOutCallbackPath",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_SignedOutCallbackPath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DefaultPolicy",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AllSchemes",
- "Parameters": [],
- "ReturnType": "System.String[]",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AzureADB2C.UI.AzureADB2CSchemeOptions+AzureADB2COpenIDSchemeMapping",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_OpenIdConnectScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_OpenIdConnectScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CookieScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CookieScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AzureADB2C.UI.AzureADB2CSchemeOptions+JwtBearerSchemeMapping",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_JwtBearerScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_JwtBearerScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Azure/AzureAppServices.HostingStartup/src/baseline.netcore.json b/src/Azure/AzureAppServices.HostingStartup/src/baseline.netcore.json
deleted file mode 100644
index e294148f6c..0000000000
--- a/src/Azure/AzureAppServices.HostingStartup/src/baseline.netcore.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.AzureAppServices.HostingStartup, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.AzureAppServices.HostingStartup.AzureAppServicesHostingStartup",
- "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": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Azure/AzureAppServices.HostingStartup/src/baseline.netframework.json b/src/Azure/AzureAppServices.HostingStartup/src/baseline.netframework.json
deleted file mode 100644
index 8aa1ebedab..0000000000
--- a/src/Azure/AzureAppServices.HostingStartup/src/baseline.netframework.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.AzureAppServices.HostingStartup, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.AzureAppServices.HostingStartup.AzureAppServicesHostingStartup",
- "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": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Azure/AzureAppServicesIntegration/src/baseline.netcore.json b/src/Azure/AzureAppServicesIntegration/src/baseline.netcore.json
deleted file mode 100644
index 8a54cb63db..0000000000
--- a/src/Azure/AzureAppServicesIntegration/src/baseline.netcore.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.AzureAppServicesIntegration, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Hosting.AppServicesWebHostBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "UseAzureAppServices",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/DataProtection/Abstractions/src/baseline.netcore.json b/src/DataProtection/Abstractions/src/baseline.netcore.json
deleted file mode 100644
index eb6e5030fe..0000000000
--- a/src/DataProtection/Abstractions/src/baseline.netcore.json
+++ /dev/null
@@ -1,231 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.DataProtection.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateProtector",
- "Parameters": [
- {
- "Name": "provider",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider"
- },
- {
- "Name": "purposes",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtector",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateProtector",
- "Parameters": [
- {
- "Name": "provider",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider"
- },
- {
- "Name": "purpose",
- "Type": "System.String"
- },
- {
- "Name": "subPurposes",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtector",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDataProtectionProvider",
- "Parameters": [
- {
- "Name": "services",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDataProtector",
- "Parameters": [
- {
- "Name": "services",
- "Type": "System.IServiceProvider"
- },
- {
- "Name": "purposes",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtector",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDataProtector",
- "Parameters": [
- {
- "Name": "services",
- "Type": "System.IServiceProvider"
- },
- {
- "Name": "purpose",
- "Type": "System.String"
- },
- {
- "Name": "subPurposes",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtector",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Protect",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtector"
- },
- {
- "Name": "plaintext",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Unprotect",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtector"
- },
- {
- "Name": "protectedData",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateProtector",
- "Parameters": [
- {
- "Name": "purpose",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtector",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.IDataProtector",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Protect",
- "Parameters": [
- {
- "Name": "plaintext",
- "Type": "System.Byte[]"
- }
- ],
- "ReturnType": "System.Byte[]",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Unprotect",
- "Parameters": [
- {
- "Name": "protectedData",
- "Type": "System.Byte[]"
- }
- ],
- "ReturnType": "System.Byte[]",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.Infrastructure.IApplicationDiscriminator",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Discriminator",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj b/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj
index a367382da3..43dd5ee584 100644
--- a/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj
+++ b/src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj
@@ -5,7 +5,6 @@
netcoreapp3.0
true
aspnetcore;dataprotection;azure;keyvault
- false
true
diff --git a/src/DataProtection/AzureStorage/src/baseline.netcore.json b/src/DataProtection/AzureStorage/src/baseline.netcore.json
deleted file mode 100644
index 09e208bfef..0000000000
--- a/src/DataProtection/AzureStorage/src/baseline.netcore.json
+++ /dev/null
@@ -1,156 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.DataProtection.AzureStorage, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AzureDataProtectionBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "PersistKeysToAzureBlobStorage",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "storageAccount",
- "Type": "Microsoft.WindowsAzure.Storage.CloudStorageAccount"
- },
- {
- "Name": "relativePath",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "PersistKeysToAzureBlobStorage",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "blobUri",
- "Type": "System.Uri"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "PersistKeysToAzureBlobStorage",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "blobReference",
- "Type": "Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "PersistKeysToAzureBlobStorage",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "container",
- "Type": "Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer"
- },
- {
- "Name": "blobName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AzureStorage.AzureBlobXmlRepository",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetAllElements",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyCollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StoreElement",
- "Parameters": [
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- },
- {
- "Name": "friendlyName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "blobRefFactory",
- "Type": "System.Func"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/DataProtection/Cryptography.Internal/src/baseline.netcore.json b/src/DataProtection/Cryptography.Internal/src/baseline.netcore.json
deleted file mode 100644
index 01daa339ee..0000000000
--- a/src/DataProtection/Cryptography.Internal/src/baseline.netcore.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Cryptography.Internal, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": []
-}
\ No newline at end of file
diff --git a/src/DataProtection/Cryptography.KeyDerivation/src/baseline.netcore.json b/src/DataProtection/Cryptography.KeyDerivation/src/baseline.netcore.json
deleted file mode 100644
index ceddb40cc2..0000000000
--- a/src/DataProtection/Cryptography.KeyDerivation/src/baseline.netcore.json
+++ /dev/null
@@ -1,78 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Cryptography.KeyDerivation, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Cryptography.KeyDerivation.KeyDerivation",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Pbkdf2",
- "Parameters": [
- {
- "Name": "password",
- "Type": "System.String"
- },
- {
- "Name": "salt",
- "Type": "System.Byte[]"
- },
- {
- "Name": "prf",
- "Type": "Microsoft.AspNetCore.Cryptography.KeyDerivation.KeyDerivationPrf"
- },
- {
- "Name": "iterationCount",
- "Type": "System.Int32"
- },
- {
- "Name": "numBytesRequested",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Byte[]",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Cryptography.KeyDerivation.KeyDerivationPrf",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "HMACSHA1",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "HMACSHA256",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- },
- {
- "Kind": "Field",
- "Name": "HMACSHA512",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "2"
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/DataProtection/DataProtection/src/baseline.netcore.json b/src/DataProtection/DataProtection/src/baseline.netcore.json
deleted file mode 100644
index 6c7f96a387..0000000000
--- a/src/DataProtection/DataProtection/src/baseline.netcore.json
+++ /dev/null
@@ -1,3071 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.DataProtection, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.Extensions.DependencyInjection.DataProtectionServiceCollectionExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddDataProtection",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddDataProtection",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "SetApplicationName",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "applicationName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddKeyEscrowSink",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "sink",
- "Type": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddKeyEscrowSink",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TImplementation",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": [
- "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink"
- ]
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "AddKeyEscrowSink",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "factory",
- "Type": "System.Func"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddKeyManagementOptions",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DisableAutomaticKeyGeneration",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "PersistKeysToFileSystem",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "directory",
- "Type": "System.IO.DirectoryInfo"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "PersistKeysToRegistry",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "registryKey",
- "Type": "Microsoft.Win32.RegistryKey"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ProtectKeysWithCertificate",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "certificate",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ProtectKeysWithCertificate",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "thumbprint",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UnprotectKeysWithAnyCertificate",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "certificates",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ProtectKeysWithDpapi",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ProtectKeysWithDpapi",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "protectToLocalMachine",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ProtectKeysWithDpapiNG",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ProtectKeysWithDpapiNG",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "protectionDescriptorRule",
- "Type": "System.String"
- },
- {
- "Name": "flags",
- "Type": "Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetDefaultKeyLifetime",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "lifetime",
- "Type": "System.TimeSpan"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseCryptographicAlgorithms",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "configuration",
- "Type": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseCustomCryptographicAlgorithms",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "configuration",
- "Type": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseCustomCryptographicAlgorithms",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "configuration",
- "Type": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseCustomCryptographicAlgorithms",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- },
- {
- "Name": "configuration",
- "Type": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseEphemeralDataProtectionProvider",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.DataProtectionOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ApplicationDiscriminator",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ApplicationDiscriminator",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.DataProtectionUtilityExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetApplicationUniqueIdentifier",
- "Parameters": [
- {
- "Name": "services",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.EphemeralDataProtectionProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateProtector",
- "Parameters": [
- {
- "Name": "purpose",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtector",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Services",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IServiceCollection",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.IPersistedDataProtector",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.IDataProtector"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "DangerousUnprotect",
- "Parameters": [
- {
- "Name": "protectedData",
- "Type": "System.Byte[]"
- },
- {
- "Name": "ignoreRevocationErrors",
- "Type": "System.Boolean"
- },
- {
- "Name": "requiresMigration",
- "Type": "System.Boolean",
- "Direction": "Out"
- },
- {
- "Name": "wasRevoked",
- "Type": "System.Boolean",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Byte[]",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.ISecret",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "System.IDisposable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Length",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WriteSecretIntoBuffer",
- "Parameters": [
- {
- "Name": "buffer",
- "Type": "System.ArraySegment"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.Secret",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.ISecret"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Length",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.ISecret",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Random",
- "Parameters": [
- {
- "Name": "numBytes",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.Secret",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WriteSecretIntoBuffer",
- "Parameters": [
- {
- "Name": "buffer",
- "Type": "System.ArraySegment"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.ISecret",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WriteSecretIntoBuffer",
- "Parameters": [
- {
- "Name": "buffer",
- "Type": "System.Byte*"
- },
- {
- "Name": "bufferLength",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.ArraySegment"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Byte[]"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "secret",
- "Type": "System.Byte*"
- },
- {
- "Name": "secretLength",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "secret",
- "Type": "Microsoft.AspNetCore.DataProtection.ISecret"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.CertificateResolver",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.XmlEncryption.ICertificateResolver"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ResolveCertificate",
- "Parameters": [
- {
- "Name": "thumbprint",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Security.Cryptography.X509Certificates.X509Certificate2",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.XmlEncryption.ICertificateResolver",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.CertificateXmlEncryptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.XmlEncryption.IInternalCertificateXmlEncryptor",
- "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Encrypt",
- "Parameters": [
- {
- "Name": "plaintextElement",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "thumbprint",
- "Type": "System.String"
- },
- {
- "Name": "certificateResolver",
- "Type": "Microsoft.AspNetCore.DataProtection.XmlEncryption.ICertificateResolver"
- },
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "certificate",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- },
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "None",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "NamedDescriptor",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- },
- {
- "Kind": "Field",
- "Name": "MachineKey",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "32"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlDecryptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Decrypt",
- "Parameters": [
- {
- "Name": "encryptedElement",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "System.Xml.Linq.XElement",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "services",
- "Type": "System.IServiceProvider"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGXmlEncryptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Encrypt",
- "Parameters": [
- {
- "Name": "plaintextElement",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "protectionDescriptorRule",
- "Type": "System.String"
- },
- {
- "Name": "flags",
- "Type": "Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiNGProtectionDescriptorFlags"
- },
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Decrypt",
- "Parameters": [
- {
- "Name": "encryptedElement",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "System.Xml.Linq.XElement",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "services",
- "Type": "System.IServiceProvider"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlEncryptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Encrypt",
- "Parameters": [
- {
- "Name": "plaintextElement",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "protectToLocalMachine",
- "Type": "System.Boolean"
- },
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.XmlEncryption.IInternalEncryptedXmlDecryptor",
- "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Decrypt",
- "Parameters": [
- {
- "Name": "encryptedElement",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "System.Xml.Linq.XElement",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "services",
- "Type": "System.IServiceProvider"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_DecryptorType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_EncryptedElement",
- "Parameters": [],
- "ReturnType": "System.Xml.Linq.XElement",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "encryptedElement",
- "Type": "System.Xml.Linq.XElement"
- },
- {
- "Name": "decryptorType",
- "Type": "System.Type"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.ICertificateResolver",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ResolveCertificate",
- "Parameters": [
- {
- "Name": "thumbprint",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Security.Cryptography.X509Certificates.X509Certificate2",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Decrypt",
- "Parameters": [
- {
- "Name": "encryptedElement",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "System.Xml.Linq.XElement",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Encrypt",
- "Parameters": [
- {
- "Name": "plaintextElement",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.NullXmlDecryptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Decrypt",
- "Parameters": [
- {
- "Name": "encryptedElement",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "System.Xml.Linq.XElement",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.XmlEncryption.NullXmlEncryptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Encrypt",
- "Parameters": [
- {
- "Name": "plaintextElement",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "services",
- "Type": "System.IServiceProvider"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_DefaultKeyStorageDirectory",
- "Parameters": [],
- "ReturnType": "System.IO.DirectoryInfo",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Directory",
- "Parameters": [],
- "ReturnType": "System.IO.DirectoryInfo",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetAllElements",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyCollection",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StoreElement",
- "Parameters": [
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- },
- {
- "Name": "friendlyName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "directory",
- "Type": "System.IO.DirectoryInfo"
- },
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetAllElements",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyCollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StoreElement",
- "Parameters": [
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- },
- {
- "Name": "friendlyName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.Repositories.RegistryXmlRepository",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_DefaultRegistryKey",
- "Parameters": [],
- "ReturnType": "Microsoft.Win32.RegistryKey",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RegistryKey",
- "Parameters": [],
- "ReturnType": "Microsoft.Win32.RegistryKey",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetAllElements",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyCollection",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StoreElement",
- "Parameters": [
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- },
- {
- "Name": "friendlyName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "registryKey",
- "Type": "Microsoft.Win32.RegistryKey"
- },
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ActivationDate",
- "Parameters": [],
- "ReturnType": "System.DateTimeOffset",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CreationDate",
- "Parameters": [],
- "ReturnType": "System.DateTimeOffset",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ExpirationDate",
- "Parameters": [],
- "ReturnType": "System.DateTimeOffset",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsRevoked",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_KeyId",
- "Parameters": [],
- "ReturnType": "System.Guid",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Descriptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateEncryptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Store",
- "Parameters": [
- {
- "Name": "keyId",
- "Type": "System.Guid"
- },
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateNewKey",
- "Parameters": [
- {
- "Name": "activationDate",
- "Type": "System.DateTimeOffset"
- },
- {
- "Name": "expirationDate",
- "Type": "System.DateTimeOffset"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetAllKeys",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyCollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetCacheExpirationToken",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RevokeKey",
- "Parameters": [
- {
- "Name": "keyId",
- "Type": "System.Guid"
- },
- {
- "Name": "reason",
- "Type": "System.String",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RevokeAllKeys",
- "Parameters": [
- {
- "Name": "revocationDate",
- "Type": "System.DateTimeOffset"
- },
- {
- "Name": "reason",
- "Type": "System.String",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_AutoGenerateKeys",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AutoGenerateKeys",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_NewKeyLifetime",
- "Parameters": [],
- "ReturnType": "System.TimeSpan",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_NewKeyLifetime",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.TimeSpan"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AuthenticatedEncryptorConfiguration",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AuthenticatedEncryptorConfiguration",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_KeyEscrowSinks",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_XmlRepository",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_XmlRepository",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_XmlEncryptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_XmlEncryptor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlEncryptor"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AuthenticatedEncryptorFactories",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
- "Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateNewKey",
- "Parameters": [
- {
- "Name": "activationDate",
- "Type": "System.DateTimeOffset"
- },
- {
- "Name": "expirationDate",
- "Type": "System.DateTimeOffset"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetAllKeys",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyCollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetCacheExpirationToken",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RevokeAllKeys",
- "Parameters": [
- {
- "Name": "revocationDate",
- "Type": "System.DateTimeOffset"
- },
- {
- "Name": "reason",
- "Type": "System.String",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RevokeKey",
- "Parameters": [
- {
- "Name": "keyId",
- "Type": "System.Guid"
- },
- {
- "Name": "reason",
- "Type": "System.String",
- "DefaultValue": "null"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "keyManagementOptions",
- "Type": "Microsoft.Extensions.Options.IOptions"
- },
- {
- "Name": "activator",
- "Type": "Microsoft.AspNetCore.DataProtection.Internal.IActivator"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "keyManagementOptions",
- "Type": "Microsoft.Extensions.Options.IOptions"
- },
- {
- "Name": "activator",
- "Type": "Microsoft.AspNetCore.DataProtection.Internal.IActivator"
- },
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.AuthenticatedEncryptorFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateEncryptorInstance",
- "Parameters": [
- {
- "Name": "key",
- "Type": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateEncryptorInstance",
- "Parameters": [
- {
- "Name": "key",
- "Type": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngGcmAuthenticatedEncryptorFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateEncryptorInstance",
- "Parameters": [
- {
- "Name": "key",
- "Type": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.EncryptionAlgorithm",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "AES_128_CBC",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "AES_192_CBC",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- },
- {
- "Kind": "Field",
- "Name": "AES_256_CBC",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "2"
- },
- {
- "Kind": "Field",
- "Name": "AES_128_GCM",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "3"
- },
- {
- "Kind": "Field",
- "Name": "AES_192_GCM",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "4"
- },
- {
- "Kind": "Field",
- "Name": "AES_256_GCM",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "5"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Decrypt",
- "Parameters": [
- {
- "Name": "ciphertext",
- "Type": "System.ArraySegment"
- },
- {
- "Name": "additionalAuthenticatedData",
- "Type": "System.ArraySegment"
- }
- ],
- "ReturnType": "System.Byte[]",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Encrypt",
- "Parameters": [
- {
- "Name": "plaintext",
- "Type": "System.ArraySegment"
- },
- {
- "Name": "additionalAuthenticatedData",
- "Type": "System.ArraySegment"
- }
- ],
- "ReturnType": "System.Byte[]",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateEncryptorInstance",
- "Parameters": [
- {
- "Name": "key",
- "Type": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ManagedAuthenticatedEncryptorFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateEncryptorInstance",
- "Parameters": [
- {
- "Name": "key",
- "Type": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ValidationAlgorithm",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "HMACSHA256",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "HMACSHA512",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateNewDescriptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Virtual": true,
- "Abstract": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IInternalAlgorithmConfiguration"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_EncryptionAlgorithm",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.EncryptionAlgorithm",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EncryptionAlgorithm",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.EncryptionAlgorithm"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValidationAlgorithm",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ValidationAlgorithm",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValidationAlgorithm",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ValidationAlgorithm"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateNewDescriptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ExportToXml",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "configuration",
- "Type": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration"
- },
- {
- "Name": "masterKey",
- "Type": "Microsoft.AspNetCore.DataProtection.ISecret"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ImportFromXml",
- "Parameters": [
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IInternalAlgorithmConfiguration"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_EncryptionAlgorithm",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EncryptionAlgorithm",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_EncryptionAlgorithmProvider",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EncryptionAlgorithmProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_EncryptionAlgorithmKeySize",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EncryptionAlgorithmKeySize",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HashAlgorithm",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HashAlgorithm",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HashAlgorithmProvider",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HashAlgorithmProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateNewDescriptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorDescriptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ExportToXml",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "configuration",
- "Type": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration"
- },
- {
- "Name": "masterKey",
- "Type": "Microsoft.AspNetCore.DataProtection.ISecret"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorDescriptorDeserializer",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ImportFromXml",
- "Parameters": [
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IInternalAlgorithmConfiguration"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_EncryptionAlgorithm",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EncryptionAlgorithm",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_EncryptionAlgorithmProvider",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EncryptionAlgorithmProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_EncryptionAlgorithmKeySize",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EncryptionAlgorithmKeySize",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateNewDescriptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorDescriptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ExportToXml",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "configuration",
- "Type": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration"
- },
- {
- "Name": "masterKey",
- "Type": "Microsoft.AspNetCore.DataProtection.ISecret"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorDescriptorDeserializer",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ImportFromXml",
- "Parameters": [
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ExportToXml",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ImportFromXml",
- "Parameters": [
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IInternalAlgorithmConfiguration"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_EncryptionAlgorithmType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EncryptionAlgorithmType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_EncryptionAlgorithmKeySize",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EncryptionAlgorithmKeySize",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ValidationAlgorithmType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ValidationAlgorithmType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateNewDescriptor",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorDescriptor",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ExportToXml",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "configuration",
- "Type": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration"
- },
- {
- "Name": "masterKey",
- "Type": "Microsoft.AspNetCore.DataProtection.ISecret"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorDescriptorDeserializer",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ImportFromXml",
- "Parameters": [
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "MarkAsRequiresEncryption",
- "Parameters": [
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_DeserializerType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SerializedDescriptorElement",
- "Parameters": [],
- "ReturnType": "System.Xml.Linq.XElement",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "serializedDescriptorElement",
- "Type": "System.Xml.Linq.XElement"
- },
- {
- "Name": "deserializerType",
- "Type": "System.Type"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/DataProtection/EntityFrameworkCore/src/baseline.netcore.json b/src/DataProtection/EntityFrameworkCore/src/baseline.netcore.json
deleted file mode 100644
index 9a9a7ebc1c..0000000000
--- a/src/DataProtection/EntityFrameworkCore/src/baseline.netcore.json
+++ /dev/null
@@ -1,203 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.DataProtection.EntityFrameworkCore, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.DataProtection.EntityFrameworkCoreDataProtectionExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "PersistKeysToDbContext",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TContext",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": [
- "Microsoft.EntityFrameworkCore.DbContext",
- "Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.IDataProtectionKeyContext"
- ]
- }
- ]
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.DataProtectionKey",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Id",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Id",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FriendlyName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FriendlyName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Xml",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Xml",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.EntityFrameworkCoreXmlRepository",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetAllElements",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyCollection",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StoreElement",
- "Parameters": [
- {
- "Name": "element",
- "Type": "System.Xml.Linq.XElement"
- },
- {
- "Name": "friendlyName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "services",
- "Type": "System.IServiceProvider"
- },
- {
- "Name": "loggerFactory",
- "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": [
- {
- "ParameterName": "TContext",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": [
- "Microsoft.EntityFrameworkCore.DbContext",
- "Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.IDataProtectionKeyContext"
- ]
- }
- ]
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.IDataProtectionKeyContext",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_DataProtectionKeys",
- "Parameters": [],
- "ReturnType": "Microsoft.EntityFrameworkCore.DbSet",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/DataProtection/Extensions/src/baseline.netcore.json b/src/DataProtection/Extensions/src/baseline.netcore.json
deleted file mode 100644
index 5bb3088d07..0000000000
--- a/src/DataProtection/Extensions/src/baseline.netcore.json
+++ /dev/null
@@ -1,298 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.DataProtection.Extensions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.DataProtection.DataProtectionAdvancedExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Protect",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector"
- },
- {
- "Name": "plaintext",
- "Type": "System.Byte[]"
- },
- {
- "Name": "lifetime",
- "Type": "System.TimeSpan"
- }
- ],
- "ReturnType": "System.Byte[]",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Protect",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector"
- },
- {
- "Name": "plaintext",
- "Type": "System.String"
- },
- {
- "Name": "expiration",
- "Type": "System.DateTimeOffset"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Protect",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector"
- },
- {
- "Name": "plaintext",
- "Type": "System.String"
- },
- {
- "Name": "lifetime",
- "Type": "System.TimeSpan"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToTimeLimitedDataProtector",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtector"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Unprotect",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector"
- },
- {
- "Name": "protectedData",
- "Type": "System.String"
- },
- {
- "Name": "expiration",
- "Type": "System.DateTimeOffset",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.DataProtectionProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "applicationName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "keyDirectory",
- "Type": "System.IO.DirectoryInfo"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "keyDirectory",
- "Type": "System.IO.DirectoryInfo"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "applicationName",
- "Type": "System.String"
- },
- {
- "Name": "certificate",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "keyDirectory",
- "Type": "System.IO.DirectoryInfo"
- },
- {
- "Name": "certificate",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "keyDirectory",
- "Type": "System.IO.DirectoryInfo"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action"
- },
- {
- "Name": "certificate",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.IDataProtector"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateProtector",
- "Parameters": [
- {
- "Name": "purpose",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Protect",
- "Parameters": [
- {
- "Name": "plaintext",
- "Type": "System.Byte[]"
- },
- {
- "Name": "expiration",
- "Type": "System.DateTimeOffset"
- }
- ],
- "ReturnType": "System.Byte[]",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Unprotect",
- "Parameters": [
- {
- "Name": "protectedData",
- "Type": "System.Byte[]"
- },
- {
- "Name": "expiration",
- "Type": "System.DateTimeOffset",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Byte[]",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/DefaultBuilder/src/Microsoft.AspNetCore.csproj b/src/DefaultBuilder/src/Microsoft.AspNetCore.csproj
index 23c9ec3852..d02c88f673 100644
--- a/src/DefaultBuilder/src/Microsoft.AspNetCore.csproj
+++ b/src/DefaultBuilder/src/Microsoft.AspNetCore.csproj
@@ -6,7 +6,6 @@
aspnetcore
Microsoft.AspNetCore
true
- false
diff --git a/src/DefaultBuilder/src/baseline.netcore.json b/src/DefaultBuilder/src/baseline.netcore.json
deleted file mode 100644
index 482a58e908..0000000000
--- a/src/DefaultBuilder/src/baseline.netcore.json
+++ /dev/null
@@ -1,136 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.WebHost",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Start",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Start",
- "Parameters": [
- {
- "Name": "url",
- "Type": "System.String"
- },
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Start",
- "Parameters": [
- {
- "Name": "routeBuilder",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Start",
- "Parameters": [
- {
- "Name": "url",
- "Type": "System.String"
- },
- {
- "Name": "routeBuilder",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StartWith",
- "Parameters": [
- {
- "Name": "app",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StartWith",
- "Parameters": [
- {
- "Name": "url",
- "Type": "System.String"
- },
- {
- "Name": "app",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateDefaultBuilder",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateDefaultBuilder",
- "Parameters": [
- {
- "Name": "args",
- "Type": "System.String[]"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Features/JsonPatch/src/baseline.netcore.json b/src/Features/JsonPatch/src/baseline.netcore.json
deleted file mode 100644
index 3d90a8f017..0000000000
--- a/src/Features/JsonPatch/src/baseline.netcore.json
+++ /dev/null
@@ -1,1985 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.JsonPatch, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.JsonPatchProperty",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Property",
- "Parameters": [],
- "ReturnType": "Newtonsoft.Json.Serialization.JsonProperty",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Property",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Newtonsoft.Json.Serialization.JsonProperty"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Parent",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Parent",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "property",
- "Type": "Newtonsoft.Json.Serialization.JsonProperty"
- },
- {
- "Name": "parent",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ContractResolver",
- "Parameters": [],
- "ReturnType": "Newtonsoft.Json.Serialization.IContractResolver",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContractResolver",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Newtonsoft.Json.Serialization.IContractResolver"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetOperations",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Operations",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.List",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContractResolver",
- "Parameters": [],
- "ReturnType": "Newtonsoft.Json.Serialization.IContractResolver",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContractResolver",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Newtonsoft.Json.Serialization.IContractResolver"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Replace",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Test",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Move",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.String"
- },
- {
- "Name": "path",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Copy",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.String"
- },
- {
- "Name": "path",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ApplyTo",
- "Parameters": [
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ApplyTo",
- "Parameters": [
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- },
- {
- "Name": "logErrorAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ApplyTo",
- "Parameters": [
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- },
- {
- "Name": "adapter",
- "Type": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "operations",
- "Type": "System.Collections.Generic.List"
- },
- {
- "Name": "contractResolver",
- "Type": "Newtonsoft.Json.Serialization.IContractResolver"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Operations",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.List>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContractResolver",
- "Parameters": [],
- "ReturnType": "Newtonsoft.Json.Serialization.IContractResolver",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContractResolver",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Newtonsoft.Json.Serialization.IContractResolver"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>"
- },
- {
- "Name": "value",
- "Type": "T0"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "value",
- "Type": "T0"
- },
- {
- "Name": "position",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "value",
- "Type": "T0"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "position",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Replace",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>"
- },
- {
- "Name": "value",
- "Type": "T0"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Replace",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "value",
- "Type": "T0"
- },
- {
- "Name": "position",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Replace",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "value",
- "Type": "T0"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Test",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>"
- },
- {
- "Name": "value",
- "Type": "T0"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Test",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "value",
- "Type": "T0"
- },
- {
- "Name": "position",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Test",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "value",
- "Type": "T0"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Move",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Move",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "positionFrom",
- "Type": "System.Int32"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Move",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "positionTo",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Move",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "positionFrom",
- "Type": "System.Int32"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "positionTo",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Move",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "positionFrom",
- "Type": "System.Int32"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Move",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Copy",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Copy",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "positionFrom",
- "Type": "System.Int32"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Copy",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "positionTo",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Copy",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "positionFrom",
- "Type": "System.Int32"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "positionTo",
- "Type": "System.Int32"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Copy",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>>"
- },
- {
- "Name": "positionFrom",
- "Type": "System.Int32"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "Copy",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Linq.Expressions.Expression>"
- },
- {
- "Name": "path",
- "Type": "System.Linq.Expressions.Expression>>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.JsonPatchDocument",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TProp",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "ApplyTo",
- "Parameters": [
- {
- "Name": "objectToApplyTo",
- "Type": "T0"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ApplyTo",
- "Parameters": [
- {
- "Name": "objectToApplyTo",
- "Type": "T0"
- },
- {
- "Name": "logErrorAction",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ApplyTo",
- "Parameters": [
- {
- "Name": "objectToApplyTo",
- "Type": "T0"
- },
- {
- "Name": "adapter",
- "Type": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "operations",
- "Type": "System.Collections.Generic.List>"
- },
- {
- "Name": "contractResolver",
- "Type": "Newtonsoft.Json.Serialization.IContractResolver"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": [
- {
- "ParameterName": "TModel",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.JsonPatchError",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_AffectedObject",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Operation",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.Operations.Operation",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ErrorMessage",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "affectedObject",
- "Type": "System.Object"
- },
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "errorMessage",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.Operations.Operation",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.JsonPatch.Operations.OperationBase",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_value",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_value",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Apply",
- "Parameters": [
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- },
- {
- "Name": "adapter",
- "Type": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ShouldSerializevalue",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "op",
- "Type": "System.String"
- },
- {
- "Name": "path",
- "Type": "System.String"
- },
- {
- "Name": "from",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "op",
- "Type": "System.String"
- },
- {
- "Name": "path",
- "Type": "System.String"
- },
- {
- "Name": "from",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.Operations.OperationBase",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_OperationType",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.Operations.OperationType",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_path",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_path",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_op",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_op",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_from",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_from",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ShouldSerializefrom",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "op",
- "Type": "System.String"
- },
- {
- "Name": "path",
- "Type": "System.String"
- },
- {
- "Name": "from",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.Operations.Operation",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.JsonPatch.Operations.Operation",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Apply",
- "Parameters": [
- {
- "Name": "objectToApplyTo",
- "Type": "T0"
- },
- {
- "Name": "adapter",
- "Type": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "op",
- "Type": "System.String"
- },
- {
- "Name": "path",
- "Type": "System.String"
- },
- {
- "Name": "from",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "op",
- "Type": "System.String"
- },
- {
- "Name": "path",
- "Type": "System.String"
- },
- {
- "Name": "from",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": [
- {
- "ParameterName": "TModel",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.Operations.OperationType",
- "Visibility": "Public",
- "Kind": "Enumeration",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "Add",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "0"
- },
- {
- "Kind": "Field",
- "Name": "Remove",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "1"
- },
- {
- "Kind": "Field",
- "Name": "Replace",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "2"
- },
- {
- "Kind": "Field",
- "Name": "Move",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "3"
- },
- {
- "Kind": "Field",
- "Name": "Copy",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "4"
- },
- {
- "Kind": "Field",
- "Name": "Test",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "5"
- },
- {
- "Kind": "Field",
- "Name": "Invalid",
- "Parameters": [],
- "GenericParameter": [],
- "Literal": "6"
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.Helpers.GetValueResult",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_PropertyValue",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasError",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "propertyValue",
- "Type": "System.Object"
- },
- {
- "Name": "hasError",
- "Type": "System.Boolean"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.Exceptions.JsonPatchException",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Exception",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_FailedOperation",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.JsonPatch.Operations.Operation",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AffectedObject",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "jsonPatchError",
- "Type": "Microsoft.AspNetCore.JsonPatch.JsonPatchError"
- },
- {
- "Name": "innerException",
- "Type": "System.Exception"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "jsonPatchError",
- "Type": "Microsoft.AspNetCore.JsonPatch.JsonPatchError"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "message",
- "Type": "System.String"
- },
- {
- "Name": "innerException",
- "Type": "System.Exception"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.Converters.JsonPatchDocumentConverter",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Newtonsoft.Json.JsonConverter",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CanConvert",
- "Parameters": [
- {
- "Name": "objectType",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ReadJson",
- "Parameters": [
- {
- "Name": "reader",
- "Type": "Newtonsoft.Json.JsonReader"
- },
- {
- "Name": "objectType",
- "Type": "System.Type"
- },
- {
- "Name": "existingValue",
- "Type": "System.Object"
- },
- {
- "Name": "serializer",
- "Type": "Newtonsoft.Json.JsonSerializer"
- }
- ],
- "ReturnType": "System.Object",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WriteJson",
- "Parameters": [
- {
- "Name": "writer",
- "Type": "Newtonsoft.Json.JsonWriter"
- },
- {
- "Name": "value",
- "Type": "System.Object"
- },
- {
- "Name": "serializer",
- "Type": "Newtonsoft.Json.JsonSerializer"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.Converters.TypedJsonPatchDocumentConverter",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.JsonPatch.Converters.JsonPatchDocumentConverter",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ReadJson",
- "Parameters": [
- {
- "Name": "reader",
- "Type": "Newtonsoft.Json.JsonReader"
- },
- {
- "Name": "objectType",
- "Type": "System.Type"
- },
- {
- "Name": "existingValue",
- "Type": "System.Object"
- },
- {
- "Name": "serializer",
- "Type": "Newtonsoft.Json.JsonSerializer"
- }
- ],
- "ReturnType": "System.Object",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Copy",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Move",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Replace",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapterWithTest",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Test",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.JsonPatch.Adapters.ObjectAdapter",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapterWithTest"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Add",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Copy",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Move",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Remove",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Replace",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContractResolver",
- "Parameters": [],
- "ReturnType": "Newtonsoft.Json.Serialization.IContractResolver",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_LogErrorAction",
- "Parameters": [],
- "ReturnType": "System.Action",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Test",
- "Parameters": [
- {
- "Name": "operation",
- "Type": "Microsoft.AspNetCore.JsonPatch.Operations.Operation"
- },
- {
- "Name": "objectToApplyTo",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.JsonPatch.Adapters.IObjectAdapterWithTest",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "contractResolver",
- "Type": "Newtonsoft.Json.Serialization.IContractResolver"
- },
- {
- "Name": "logErrorAction",
- "Type": "System.Action"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Hosting/Abstractions/src/baseline.netcore.json b/src/Hosting/Abstractions/src/baseline.netcore.json
deleted file mode 100644
index 7536bf1233..0000000000
--- a/src/Hosting/Abstractions/src/baseline.netcore.json
+++ /dev/null
@@ -1,947 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Hosting.Abstractions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Hosting.EnvironmentName",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "Development",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Staging",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Production",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.HostingAbstractionsWebHostBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "UseConfiguration",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "configuration",
- "Type": "Microsoft.Extensions.Configuration.IConfiguration"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CaptureStartupErrors",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "captureStartupErrors",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseStartup",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "startupAssemblyName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseServer",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "server",
- "Type": "Microsoft.AspNetCore.Hosting.Server.IServer"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseEnvironment",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "environment",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseContentRoot",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "contentRoot",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseWebRoot",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "webRoot",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseUrls",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "urls",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "PreferHostingUrls",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "preferHostingUrls",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseShutdownTimeout",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "timeout",
- "Type": "System.TimeSpan"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Start",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "urls",
- "Type": "System.String[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.HostingEnvironmentExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "IsDevelopment",
- "Parameters": [
- {
- "Name": "hostingEnvironment",
- "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IsStaging",
- "Parameters": [
- {
- "Name": "hostingEnvironment",
- "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IsProduction",
- "Parameters": [
- {
- "Name": "hostingEnvironment",
- "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IsEnvironment",
- "Parameters": [
- {
- "Name": "hostingEnvironment",
- "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
- },
- {
- "Name": "environmentName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.HostingStartupAttribute",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "System.Attribute",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HostingStartupType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "hostingStartupType",
- "Type": "System.Type"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.IApplicationLifetime",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ApplicationStarted",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ApplicationStopping",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ApplicationStopped",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StopApplication",
- "Parameters": [],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_EnvironmentName",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EnvironmentName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ApplicationName",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ApplicationName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_WebRootPath",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_WebRootPath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_WebRootFileProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.FileProviders.IFileProvider",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_WebRootFileProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.FileProviders.IFileProvider"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentRootPath",
- "Parameters": [],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentRootPath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentRootFileProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.FileProviders.IFileProvider",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentRootFileProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.FileProviders.IFileProvider"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.IHostingStartup",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Configure",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.IStartup",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ConfigureServices",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "System.IServiceProvider",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Configure",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.IStartupFilter",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Configure",
- "Parameters": [
- {
- "Name": "next",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "System.Action",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.IWebHost",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "System.IDisposable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ServerFeatures",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Services",
- "Parameters": [],
- "ReturnType": "System.IServiceProvider",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Start",
- "Parameters": [],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StartAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StopAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Build",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureAppConfiguration",
- "Parameters": [
- {
- "Name": "configureDelegate",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureServices",
- "Parameters": [
- {
- "Name": "configureServices",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureServices",
- "Parameters": [
- {
- "Name": "configureServices",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetSetting",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseSetting",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.WebHostBuilderContext",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HostingEnvironment",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HostingEnvironment",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Configuration",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Configuration.IConfiguration",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Configuration",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Configuration.IConfiguration"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.WebHostDefaults",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Field",
- "Name": "ApplicationKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "StartupAssemblyKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "HostingStartupAssembliesKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "DetailedErrorsKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "EnvironmentKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "WebRootKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "CaptureStartupErrorsKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ServerUrlsKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ContentRootKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "PreferHostingUrlsKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "PreventHostingStartupKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ShutdownTimeoutKey",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Hosting/Hosting/src/baseline.netcore.json b/src/Hosting/Hosting/src/baseline.netcore.json
deleted file mode 100644
index ca85990914..0000000000
--- a/src/Hosting/Hosting/src/baseline.netcore.json
+++ /dev/null
@@ -1,1995 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Hosting, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Hosting.ConventionBasedStartup",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Hosting.IStartup"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Configure",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IStartup",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureServices",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "System.IServiceProvider",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IStartup",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "methods",
- "Type": "Microsoft.AspNetCore.Hosting.Internal.StartupMethods"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.DelegateStartup",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "Microsoft.AspNetCore.Hosting.StartupBase",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Configure",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Override": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IStartup",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "factory",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceProviderFactory"
- },
- {
- "Name": "configureApp",
- "Type": "System.Action"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.StartupBase",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Hosting.IStartup"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Configure",
- "Parameters": [
- {
- "Name": "app",
- "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Abstract": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IStartup",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureServices",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateServiceProvider",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "System.IServiceProvider",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.StartupBase",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "BaseType": "Microsoft.AspNetCore.Hosting.StartupBase",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateServiceProvider",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "System.IServiceProvider",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureContainer",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "T0"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "factory",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceProviderFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": [
- {
- "ParameterName": "TBuilder",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.WebHostBuilder",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetSetting",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseSetting",
- "Parameters": [
- {
- "Name": "key",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureServices",
- "Parameters": [
- {
- "Name": "configureServices",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureServices",
- "Parameters": [
- {
- "Name": "configureServices",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureAppConfiguration",
- "Parameters": [
- {
- "Name": "configureDelegate",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Build",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.WebHostBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Configure",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "configureApp",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseStartup",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "startupType",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseStartup",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "TStartup",
- "ParameterPosition": 0,
- "Class": true,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "UseDefaultServiceProvider",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "configure",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UseDefaultServiceProvider",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "configure",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureAppConfiguration",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "configureDelegate",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureLogging",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "configureLogging",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConfigureLogging",
- "Parameters": [
- {
- "Name": "hostBuilder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "configureLogging",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.WebHostExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "StopAsync",
- "Parameters": [
- {
- "Name": "host",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
- },
- {
- "Name": "timeout",
- "Type": "System.TimeSpan"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WaitForShutdown",
- "Parameters": [
- {
- "Name": "host",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WaitForShutdownAsync",
- "Parameters": [
- {
- "Name": "host",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
- },
- {
- "Name": "token",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Run",
- "Parameters": [
- {
- "Name": "host",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RunAsync",
- "Parameters": [
- {
- "Name": "host",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
- },
- {
- "Name": "token",
- "Type": "System.Threading.CancellationToken",
- "DefaultValue": "default(System.Threading.CancellationToken)"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Server.Features.ServerAddressesFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Addresses",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PreferHostingUrls",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_PreferHostingUrls",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.ApplicationLifetime",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Hosting.IApplicationLifetime"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ApplicationStarted",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IApplicationLifetime",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ApplicationStopping",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IApplicationLifetime",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ApplicationStopped",
- "Parameters": [],
- "ReturnType": "System.Threading.CancellationToken",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IApplicationLifetime",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StopApplication",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IApplicationLifetime",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "NotifyStarted",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "NotifyStopped",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "logger",
- "Type": "Microsoft.Extensions.Logging.ILogger"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Hosting.IStartupFilter"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Configure",
- "Parameters": [
- {
- "Name": "next",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "System.Action",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IStartupFilter",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.ConfigureBuilder",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_MethodInfo",
- "Parameters": [],
- "ReturnType": "System.Reflection.MethodInfo",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Build",
- "Parameters": [
- {
- "Name": "instance",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Action",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "configure",
- "Type": "System.Reflection.MethodInfo"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.ConfigureContainerBuilder",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_MethodInfo",
- "Parameters": [],
- "ReturnType": "System.Reflection.MethodInfo",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Build",
- "Parameters": [
- {
- "Name": "instance",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Action",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetContainerType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "configureContainerMethod",
- "Type": "System.Reflection.MethodInfo"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.ConfigureServicesBuilder",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_MethodInfo",
- "Parameters": [],
- "ReturnType": "System.Reflection.MethodInfo",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Build",
- "Parameters": [
- {
- "Name": "instance",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Func",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "configureServices",
- "Type": "System.Reflection.MethodInfo"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "StartAsync",
- "Parameters": [
- {
- "Name": "token",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StopAsync",
- "Parameters": [
- {
- "Name": "token",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "logger",
- "Type": "Microsoft.Extensions.Logging.ILogger"
- },
- {
- "Name": "services",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.HostingApplication",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Hosting.Server.IHttpApplication"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateContext",
- "Parameters": [
- {
- "Name": "contextFeatures",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.IHttpApplication",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ProcessRequestAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.IHttpApplication",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DisposeContext",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context"
- },
- {
- "Name": "exception",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.IHttpApplication",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "application",
- "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
- },
- {
- "Name": "logger",
- "Type": "Microsoft.Extensions.Logging.ILogger"
- },
- {
- "Name": "diagnosticSource",
- "Type": "System.Diagnostics.DiagnosticListener"
- },
- {
- "Name": "httpContextFactory",
- "Type": "Microsoft.AspNetCore.Http.IHttpContextFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.HostingEnvironment",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_EnvironmentName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EnvironmentName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ApplicationName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ApplicationName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_WebRootPath",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_WebRootPath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_WebRootFileProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.FileProviders.IFileProvider",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_WebRootFileProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.FileProviders.IFileProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentRootPath",
- "Parameters": [],
- "ReturnType": "System.String",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentRootPath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentRootFileProvider",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.FileProviders.IFileProvider",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentRootFileProvider",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.FileProviders.IFileProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.IHostingEnvironment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.HostingEnvironmentExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Initialize",
- "Parameters": [
- {
- "Name": "hostingEnvironment",
- "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
- },
- {
- "Name": "applicationName",
- "Type": "System.String"
- },
- {
- "Name": "contentRootPath",
- "Type": "System.String"
- },
- {
- "Name": "options",
- "Type": "Microsoft.AspNetCore.Hosting.Internal.WebHostOptions"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.HostingEventSource",
- "Visibility": "Public",
- "Kind": "Class",
- "Sealed": true,
- "BaseType": "System.Diagnostics.Tracing.EventSource",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "HostStart",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "HostStop",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RequestStart",
- "Parameters": [
- {
- "Name": "method",
- "Type": "System.String"
- },
- {
- "Name": "path",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RequestStop",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UnhandledException",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Log",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Hosting.Internal.HostingEventSource",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Invoke",
- "Parameters": [
- {
- "Name": "httpContext",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "next",
- "Type": "Microsoft.AspNetCore.Http.RequestDelegate"
- },
- {
- "Name": "scopeFactory",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceScopeFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.RequestServicesFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
- "System.IDisposable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_RequestServices",
- "Parameters": [],
- "ReturnType": "System.IServiceProvider",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RequestServices",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IServiceProvider"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "scopeFactory",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceScopeFactory"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.StartupLoader",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "LoadMethods",
- "Parameters": [
- {
- "Name": "hostingServiceProvider",
- "Type": "System.IServiceProvider"
- },
- {
- "Name": "startupType",
- "Type": "System.Type"
- },
- {
- "Name": "environmentName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Hosting.Internal.StartupMethods",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "FindStartupType",
- "Parameters": [
- {
- "Name": "startupAssemblyName",
- "Type": "System.String"
- },
- {
- "Name": "environmentName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Type",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.StartupMethods",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_StartupInstance",
- "Parameters": [],
- "ReturnType": "System.Object",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ConfigureServicesDelegate",
- "Parameters": [],
- "ReturnType": "System.Func",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ConfigureDelegate",
- "Parameters": [],
- "ReturnType": "System.Action",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "instance",
- "Type": "System.Object"
- },
- {
- "Name": "configure",
- "Type": "System.Action"
- },
- {
- "Name": "configureServices",
- "Type": "System.Func"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.WebHostOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_ApplicationName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ApplicationName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PreventHostingStartup",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_PreventHostingStartup",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HostingStartupAssemblies",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IReadOnlyList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HostingStartupAssemblies",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Collections.Generic.IReadOnlyList"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DetailedErrors",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DetailedErrors",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CaptureStartupErrors",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CaptureStartupErrors",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Environment",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Environment",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_StartupAssembly",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_StartupAssembly",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_WebRoot",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_WebRoot",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ContentRootPath",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ContentRootPath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ShutdownTimeout",
- "Parameters": [],
- "ReturnType": "System.TimeSpan",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ShutdownTimeout",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.TimeSpan"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "configuration",
- "Type": "Microsoft.Extensions.Configuration.IConfiguration"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.WebHostUtilities",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "ParseBool",
- "Parameters": [
- {
- "Name": "configuration",
- "Type": "Microsoft.Extensions.Configuration.IConfiguration"
- },
- {
- "Name": "key",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Builder.ApplicationBuilderFactory",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Hosting.Builder.IApplicationBuilderFactory"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateBuilder",
- "Parameters": [
- {
- "Name": "serverFeatures",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Builder.IApplicationBuilderFactory",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "serviceProvider",
- "Type": "System.IServiceProvider"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Builder.IApplicationBuilderFactory",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateBuilder",
- "Parameters": [
- {
- "Name": "serverFeatures",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Internal.HostingApplication+Context",
- "Visibility": "Public",
- "Kind": "Struct",
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_HttpContext",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.HttpContext",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HttpContext",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Scope",
- "Parameters": [],
- "ReturnType": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Scope",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.IDisposable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_StartTimestamp",
- "Parameters": [],
- "ReturnType": "System.Int64",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_StartTimestamp",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Int64"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_EventLogEnabled",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_EventLogEnabled",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Activity",
- "Parameters": [],
- "ReturnType": "System.Diagnostics.Activity",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Activity",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Diagnostics.Activity"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Hosting/Server.Abstractions/src/baseline.netcore.json b/src/Hosting/Server.Abstractions/src/baseline.netcore.json
deleted file mode 100644
index 30460913bd..0000000000
--- a/src/Hosting/Server.Abstractions/src/baseline.netcore.json
+++ /dev/null
@@ -1,150 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Hosting.Server.Abstractions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Hosting.Server.IHttpApplication",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateContext",
- "Parameters": [
- {
- "Name": "contextFeatures",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "ReturnType": "T0",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ProcessRequestAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "T0"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "DisposeContext",
- "Parameters": [
- {
- "Name": "context",
- "Type": "T0"
- },
- {
- "Name": "exception",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": [
- {
- "ParameterName": "TContext",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Server.IServer",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "System.IDisposable"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Features",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "StartAsync",
- "Parameters": [
- {
- "Name": "application",
- "Type": "Microsoft.AspNetCore.Hosting.Server.IHttpApplication"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": [
- {
- "ParameterName": "TContext",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": []
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "StopAsync",
- "Parameters": [
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Addresses",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PreferHostingUrls",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_PreferHostingUrls",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj b/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj
index b483b048e6..be449d691a 100644
--- a/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj
+++ b/src/Hosting/Server.IntegrationTesting/src/Microsoft.AspNetCore.Server.IntegrationTesting.csproj
@@ -3,7 +3,6 @@
ASP.NET Core helpers to deploy applications to IIS Express, IIS, WebListener and Kestrel for testing.
netcoreapp3.0
- false
$(NoWarn);CS1591
true
aspnetcore;testing
diff --git a/src/Hosting/Server.IntegrationTesting/src/baseline.netcore.json b/src/Hosting/Server.IntegrationTesting/src/baseline.netcore.json
deleted file mode 100644
index 9e26dfeeb6..0000000000
--- a/src/Hosting/Server.IntegrationTesting/src/baseline.netcore.json
+++ /dev/null
@@ -1 +0,0 @@
-{}
\ No newline at end of file
diff --git a/src/Hosting/TestHost/src/baseline.netcore.json b/src/Hosting/TestHost/src/baseline.netcore.json
deleted file mode 100644
index 85f67361dd..0000000000
--- a/src/Hosting/TestHost/src/baseline.netcore.json
+++ /dev/null
@@ -1,316 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.TestHost, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.TestHost.ClientHandler",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.Net.Http.HttpMessageHandler",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "SendAsync",
- "Parameters": [
- {
- "Name": "request",
- "Type": "System.Net.Http.HttpRequestMessage"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "pathBase",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- },
- {
- "Name": "application",
- "Type": "Microsoft.AspNetCore.Hosting.Server.IHttpApplication"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.TestHost.RequestBuilder",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "And",
- "Parameters": [
- {
- "Name": "configure",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.TestHost.RequestBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddHeader",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.TestHost.RequestBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SendAsync",
- "Parameters": [
- {
- "Name": "method",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "PostAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "server",
- "Type": "Microsoft.AspNetCore.TestHost.TestServer"
- },
- {
- "Name": "path",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.TestHost.TestServer",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Hosting.Server.IServer"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_BaseAddress",
- "Parameters": [],
- "ReturnType": "System.Uri",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_BaseAddress",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Uri"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Host",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Hosting.IWebHost",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Features",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.Features.IFeatureCollection",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Hosting.Server.IServer",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateHandler",
- "Parameters": [],
- "ReturnType": "System.Net.Http.HttpMessageHandler",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateClient",
- "Parameters": [],
- "ReturnType": "System.Net.Http.HttpClient",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateWebSocketClient",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.TestHost.WebSocketClient",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "CreateRequest",
- "Parameters": [
- {
- "Name": "path",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.TestHost.RequestBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Dispose",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "System.IDisposable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
- },
- {
- "Name": "featureCollection",
- "Type": "Microsoft.AspNetCore.Http.Features.IFeatureCollection"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.TestHost.WebSocketClient",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_SubProtocols",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ConfigureRequest",
- "Parameters": [],
- "ReturnType": "System.Action",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ConfigureRequest",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ConnectAsync",
- "Parameters": [
- {
- "Name": "uri",
- "Type": "System.Uri"
- },
- {
- "Name": "cancellationToken",
- "Type": "System.Threading.CancellationToken"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Hosting/WindowsServices/src/baseline.netcore.json b/src/Hosting/WindowsServices/src/baseline.netcore.json
deleted file mode 100644
index a37e8c99ef..0000000000
--- a/src/Hosting/WindowsServices/src/baseline.netcore.json
+++ /dev/null
@@ -1,122 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Hosting.WindowsServices, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Hosting.WindowsServices.WebHostService",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.ServiceProcess.ServiceBase",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnStart",
- "Parameters": [
- {
- "Name": "args",
- "Type": "System.String[]"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStop",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStarting",
- "Parameters": [
- {
- "Name": "args",
- "Type": "System.String[]"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStarted",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStopping",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStopped",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "host",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.WindowsServices.WebHostWindowsServiceExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "RunAsService",
- "Parameters": [
- {
- "Name": "host",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Hosting/WindowsServices/src/baseline.netframework.json b/src/Hosting/WindowsServices/src/baseline.netframework.json
deleted file mode 100644
index 9850e83f45..0000000000
--- a/src/Hosting/WindowsServices/src/baseline.netframework.json
+++ /dev/null
@@ -1,122 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Hosting.WindowsServices, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Hosting.WindowsServices.WebHostService",
- "Visibility": "Public",
- "Kind": "Class",
- "BaseType": "System.ServiceProcess.ServiceBase",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "OnStart",
- "Parameters": [
- {
- "Name": "args",
- "Type": "System.String[]"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStop",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "Override": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStarting",
- "Parameters": [
- {
- "Name": "args",
- "Type": "System.String[]"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStarted",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStopping",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "OnStopped",
- "Parameters": [],
- "ReturnType": "System.Void",
- "Virtual": true,
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "host",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Hosting.WindowsServices.WebHostWindowsServiceExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "RunAsService",
- "Parameters": [
- {
- "Name": "host",
- "Type": "Microsoft.AspNetCore.Hosting.IWebHost"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Html/Abstractions/src/baseline.netcore.json b/src/Html/Abstractions/src/baseline.netcore.json
deleted file mode 100644
index 29f855f97b..0000000000
--- a/src/Html/Abstractions/src/baseline.netcore.json
+++ /dev/null
@@ -1,626 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Html.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Html.HtmlContentBuilder",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CopyTo",
- "Parameters": [
- {
- "Name": "destination",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentContainer",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MoveTo",
- "Parameters": [
- {
- "Name": "destination",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentContainer",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WriteTo",
- "Parameters": [
- {
- "Name": "writer",
- "Type": "System.IO.TextWriter"
- },
- {
- "Name": "encoder",
- "Type": "System.Text.Encodings.Web.HtmlEncoder"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContent",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Count",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Append",
- "Parameters": [
- {
- "Name": "unencoded",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendHtml",
- "Parameters": [
- {
- "Name": "htmlContent",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContent"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendHtml",
- "Parameters": [
- {
- "Name": "encoded",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "capacity",
- "Type": "System.Int32"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "entries",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Html.HtmlContentBuilderExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AppendFormat",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- },
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "args",
- "Type": "System.Object[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendFormat",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- },
- {
- "Name": "formatProvider",
- "Type": "System.IFormatProvider"
- },
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "args",
- "Type": "System.Object[]",
- "IsParams": true
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendLine",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendLine",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- },
- {
- "Name": "unencoded",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendLine",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- },
- {
- "Name": "content",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContent"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendHtmlLine",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- },
- {
- "Name": "encoded",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetContent",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- },
- {
- "Name": "unencoded",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetHtmlContent",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- },
- {
- "Name": "content",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContent"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetHtmlContent",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- },
- {
- "Name": "encoded",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Html.HtmlFormattableString",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Html.IHtmlContent"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "WriteTo",
- "Parameters": [
- {
- "Name": "writer",
- "Type": "System.IO.TextWriter"
- },
- {
- "Name": "encoder",
- "Type": "System.Text.Encodings.Web.HtmlEncoder"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContent",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "args",
- "Type": "System.Object[]",
- "IsParams": true
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "formatProvider",
- "Type": "System.IFormatProvider"
- },
- {
- "Name": "format",
- "Type": "System.String"
- },
- {
- "Name": "args",
- "Type": "System.Object[]",
- "IsParams": true
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Html.HtmlString",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Html.IHtmlContent"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Value",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WriteTo",
- "Parameters": [
- {
- "Name": "writer",
- "Type": "System.IO.TextWriter"
- },
- {
- "Name": "encoder",
- "Type": "System.Text.Encodings.Web.HtmlEncoder"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContent",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "NewLine",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Html.HtmlString",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "Empty",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Html.HtmlString",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Html.IHtmlContent",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "WriteTo",
- "Parameters": [
- {
- "Name": "writer",
- "Type": "System.IO.TextWriter"
- },
- {
- "Name": "encoder",
- "Type": "System.Text.Encodings.Web.HtmlEncoder"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Html.IHtmlContentContainer"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AppendHtml",
- "Parameters": [
- {
- "Name": "content",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContent"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Append",
- "Parameters": [
- {
- "Name": "unencoded",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AppendHtml",
- "Parameters": [
- {
- "Name": "encoded",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Clear",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Html.IHtmlContentBuilder",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Html.IHtmlContentContainer",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Html.IHtmlContent"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CopyTo",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MoveTo",
- "Parameters": [
- {
- "Name": "builder",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Http/Authentication.Abstractions/src/Microsoft.AspNetCore.Authentication.Abstractions.csproj b/src/Http/Authentication.Abstractions/src/Microsoft.AspNetCore.Authentication.Abstractions.csproj
index b2ff9f8ce1..4c295dc373 100644
--- a/src/Http/Authentication.Abstractions/src/Microsoft.AspNetCore.Authentication.Abstractions.csproj
+++ b/src/Http/Authentication.Abstractions/src/Microsoft.AspNetCore.Authentication.Abstractions.csproj
@@ -6,7 +6,6 @@
$(NoWarn);CS1591
true
aspnetcore;authentication;security
- false
diff --git a/src/Http/Authentication.Abstractions/src/baseline.netcore.json b/src/Http/Authentication.Abstractions/src/baseline.netcore.json
deleted file mode 100644
index 2d1e7e00e4..0000000000
--- a/src/Http/Authentication.Abstractions/src/baseline.netcore.json
+++ /dev/null
@@ -1,1734 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Authentication.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticateResult",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Succeeded",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Ticket",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationTicket",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Ticket",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationTicket"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Principal",
- "Parameters": [],
- "ReturnType": "System.Security.Claims.ClaimsPrincipal",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationProperties",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Failure",
- "Parameters": [],
- "ReturnType": "System.Exception",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Failure",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_None",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_None",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Protected",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Success",
- "Parameters": [
- {
- "Name": "ticket",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationTicket"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticateResult",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "NoResult",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticateResult",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Fail",
- "Parameters": [
- {
- "Name": "failure",
- "Type": "System.Exception"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticateResult",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Fail",
- "Parameters": [
- {
- "Name": "failureMessage",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticateResult",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationHttpContextExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AuthenticateAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AuthenticateAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForbidAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForbidAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForbidAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForbidAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignInAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignInAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignInAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignInAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOutAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOutAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOutAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOutAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetTokenAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "tokenName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetTokenAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "tokenName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationOptions",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Schemes",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SchemeMap",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddScheme",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "configureBuilder",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddScheme",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "displayName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": [
- {
- "ParameterName": "THandler",
- "ParameterPosition": 0,
- "BaseTypeOrInterfaces": [
- "Microsoft.AspNetCore.Authentication.IAuthenticationHandler"
- ]
- }
- ]
- },
- {
- "Kind": "Method",
- "Name": "get_DefaultScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DefaultScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DefaultAuthenticateScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DefaultAuthenticateScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DefaultSignInScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DefaultSignInScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DefaultSignOutScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DefaultSignOutScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DefaultChallengeScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DefaultChallengeScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DefaultForbidScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DefaultForbidScheme",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationProperties",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Items",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IDictionary",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsPersistent",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IsPersistent",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_RedirectUri",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_RedirectUri",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IssuedUtc",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_IssuedUtc",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ExpiresUtc",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ExpiresUtc",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_AllowRefresh",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_AllowRefresh",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "items",
- "Type": "System.Collections.Generic.IDictionary"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationScheme",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DisplayName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HandlerType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- },
- {
- "Name": "displayName",
- "Type": "System.String"
- },
- {
- "Name": "handlerType",
- "Type": "System.Type"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_DisplayName",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DisplayName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HandlerType",
- "Parameters": [],
- "ReturnType": "System.Type",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_HandlerType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Type"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Build",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationScheme",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationTicket",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_AuthenticationScheme",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Principal",
- "Parameters": [],
- "ReturnType": "System.Security.Claims.ClaimsPrincipal",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Properties",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationProperties",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- },
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationToken",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Value",
- "Parameters": [],
- "ReturnType": "System.String",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Value",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.IAuthenticationFeature",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_OriginalPathBase",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_OriginalPathBase",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_OriginalPath",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_OriginalPath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.IAuthenticationHandler",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "InitializeAsync",
- "Parameters": [
- {
- "Name": "scheme",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationScheme"
- },
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AuthenticateAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForbidAsync",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetHandlerAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.IAuthenticationRequestHandler",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Authentication.IAuthenticationHandler"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "HandleRequestAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetAllSchemesAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task>",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetSchemeAsync",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDefaultAuthenticateSchemeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDefaultChallengeSchemeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDefaultForbidSchemeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDefaultSignInSchemeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDefaultSignOutSchemeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddScheme",
- "Parameters": [
- {
- "Name": "scheme",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationScheme"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RemoveScheme",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetRequestHandlerSchemesAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task>",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.IAuthenticationService",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AuthenticateAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForbidAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignInAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOutAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.IAuthenticationSignInHandler",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Authentication.IAuthenticationSignOutHandler"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "SignInAsync",
- "Parameters": [
- {
- "Name": "user",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.IAuthenticationSignOutHandler",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Authentication.IAuthenticationHandler"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "SignOutAsync",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.IClaimsTransformation",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "TransformAsync",
- "Parameters": [
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationTokenExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "StoreTokens",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- },
- {
- "Name": "tokens",
- "Type": "System.Collections.Generic.IEnumerable"
- }
- ],
- "ReturnType": "System.Void",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetTokenValue",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- },
- {
- "Name": "tokenName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "UpdateTokenValue",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- },
- {
- "Name": "tokenName",
- "Type": "System.String"
- },
- {
- "Name": "tokenValue",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetTokens",
- "Parameters": [
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Collections.Generic.IEnumerable",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetTokenAsync",
- "Parameters": [
- {
- "Name": "auth",
- "Type": "Microsoft.AspNetCore.Authentication.IAuthenticationService"
- },
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "tokenName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetTokenAsync",
- "Parameters": [
- {
- "Name": "auth",
- "Type": "Microsoft.AspNetCore.Authentication.IAuthenticationService"
- },
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "tokenName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Http/Authentication.Core/src/Microsoft.AspNetCore.Authentication.Core.csproj b/src/Http/Authentication.Core/src/Microsoft.AspNetCore.Authentication.Core.csproj
index e562b91b1b..ba87512a70 100644
--- a/src/Http/Authentication.Core/src/Microsoft.AspNetCore.Authentication.Core.csproj
+++ b/src/Http/Authentication.Core/src/Microsoft.AspNetCore.Authentication.Core.csproj
@@ -7,7 +7,6 @@
$(NoWarn);CS1591
true
aspnetcore;authentication;security
- false
diff --git a/src/Http/Authentication.Core/src/baseline.netcore.json b/src/Http/Authentication.Core/src/baseline.netcore.json
deleted file mode 100644
index 62aeb44738..0000000000
--- a/src/Http/Authentication.Core/src/baseline.netcore.json
+++ /dev/null
@@ -1,515 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.AspNetCore.Authentication.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationFeature",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Authentication.IAuthenticationFeature"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_OriginalPathBase",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_OriginalPathBase",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_OriginalPath",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Http.PathString",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_OriginalPath",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.AspNetCore.Http.PathString"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationFeature",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Schemes",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHandlerAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "authenticationScheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "schemes",
- "Type": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationSchemeProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "GetDefaultAuthenticateSchemeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDefaultChallengeSchemeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDefaultForbidSchemeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDefaultSignInSchemeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetDefaultSignOutSchemeAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetSchemeAsync",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetRequestHandlerSchemesAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task>",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddScheme",
- "Parameters": [
- {
- "Name": "scheme",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationScheme"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "RemoveScheme",
- "Parameters": [
- {
- "Name": "name",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Void",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetAllSchemesAsync",
- "Parameters": [],
- "ReturnType": "System.Threading.Tasks.Task>",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "options",
- "Type": "Microsoft.Extensions.Options.IOptions"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.AuthenticationService",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Authentication.IAuthenticationService"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Schemes",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Handlers",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Transform",
- "Parameters": [],
- "ReturnType": "Microsoft.AspNetCore.Authentication.IClaimsTransformation",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AuthenticateAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationService",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ChallengeAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationService",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ForbidAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationService",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignInAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationService",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SignOutAsync",
- "Parameters": [
- {
- "Name": "context",
- "Type": "Microsoft.AspNetCore.Http.HttpContext"
- },
- {
- "Name": "scheme",
- "Type": "System.String"
- },
- {
- "Name": "properties",
- "Type": "Microsoft.AspNetCore.Authentication.AuthenticationProperties"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationService",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "schemes",
- "Type": "Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider"
- },
- {
- "Name": "handlers",
- "Type": "Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider"
- },
- {
- "Name": "transform",
- "Type": "Microsoft.AspNetCore.Authentication.IClaimsTransformation"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.Authentication.NoopClaimsTransformation",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.Authentication.IClaimsTransformation"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "TransformAsync",
- "Parameters": [
- {
- "Name": "principal",
- "Type": "System.Security.Claims.ClaimsPrincipal"
- }
- ],
- "ReturnType": "System.Threading.Tasks.Task",
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Authentication.IClaimsTransformation",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Extensions.DependencyInjection.AuthenticationCoreServiceCollectionExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "AddAuthenticationCore",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IServiceCollection",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "AddAuthenticationCore",
- "Parameters": [
- {
- "Name": "services",
- "Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
- },
- {
- "Name": "configureOptions",
- "Type": "System.Action"
- }
- ],
- "ReturnType": "Microsoft.Extensions.DependencyInjection.IServiceCollection",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
-}
\ No newline at end of file
diff --git a/src/Http/Headers/src/baseline.netcore.json b/src/Http/Headers/src/baseline.netcore.json
deleted file mode 100644
index 476f8150a7..0000000000
--- a/src/Http/Headers/src/baseline.netcore.json
+++ /dev/null
@@ -1,4110 +0,0 @@
-{
- "AssemblyIdentity": "Microsoft.Net.Http.Headers, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.Net.Http.Headers.CacheControlHeaderValue",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_NoCache",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_NoCache",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_NoCacheHeaders",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_NoStore",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_NoStore",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MaxAge",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MaxAge",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_SharedMaxAge",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_SharedMaxAge",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MaxStale",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MaxStale",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MaxStaleLimit",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MaxStaleLimit",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MinFresh",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MinFresh",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_NoTransform",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_NoTransform",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_OnlyIfCached",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_OnlyIfCached",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Public",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Public",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Private",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Private",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_PrivateHeaders",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.ICollection",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_MustRevalidate",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_MustRevalidate",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ProxyRevalidate",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ProxyRevalidate",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Extensions",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Parse",
- "Parameters": [
- {
- "Name": "input",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "Microsoft.Net.Http.Headers.CacheControlHeaderValue",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryParse",
- "Parameters": [
- {
- "Name": "input",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- },
- {
- "Name": "parsedValue",
- "Type": "Microsoft.Net.Http.Headers.CacheControlHeaderValue",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "PublicString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "PrivateString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "MaxAgeString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "SharedMaxAgeString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "NoCacheString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "NoStoreString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "MaxStaleString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "MinFreshString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "NoTransformString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "OnlyIfCachedString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "MustRevalidateString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Field",
- "Name": "ProxyRevalidateString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Static": true,
- "ReadOnly": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_DispositionType",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_DispositionType",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Parameters",
- "Parameters": [],
- "ReturnType": "System.Collections.Generic.IList",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FileName",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FileName",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_FileNameStar",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_FileNameStar",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_CreationDate",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_CreationDate",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ModificationDate",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ModificationDate",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_ReadDate",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_ReadDate",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Size",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Size",
- "Parameters": [
- {
- "Name": "value",
- "Type": "System.Nullable"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetHttpFileName",
- "Parameters": [
- {
- "Name": "fileName",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "SetMimeFileName",
- "Parameters": [
- {
- "Name": "fileName",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Parse",
- "Parameters": [
- {
- "Name": "input",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryParse",
- "Parameters": [
- {
- "Name": "input",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- },
- {
- "Name": "parsedValue",
- "Type": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "dispositionType",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValueIdentityExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "IsFileDisposition",
- "Parameters": [
- {
- "Name": "header",
- "Type": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "IsFormDisposition",
- "Parameters": [
- {
- "Name": "header",
- "Type": "Microsoft.Net.Http.Headers.ContentDispositionHeaderValue"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Net.Http.Headers.ContentRangeHeaderValue",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Unit",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Unit",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_From",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_To",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Length",
- "Parameters": [],
- "ReturnType": "System.Nullable",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasLength",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_HasRange",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Parse",
- "Parameters": [
- {
- "Name": "input",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "Microsoft.Net.Http.Headers.ContentRangeHeaderValue",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryParse",
- "Parameters": [
- {
- "Name": "input",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- },
- {
- "Name": "parsedValue",
- "Type": "Microsoft.Net.Http.Headers.ContentRangeHeaderValue",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Int64"
- },
- {
- "Name": "to",
- "Type": "System.Int64"
- },
- {
- "Name": "length",
- "Type": "System.Int64"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "length",
- "Type": "System.Int64"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "from",
- "Type": "System.Int64"
- },
- {
- "Name": "to",
- "Type": "System.Int64"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Net.Http.Headers.CookieHeaderValue",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Name",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Name",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Value",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "set_Value",
- "Parameters": [
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "System.Void",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Parse",
- "Parameters": [
- {
- "Name": "input",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "Microsoft.Net.Http.Headers.CookieHeaderValue",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryParse",
- "Parameters": [
- {
- "Name": "input",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- },
- {
- "Name": "parsedValue",
- "Type": "Microsoft.Net.Http.Headers.CookieHeaderValue",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ParseList",
- "Parameters": [
- {
- "Name": "inputs",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Collections.Generic.IList",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ParseStrictList",
- "Parameters": [
- {
- "Name": "inputs",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Collections.Generic.IList",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryParseList",
- "Parameters": [
- {
- "Name": "inputs",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "parsedValues",
- "Type": "System.Collections.Generic.IList",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryParseStrictList",
- "Parameters": [
- {
- "Name": "inputs",
- "Type": "System.Collections.Generic.IList"
- },
- {
- "Name": "parsedValues",
- "Type": "System.Collections.Generic.IList",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "name",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Constructor",
- "Name": ".ctor",
- "Parameters": [
- {
- "Name": "name",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- },
- {
- "Name": "value",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.Net.Http.Headers.EntityTagHeaderValue",
- "Visibility": "Public",
- "Kind": "Class",
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "get_Any",
- "Parameters": [],
- "ReturnType": "Microsoft.Net.Http.Headers.EntityTagHeaderValue",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_Tag",
- "Parameters": [],
- "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "get_IsWeak",
- "Parameters": [],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToString",
- "Parameters": [],
- "ReturnType": "System.String",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Equals",
- "Parameters": [
- {
- "Name": "obj",
- "Type": "System.Object"
- }
- ],
- "ReturnType": "System.Boolean",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "GetHashCode",
- "Parameters": [],
- "ReturnType": "System.Int32",
- "Virtual": true,
- "Override": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Compare",
- "Parameters": [
- {
- "Name": "other",
- "Type": "Microsoft.Net.Http.Headers.EntityTagHeaderValue"
- },
- {
- "Name": "useStrongComparison",
- "Type": "System.Boolean"
- }
- ],
- "ReturnType": "System.Boolean",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Parse",
- "Parameters": [
- {
- "Name": "input",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "ReturnType": "Microsoft.Net.Http.Headers.EntityTagHeaderValue",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryParse",
- "Parameters": [
- {
- "Name": "input",
- "Type": "Microsoft.Extensions.Primitives.StringSegment"
- },
- {
- "Name": "parsedValue",
- "Type": "Microsoft.Net.Http.Headers.EntityTagHeaderValue",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Boolean",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ParseList",
- "Parameters": [
- {
- "Name": "inputs",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Collections.Generic.IList",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ParseStrictList",
- "Parameters": [
- {
- "Name": "inputs",
- "Type": "System.Collections.Generic.IList"
- }
- ],
- "ReturnType": "System.Collections.Generic.IList",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "TryParseList",
- "Parameters": [
- {
- "Name": "inputs",
- "Type": "System.Collections.Generic.IList