dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
34.95k stars 9.87k forks source link

Quarantine CacheTagHelper_VaryByCultureComposesWithOtherVaryByOptions #56440

Open captainsafia opened 1 month ago

captainsafia commented 1 month ago

Failing Test(s)

Error Message

Microsoft.AspNetCore.Mvc.FunctionalTests.HtmlGenerationWithCultureTest.CacheTagHelper_VaryByCultureComposesWithOtherVaryByOptions [FAIL]
2024-06-24T13:02:36.3387273Z [xUnit.net 00:03:34.24]       Unexpected correlation Id, reading values from document:
2024-06-24T13:02:36.3388693Z [xUnit.net 00:03:34.24]       <html><head></head><body><h2 id="culture">fr-FR</h2>
2024-06-24T13:02:36.3388895Z <h2 id="ui-culture">fr-FR</h2>
2024-06-24T13:02:36.3388932Z <span id="correlation-id">14</span>
2024-06-24T13:02:36.3388967Z 
2024-06-24T13:02:36.3389015Z     <span id="cached-correlation-id">14</span>
2024-06-24T13:02:36.3389053Z 
2024-06-24T13:02:36.3389139Z </body></html>
2024-06-24T13:02:36.3390553Z [xUnit.net 00:03:34.24]       Stack Trace:
2024-06-24T13:02:36.3392410Z [xUnit.net 00:03:34.24]         /_/src/Mvc/test/Mvc.FunctionalTests/HtmlGenerationWithCultureTest.cs(173,0): at Microsoft.AspNetCore.Mvc.FunctionalTests.HtmlGenerationWithCultureTest.CacheTagHelper_VaryByCultureComposesWithOtherVaryByOptions()

Logs

Build

captainsafia commented 1 month ago

cc: @amcasey The stacktrace (ref) for this particular failure includes some exceptions coming from data protection. Any thoughts on what might be going on here?

2024-06-24T13:02:36.3558701Z [xUnit.net 00:03:34.25]         | [0.053s] Microsoft.AspNetCore.DataProtection.TypeForwardingActivator Debug: Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
2024-06-24T13:02:36.3561605Z [xUnit.net 00:03:34.25]         | [0.055s] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager Error: An exception occurred while processing the key element '<key id="a9f047bd-ba17-4a81-8318-c1f58c959944" version="1" />'.
2024-06-24T13:02:36.3563080Z [xUnit.net 00:03:34.25]         | System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key.
2024-06-24T13:02:36.3564489Z [xUnit.net 00:03:34.25]         |    at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri)
2024-06-24T13:02:36.3565906Z [xUnit.net 00:03:34.25]         |    at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument()
2024-06-24T13:02:36.3567429Z [xUnit.net 00:03:34.25]         |    at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22
2024-06-24T13:02:36.3568915Z [xUnit.net 00:03:34.25]         |    at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484
2024-06-24T13:02:36.3570300Z [xUnit.net 00:03:34.25]         | [0.056s] Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver Debug: Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying.
2024-06-24T13:02:36.3571756Z [xUnit.net 00:03:34.25]         | System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key.
2024-06-24T13:02:36.3573165Z [xUnit.net 00:03:34.25]         |    at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri)
2024-06-24T13:02:36.3574544Z [xUnit.net 00:03:34.25]         |    at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument()
2024-06-24T13:02:36.3575967Z [xUnit.net 00:03:34.25]         |    at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22
2024-06-24T13:02:36.3577467Z [xUnit.net 00:03:34.25]         |    at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484
2024-06-24T13:02:36.3578839Z [xUnit.net 00:03:34.25]         |    at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498
2024-06-24T13:02:36.3580284Z [xUnit.net 00:03:34.25]         |    at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133
2024-06-24T13:02:36.3581705Z [xUnit.net 00:03:34.25]         |    at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161
2024-06-24T13:02:36.3583090Z [xUnit.net 00:03:34.25]         |    at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185
2024-06-24T13:02:36.3584543Z [xUnit.net 00:03:34.25]         |    at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100
captainsafia commented 1 month ago

It looks like this particular test was unquarantined in https://github.com/dotnet/aspnetcore/commit/2b5d2b36a04f3a4a9bb20bbca38617d1cd6a3a1a two weeks ago. It seems like this merge was premature based on the comment here.

It looks like this issue goes back as far as 6 years ago from https://github.com/dotnet/aspnetcore/issues/4907. However, the fact that the stacktrace above comes from the recently modified data protection layer has me suspicious.

Let's keep this open as the most recent issue tracking this problem.

BrennanConroy commented 1 month ago

The stacktrace (ref) for this particular failure includes some exceptions coming from data protection. Any thoughts on what might be going on here?

Very likely unrelated. That's just an exception that's thrown on startup when the keys on disk aren't valid. See the logs directly after show the app using a new key and starting just fine:

2024-06-24T13:02:36.4708970Z [xUnit.net 00:03:34.34]         | [4.231s] Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver Warning: Key {a9f047bd-ba17-4a81-8318-c1f58c959944} is ineligible to be the default key because its CreateEncryptor method failed after the maximum number of retries.
2024-06-24T13:02:36.4710580Z [xUnit.net 00:03:34.34]         | System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key.
2024-06-24T13:02:36.4712241Z [xUnit.net 00:03:34.34]         |    at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 143
2024-06-24T13:02:36.4713708Z [xUnit.net 00:03:34.34]         |    at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185
2024-06-24T13:02:36.4715397Z [xUnit.net 00:03:34.34]         |    at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100
2024-06-24T13:02:36.4717375Z [xUnit.net 00:03:34.34]         | [4.231s] Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory Debug: Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
2024-06-24T13:02:36.4719284Z [xUnit.net 00:03:34.34]         | [4.231s] Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory Debug: Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
2024-06-24T13:02:36.4720971Z [xUnit.net 00:03:34.34]         | [4.231s] Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver Debug: Repository contains no viable default key. Caller should generate a key with immediate activation.
2024-06-24T13:02:36.4722822Z [xUnit.net 00:03:34.34]         | [4.231s] Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider Debug: Using key {fc21f037-0048-4040-82ea-b56ab6637257} as the default key.
2024-06-24T13:02:36.4724619Z [xUnit.net 00:03:34.34]         | [4.231s] Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService Debug: Key ring with default key {fc21f037-0048-4040-82ea-b56ab6637257} was loaded during application startup.
2024-06-24T13:02:36.4726417Z [xUnit.net 00:03:34.34]         | [4.232s] Microsoft.AspNetCore.Hosting.Diagnostics Debug: Hosting started
2024-06-24T13:02:36.4728037Z [xUnit.net 00:03:34.34]         | [4.232s] Microsoft.AspNetCore.Hosting.Diagnostics Debug: Loaded hosting startup assembly HtmlGenerationWebSite
2024-06-24T13:02:36.4729594Z [xUnit.net 00:03:34.34]         | [4.243s] Microsoft.AspNetCore.Hosting.Diagnostics Information: Request starting HTTP/1.1 GET http://localhost/CacheTagHelper_VaryByCulture?culture=fr-Fr&correlationId=10 - - -

It also seems like this is the one test in MVC.FunctionalTests that actually has logs:

``` [0.009s] [TestLifetime] [Information] Starting test CacheTagHelper_VaryByCultureComposesWithOtherVaryByOptions at 2024-06-24T12:59:38 [0.016s] [Microsoft.AspNetCore.Hosting.Diagnostics] [Debug] Hosting starting [0.022s] [Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory] [Debug] Registered model binder providers, in the following order: ["Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider"] [0.027s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Areas/Customer/Pages/PartialWithFallback.cshtml'. [0.027s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Areas/Customer/Pages/PartialWithOptional.cshtml'. [0.027s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Areas/Customer/Pages/_Fallback.cshtml'. [0.027s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Areas/Customer/Pages/_ViewImports.cshtml'. [0.027s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Pages/CacheTagHelper_VaryByCulture.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Pages/_ViewImports.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Catalog_CacheTagHelper/ConfirmPayment.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Catalog_CacheTagHelper/Deals.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Catalog_CacheTagHelper/Details.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Catalog_CacheTagHelper/ListCategories.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Catalog_CacheTagHelper/PastPurchases.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Catalog_CacheTagHelper/ShoppingCart.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Catalog_CacheTagHelper/Splash.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Catalog_CacheTagHelper/_SplashPartial.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Catalog_CacheTagHelper/_ViewImports.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/AtViewModel.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/Components/CheckViewData/Default.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/Components/CheckViewData___LackModel/Default.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/DisplayTemplates/Int32 - LackModel.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/DisplayTemplates/Int32.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/DisplayTemplates/Int64 - LackModel.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/DisplayTemplates/Int64.cshtml'. [0.028s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/DisplayTemplates/LackModel.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/DisplayTemplates/TemplateModel.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/DisplayTemplates/ViewModel.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/PartialForViewModel.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/CheckViewData/ViewModel.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/AttributesWithBooleanValues.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/CreateWarehouse.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/EditorTemplates/Employee.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/EditorTemplates/GenderUsingHtmlHelpers.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/EditorTemplates/GenderUsingTagHelpers.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/EditWarehouse.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/EmployeeList.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/Enum.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/Environment.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/Form.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/Image.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/Index.cshtml'. [0.029s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/Input.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/ItemUsingModelSpecificEditorTemplate.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/ItemUsingSharedEditorTemplate.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/Link.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/Order.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/OrderUsingHtmlHelpers.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/PartialTagHelperWithoutModel.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/Product.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/ProductList.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/ProductListUsingTagHelpers.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/Script.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/StatusMessage.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/ValidationProviderAttribute.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/Warehouse.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/_EmployeePartial.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/_ProductPartial.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/_ProductRecommendations.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_Home/_StatusMessagePartial.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_WeirdExpressions/GetWeirdWithHtmlHelpers.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/HtmlGeneration_WeirdExpressions/GetWeirdWithTagHelpers.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Shared/Components/Splash/Default.cshtml'. [0.030s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Shared/Customer.cshtml'. [0.031s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Shared/CustomerWithRecords.cshtml'. [0.031s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Shared/DisplayTemplates/DayOfWeek.cshtml'. [0.031s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Shared/EditorTemplates/Common.cshtml'. [0.031s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Shared/EditorTemplates/String.cshtml'. [0.031s] [Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler] [Debug] Initializing Razor view compiler with compiled view: '/Views/Shared/_Partial.cshtml'. [0.031s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Information] User profile is available. Using 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest. [0.041s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-2fb5ae8c-e7e3-42d8-bd3f-70283dc841ad.xml'. [0.041s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-31cb8b00-bb4f-414d-8ebb-d4673ed72e74.xml'. [0.041s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-331c5b8e-b82c-4f38-b3fc-5a71b2729e0f.xml'. [0.041s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-4a61cc63-a365-4f0b-b2c5-6cb1d0b3c69c.xml'. [0.042s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-4a8e3fad-4f14-4706-a3f3-7472ffd101b7.xml'. [0.042s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-5105f58b-b799-4e85-9924-22bd47221913.xml'. [0.042s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-663ff386-eefe-4df2-9890-8ced60d0bb84.xml'. [0.042s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-883dcd62-e5f2-4e32-83e5-004f210f270c.xml'. [0.042s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-95ee7f1c-162a-44c0-8e92-6180b26e33b5.xml'. [0.042s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-a9f047bd-ba17-4a81-8318-c1f58c959944.xml'. [0.043s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-b2b80a07-82f3-4550-9458-2b7250822420.xml'. [0.043s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-b52b2ef1-9b8e-4c9a-b99d-86d2aec21641.xml'. [0.043s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-b55a4864-10bf-4033-a098-5d24bd4aecc9.xml'. [0.043s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-ec5f2a4c-63d2-4385-93a1-5f0a0bf57371.xml'. [0.043s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-f26807d3-49f6-46f3-9b05-19970e3b588a.xml'. [0.043s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-fa62ed89-db1f-4469-b6f0-f5ab262b57d9.xml'. [0.044s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-fc21f037-0048-4040-82ea-b56ab6637257.xml'. [0.048s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {2fb5ae8c-e7e3-42d8-bd3f-70283dc841ad}. [0.048s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {31cb8b00-bb4f-414d-8ebb-d4673ed72e74}. [0.048s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {331c5b8e-b82c-4f38-b3fc-5a71b2729e0f}. [0.048s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {4a61cc63-a365-4f0b-b2c5-6cb1d0b3c69c}. [0.048s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {4a8e3fad-4f14-4706-a3f3-7472ffd101b7}. [0.048s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {5105f58b-b799-4e85-9924-22bd47221913}. [0.048s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {663ff386-eefe-4df2-9890-8ced60d0bb84}. [0.048s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {883dcd62-e5f2-4e32-83e5-004f210f270c}. [0.048s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {95ee7f1c-162a-44c0-8e92-6180b26e33b5}. [0.048s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {a9f047bd-ba17-4a81-8318-c1f58c959944}. [0.048s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {b2b80a07-82f3-4550-9458-2b7250822420}. [0.049s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {b52b2ef1-9b8e-4c9a-b99d-86d2aec21641}. [0.049s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {b55a4864-10bf-4033-a098-5d24bd4aecc9}. [0.049s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {ec5f2a4c-63d2-4385-93a1-5f0a0bf57371}. [0.049s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {f26807d3-49f6-46f3-9b05-19970e3b588a}. [0.049s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {fa62ed89-db1f-4469-b6f0-f5ab262b57d9}. [0.049s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {fc21f037-0048-4040-82ea-b56ab6637257}. [0.053s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Considering key {a9f047bd-ba17-4a81-8318-c1f58c959944} with expiration date 2024-09-22 12:57:48Z as default key. [0.053s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [0.055s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [0.060s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [0.262s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [0.264s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [0.264s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [0.465s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [0.466s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [0.467s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [0.682s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [0.684s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [0.684s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [0.885s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [0.888s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [0.889s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [1.104s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [1.106s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [1.106s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [1.307s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [1.308s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [1.309s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [1.512s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [1.514s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [1.514s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [1.716s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [1.718s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [1.718s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [1.919s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [1.921s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [1.921s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [2.136s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [2.138s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [2.140s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Warning] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} is ineligible to be the default key because its CreateEncryptor method failed after the maximum number of retries. System.AggregateException: One or more errors occurred. (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) ---> System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 --- End of inner exception stack trace --- ---> (Inner Exception #1) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #2) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #3) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #4) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #5) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #6) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #7) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #8) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #9) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #10) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- [2.140s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} is no longer under consideration as default key because it is expired, revoked, or cannot be deciphered. [2.141s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Warning] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} is ineligible to be the default key because its CreateEncryptor method failed after the maximum number of retries. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 143 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [2.141s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [2.141s] [Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor] [Debug] Decrypting secret element using Windows DPAPI. [2.141s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [2.144s] [Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory] [Debug] Opening CNG algorithm 'AES' from provider 'null' with chaining mode CBC. [2.145s] [Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory] [Debug] Opening CNG algorithm 'SHA256' from provider 'null' with HMAC. [2.145s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Repository contains no viable default key. Caller should generate a key with immediate activation. [2.145s] [Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider] [Debug] Policy resolution states that a new key should be added to the key ring. [2.147s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Information] Creating key {b7342663-40ad-4243-acda-7ff7e4272445} with creation date 2024-06-24 12:59:38Z, activation date 2024-06-24 12:59:38Z, and expiration date 2024-09-22 12:59:38Z. [2.147s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Descriptor deserializer type for key {b7342663-40ad-4243-acda-7ff7e4272445} is 'Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. [2.147s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] No key escrow sink found. Not writing key {b7342663-40ad-4243-acda-7ff7e4272445} to escrow. [2.147s] [Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlEncryptor] [Debug] Encrypting to Windows DPAPI for current user account (a004W3M\runner). [2.148s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Information] Writing data to file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-b7342663-40ad-4243-acda-7ff7e4272445.xml'. [2.149s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Key cache expiration token triggered by 'CreateNewKey' operation. [2.149s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-2fb5ae8c-e7e3-42d8-bd3f-70283dc841ad.xml'. [2.149s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-31cb8b00-bb4f-414d-8ebb-d4673ed72e74.xml'. [2.149s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-331c5b8e-b82c-4f38-b3fc-5a71b2729e0f.xml'. [2.149s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-4a61cc63-a365-4f0b-b2c5-6cb1d0b3c69c.xml'. [2.149s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-4a8e3fad-4f14-4706-a3f3-7472ffd101b7.xml'. [2.150s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-5105f58b-b799-4e85-9924-22bd47221913.xml'. [2.150s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-663ff386-eefe-4df2-9890-8ced60d0bb84.xml'. [2.150s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-71174941-7747-43de-ad56-1c6d1741c0bf.xml'. [2.150s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-883dcd62-e5f2-4e32-83e5-004f210f270c.xml'. [2.150s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-95ee7f1c-162a-44c0-8e92-6180b26e33b5.xml'. [2.150s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-a9f047bd-ba17-4a81-8318-c1f58c959944.xml'. [2.150s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-b2b80a07-82f3-4550-9458-2b7250822420.xml'. [2.150s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-b52b2ef1-9b8e-4c9a-b99d-86d2aec21641.xml'. [2.150s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-b55a4864-10bf-4033-a098-5d24bd4aecc9.xml'. [2.151s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-b7342663-40ad-4243-acda-7ff7e4272445.xml'. [2.151s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-ec5f2a4c-63d2-4385-93a1-5f0a0bf57371.xml'. [2.151s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-f26807d3-49f6-46f3-9b05-19970e3b588a.xml'. [2.151s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-fa62ed89-db1f-4469-b6f0-f5ab262b57d9.xml'. [2.151s] [Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository] [Debug] Reading data from file 'C:\Users\runner\AppData\Local\ASP.NET\DataProtection-Keys\key-fc21f037-0048-4040-82ea-b56ab6637257.xml'. [2.151s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {2fb5ae8c-e7e3-42d8-bd3f-70283dc841ad}. [2.151s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {31cb8b00-bb4f-414d-8ebb-d4673ed72e74}. [2.151s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {331c5b8e-b82c-4f38-b3fc-5a71b2729e0f}. [2.151s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {4a61cc63-a365-4f0b-b2c5-6cb1d0b3c69c}. [2.151s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {4a8e3fad-4f14-4706-a3f3-7472ffd101b7}. [2.151s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {5105f58b-b799-4e85-9924-22bd47221913}. [2.151s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {663ff386-eefe-4df2-9890-8ced60d0bb84}. [2.151s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {71174941-7747-43de-ad56-1c6d1741c0bf}. [2.151s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {883dcd62-e5f2-4e32-83e5-004f210f270c}. [2.151s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {95ee7f1c-162a-44c0-8e92-6180b26e33b5}. [2.151s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {a9f047bd-ba17-4a81-8318-c1f58c959944}. [2.152s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {b2b80a07-82f3-4550-9458-2b7250822420}. [2.152s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {b52b2ef1-9b8e-4c9a-b99d-86d2aec21641}. [2.152s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {b55a4864-10bf-4033-a098-5d24bd4aecc9}. [2.152s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {b7342663-40ad-4243-acda-7ff7e4272445}. [2.152s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {ec5f2a4c-63d2-4385-93a1-5f0a0bf57371}. [2.152s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {f26807d3-49f6-46f3-9b05-19970e3b588a}. [2.152s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {fa62ed89-db1f-4469-b6f0-f5ab262b57d9}. [2.152s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Debug] Found key {fc21f037-0048-4040-82ea-b56ab6637257}. [2.152s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Considering key {a9f047bd-ba17-4a81-8318-c1f58c959944} with expiration date 2024-09-22 12:57:48Z as default key. [2.152s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 143 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [2.355s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [2.357s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [2.358s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [2.558s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [2.560s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [2.560s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [2.771s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [2.773s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [2.773s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [2.974s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [2.975s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [2.976s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [3.184s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [3.185s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [3.186s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [3.387s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [3.389s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [3.390s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [3.606s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [3.607s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [3.607s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [3.809s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [3.810s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [3.810s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [4.012s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [4.013s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [4.013s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} method CreateEncryptor failed. Retrying. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [4.229s] [Microsoft.AspNetCore.DataProtection.TypeForwardingActivator] [Debug] Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60 [4.230s] [Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager] [Error] An exception occurred while processing the key element ''. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 [4.231s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Warning] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} is ineligible to be the default key because its CreateEncryptor method failed after the maximum number of retries. System.AggregateException: One or more errors occurred. (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) (Unable to retrieve the decryption key.) ---> System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 143 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 --- End of inner exception stack trace --- ---> (Inner Exception #1) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #2) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #3) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #4) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #5) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #6) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #7) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #8) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #9) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- ---> (Inner Exception #10) System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(EncryptedData encryptedData, String symmetricAlgorithmUri) at System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument() at Microsoft.AspNetCore.DataProtection.XmlEncryption.XmlEncryptionExtensions.DecryptElement(XElement element, IActivator activator) in /_/src/DataProtection/DataProtection/src/XmlEncryption/XmlEncryptionExtensions.cs:line 22 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 484 at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.DeserializeDescriptorFromKeyElement(XElement keyElement) in /_/src/DataProtection/DataProtection/src/KeyManagement/XmlKeyManager.cs:line 498 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 133 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 161 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100<--- [4.231s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} is no longer under consideration as default key because it is expired, revoked, or cannot be deciphered. [4.231s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Warning] Key {a9f047bd-ba17-4a81-8318-c1f58c959944} is ineligible to be the default key because its CreateEncryptor method failed after the maximum number of retries. System.Security.Cryptography.CryptographicException: Unable to retrieve the decryption key. at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.get_Descriptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 143 at Microsoft.AspNetCore.DataProtection.KeyManagement.Key.CreateEncryptor() in /_/src/DataProtection/DataProtection/src/KeyManagement/Key.cs:line 185 at Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.CanCreateAuthenticatedEncryptor(IKey key, Int32& retriesRemaining) in /_/src/DataProtection/DataProtection/src/KeyManagement/DefaultKeyResolver.cs:line 100 [4.231s] [Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory] [Debug] Opening CNG algorithm 'AES' from provider 'null' with chaining mode CBC. [4.231s] [Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory] [Debug] Opening CNG algorithm 'SHA256' from provider 'null' with HMAC. [4.231s] [Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver] [Debug] Repository contains no viable default key. Caller should generate a key with immediate activation. [4.231s] [Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider] [Debug] Using key {fc21f037-0048-4040-82ea-b56ab6637257} as the default key. [4.232s] [Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService] [Debug] Key ring with default key {fc21f037-0048-4040-82ea-b56ab6637257} was loaded during application startup. [4.232s] [Microsoft.AspNetCore.Hosting.Diagnostics] [Debug] Hosting started [4.232s] [Microsoft.AspNetCore.Hosting.Diagnostics] [Debug] Loaded hosting startup assembly HtmlGenerationWebSite [4.246s] [Microsoft.AspNetCore.Hosting.Diagnostics] [Information] Request starting HTTP/1.1 GET http://localhost/CacheTagHelper_VaryByCulture?culture=fr-Fr&correlationId=10 - null null [4.272s] [Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware] [Debug] The request path /CacheTagHelper_VaryByCulture does not match a supported file type [4.278s] [Microsoft.AspNetCore.Routing.Matching.DfaMatcher] [Debug] 1 candidate(s) found for the request path '/CacheTagHelper_VaryByCulture' [4.281s] [Microsoft.AspNetCore.Routing.Matching.DfaMatcher] [Debug] Endpoint '/CacheTagHelper_VaryByCulture' with route pattern 'CacheTagHelper_VaryByCulture' is valid for the request path '/CacheTagHelper_VaryByCulture' [4.281s] [Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware] [Debug] Request matched endpoint '/CacheTagHelper_VaryByCulture' [4.281s] [Microsoft.AspNetCore.Routing.EndpointMiddleware] [Information] Executing endpoint '/CacheTagHelper_VaryByCulture' [4.283s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Route matched with {page = "/CacheTagHelper_VaryByCulture", action = "", controller = "", area = ""}. Executing page /CacheTagHelper_VaryByCulture [4.284s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of authorization filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter"] [4.284s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] [4.393s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] [4.393s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of exception filters (in the following order): ["None"] [4.393s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] [4.394s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Executing page factory for page AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture (HtmlGenerationWebSite) [4.394s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Executed page factory for page AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture (HtmlGenerationWebSite) [4.396s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32' ... [4.399s] [Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder] [Debug] Attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32' using the name 'CorrelationId' in request data ... [4.399s] [Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder] [Debug] Done attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32'. [4.399s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Done attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32'. [4.399s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Attempting to validate the bound property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32' ... [4.399s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Done attempting to validate the bound property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32'. [4.403s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Executing an implicit handler method - ModelState is Valid [4.404s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult. [4.410s] [HtmlGenerationWebSite.TestCacheTagHelper] [Information] Cache entry does NOT exist with key: CacheTagHelper||f4299dcae7758e7bf2a578829a48ac66ee2af74d290e4bd6a6f427be1f73e53b4314||VaryByQuery(varyByQueryKey||)||VaryByCulture||fr-FR||fr-FR [4.419s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Executed page /CacheTagHelper_VaryByCulture in 21.1945ms [4.419s] [Microsoft.AspNetCore.Routing.EndpointMiddleware] [Information] Executed endpoint '/CacheTagHelper_VaryByCulture' [4.420s] [Microsoft.AspNetCore.Hosting.Diagnostics] [Information] Request finished HTTP/1.1 GET http://localhost/CacheTagHelper_VaryByCulture?culture=fr-Fr&correlationId=10 - 200 null text/html; charset=utf-8 177.3703ms [151.699s] [Microsoft.AspNetCore.Hosting.Diagnostics] [Information] Request starting HTTP/1.1 GET http://localhost/CacheTagHelper_VaryByCulture?culture=fr-Fr&correlationId=11&varyByQueryKey=new-key - null null [151.699s] [Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware] [Debug] The request path /CacheTagHelper_VaryByCulture does not match a supported file type [151.702s] [Microsoft.AspNetCore.Routing.Matching.DfaMatcher] [Debug] 1 candidate(s) found for the request path '/CacheTagHelper_VaryByCulture' [151.702s] [Microsoft.AspNetCore.Routing.Matching.DfaMatcher] [Debug] Endpoint '/CacheTagHelper_VaryByCulture' with route pattern 'CacheTagHelper_VaryByCulture' is valid for the request path '/CacheTagHelper_VaryByCulture' [151.702s] [Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware] [Debug] Request matched endpoint '/CacheTagHelper_VaryByCulture' [151.702s] [Microsoft.AspNetCore.Routing.EndpointMiddleware] [Information] Executing endpoint '/CacheTagHelper_VaryByCulture' [151.703s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Route matched with {page = "/CacheTagHelper_VaryByCulture", action = "", controller = "", area = ""}. Executing page /CacheTagHelper_VaryByCulture [151.703s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of authorization filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter"] [151.703s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] [151.703s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] [151.704s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of exception filters (in the following order): ["None"] [151.704s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] [151.704s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Executing page factory for page AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture (HtmlGenerationWebSite) [151.704s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Executed page factory for page AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture (HtmlGenerationWebSite) [151.704s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32' ... [151.705s] [Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder] [Debug] Attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32' using the name 'CorrelationId' in request data ... [151.705s] [Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder] [Debug] Done attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32'. [151.705s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Done attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32'. [151.705s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Attempting to validate the bound property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32' ... [151.705s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Done attempting to validate the bound property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32'. [151.705s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Executing an implicit handler method - ModelState is Valid [151.705s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult. [151.707s] [HtmlGenerationWebSite.TestCacheTagHelper] [Information] Cache entry does NOT exist with key: CacheTagHelper||f4299dcae7758e7bf2a578829a48ac66ee2af74d290e4bd6a6f427be1f73e53b4314||VaryByQuery(varyByQueryKey||new-key)||VaryByCulture||fr-FR||fr-FR [151.707s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Executed page /CacheTagHelper_VaryByCulture in 3.5057ms [151.707s] [Microsoft.AspNetCore.Routing.EndpointMiddleware] [Information] Executed endpoint '/CacheTagHelper_VaryByCulture' [151.707s] [Microsoft.AspNetCore.Hosting.Diagnostics] [Information] Request finished HTTP/1.1 GET http://localhost/CacheTagHelper_VaryByCulture?culture=fr-Fr&correlationId=11&varyByQueryKey=new-key - 200 null text/html; charset=utf-8 8.1847ms [151.740s] [Microsoft.AspNetCore.Hosting.Diagnostics] [Information] Request starting HTTP/1.1 GET http://localhost/CacheTagHelper_VaryByCulture?culture=fr-Fr&correlationId=14 - null null [151.740s] [Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware] [Debug] The request path /CacheTagHelper_VaryByCulture does not match a supported file type [151.740s] [Microsoft.AspNetCore.Routing.Matching.DfaMatcher] [Debug] 1 candidate(s) found for the request path '/CacheTagHelper_VaryByCulture' [151.740s] [Microsoft.AspNetCore.Routing.Matching.DfaMatcher] [Debug] Endpoint '/CacheTagHelper_VaryByCulture' with route pattern 'CacheTagHelper_VaryByCulture' is valid for the request path '/CacheTagHelper_VaryByCulture' [151.740s] [Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware] [Debug] Request matched endpoint '/CacheTagHelper_VaryByCulture' [151.740s] [Microsoft.AspNetCore.Routing.EndpointMiddleware] [Information] Executing endpoint '/CacheTagHelper_VaryByCulture' [151.740s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Route matched with {page = "/CacheTagHelper_VaryByCulture", action = "", controller = "", area = ""}. Executing page /CacheTagHelper_VaryByCulture [151.740s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of authorization filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.AutoValidateAntiforgeryTokenAuthorizationFilter"] [151.740s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] [151.741s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] [151.741s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of exception filters (in the following order): ["None"] [151.741s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] [151.741s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Executing page factory for page AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture (HtmlGenerationWebSite) [151.742s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Debug] Executed page factory for page AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture (HtmlGenerationWebSite) [151.742s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32' ... [151.742s] [Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder] [Debug] Attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32' using the name 'CorrelationId' in request data ... [151.742s] [Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder] [Debug] Done attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32'. [151.742s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Done attempting to bind property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32'. [151.742s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Attempting to validate the bound property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32' ... [151.742s] [Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder] [Debug] Done attempting to validate the bound property 'AspNetCoreGeneratedDocument.Pages_CacheTagHelper_VaryByCulture.CorrelationId' of type 'System.Int32'. [151.742s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Executing an implicit handler method - ModelState is Valid [151.743s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult. [151.743s] [HtmlGenerationWebSite.TestCacheTagHelper] [Information] Cache entry does NOT exist with key: CacheTagHelper||f4299dcae7758e7bf2a578829a48ac66ee2af74d290e4bd6a6f427be1f73e53b4314||VaryByQuery(varyByQueryKey||)||VaryByCulture||fr-FR||fr-FR [151.743s] [Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.PageActionInvoker] [Information] Executed page /CacheTagHelper_VaryByCulture in 1.822ms [151.743s] [Microsoft.AspNetCore.Routing.EndpointMiddleware] [Information] Executed endpoint '/CacheTagHelper_VaryByCulture' [151.743s] [Microsoft.AspNetCore.Hosting.Diagnostics] [Information] Request finished HTTP/1.1 GET http://localhost/CacheTagHelper_VaryByCulture?culture=fr-Fr&correlationId=14 - 200 null text/html; charset=utf-8 3.2321ms [175.645s] [Microsoft.AspNetCore.Mvc.FunctionalTests.HtmlGenerationWithCultureTest] [Error] Test threw an exception. Xunit.Sdk.XunitException: Unexpected correlation Id, reading values from document:

fr-FR

fr-FR

14 14 at Microsoft.AspNetCore.Mvc.FunctionalTests.HtmlGenerationWithCultureTest.CacheTagHelper_VaryByCultureComposesWithOtherVaryByOptions() in /_/src/Mvc/test/Mvc.FunctionalTests/HtmlGenerationWithCultureTest.cs:line 173 at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_0.<b__1>d.MoveNext() in /_/src/xunit.execution/Sdk/Frameworks/Runners/TestInvoker.cs:line 264 --- End of stack trace from previous location --- at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in /_/src/xunit.execution/Sdk/Frameworks/ExecutionTimer.cs:line 48 at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in /_/src/xunit.core/Sdk/ExceptionAggregator.cs:line 90 [177.151s] [TestLifetime] [Information] Finished test CacheTagHelper_VaryByCultureComposesWithOtherVaryByOptions in 177.147887s ```
amcasey commented 1 month ago

Very likely unrelated. That's just an exception that's thrown on startup when the keys on disk aren't valid. See the logs directly after show the app using a new key and starting just fine:

Sounds right. The retry is a little questionable, but I don't believe we had a good way to distinguish this from the AKV-unreachable case and a local retry should be cheap.

I can't immediately recall why a key on disk could be invalid like that but it's also not hugely surprising.