From d33014efbce5840709e1ea3f0af86d53cf31d700 Mon Sep 17 00:00:00 2001 From: lemccomb <117306942+lemccomb@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:24:22 -0700 Subject: [PATCH 1/2] Correct folder mapping, update Nuget packages, fix for ADO compatibility --- CoseSignTool/.editorconfig => .editorconfig | 0 .github/workflows/codeql.yml | 2 +- .github/workflows/dotnet.yml | 6 +- .../CertificateStoreHelperTests.cs | 0 .../CoseExtensionsTests.cs | 0 CoseHandler.Tests/CoseHandler.Tests.csproj | 36 + .../CoseParserSignWithKeyProviderTests.cs | 0 .../CoseSignValidateTests.cs | 0 .../CoseX509CertificatesTests.cs | 0 .../CoseX509HeadersTests.cs | 10 +- .../CoseX509ThumbprintTests.cs | 0 .../TestsForTheUnderlyingAPI.cs | 0 .../Usings.cs | 0 .../CoseHandler.cs | 0 .../CoseHandler.csproj | 0 .../CoseValidationError.cs | 0 .../Extensions/ObjectExtensions.cs | 0 .../ValidationFailureCode.cs | 0 .../ValidationResult.cs | 0 .../CoseSign1.Abstractions.csproj | 0 .../CoseSign1MessageValidator.cs | 0 .../CoseSign1ValidationResult.cs | 0 .../Exceptions/CoseSign1Exception.cs | 0 .../Interfaces/ICoseHeaderExtender.cs | 0 .../Interfaces/ICoseSigningKeyProvider.cs | 0 .../Usings.cs | 0 .../CertificateCoseSigningKeyProviderTests.cs | 0 .../CoseSign1.Certificates.Tests.csproj | 12 +- .../CoseSign1MessageValidatorTests.cs | 0 .../TestCertificateCoseSigningKeyProvider.cs | 0 .../TestX509Certificate2SigningKeyProvider.cs | 0 .../Usings.cs | 0 .../X509Certificate2MessageValidatorTests.cs | 0 ...X509Certificate2SigningKeyProviderTests.cs | 0 .../X509ChainBuilderTests.cs | 0 .../X509ChainTrustValidatorTests.cs | 0 .../X509CommonNameValidatorTests.cs | 0 .../CertificateCoseHeaderLabels.cs | 0 .../CertificateCoseSigningKeyProvider.cs | 0 .../CoseSign1.Certificates.csproj | 0 .../CoseX509Thumbprint.cs | 0 .../CoseSign1CertificateException.cs | 0 .../Exceptions/CoseValidationException.cs | 0 .../Exceptions/CoseX509FormatException.cs | 0 .../Extensions/CborReaderExtensions.cs | 0 .../Extensions/CborWriterExtensions.cs | 0 .../Extensions/CoseSign1MessageExtensions.cs | 0 .../ICertificateChainBuilderExtensions.cs | 0 .../X509Certificate2CollectionExtensions.cs | 0 .../Interfaces/ICertificateChainBuilder.cs | 0 .../X509Certificate2MessageValidator.cs | 0 .../Validators/X509ChainTrustValidator.cs | 0 .../Validators/X509CommonNameValidator.cs | 0 .../X509Certificate2CoseSigningKeyProvider.cs | 0 .../Local/X509ChainBuilder.cs | 0 .../Local/X509ChainSortOrder.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Usings.cs | 0 .../CoseSign1.Abstractions.nuspec | 4 +- .../CoseSign1.Certificates.nuspec | 4 +- .../CoseSign1.nuspec | 8 +- .../ContentTypeConstants.cs | 0 .../CoseSign1.Tests.Common.csproj | 0 .../FileSystemUtils.cs | 0 .../TestCertificateUtils.cs | 0 .../Usings.cs | 0 .../CoseSign1.Tests.csproj | 12 +- .../CoseSign1IntegrationTestsWithBuilder.cs | 0 .../CoseSign1IntegrationTestsWithFactory.cs | 0 .../CoseSign1MessageBuilderTests.cs | 0 ...MessageDetachedSignatureExtensionsTests.cs | 0 .../CoseSign1MessageFactoryTests.cs | 0 .../DetachedSignatureFactoryTests.cs | 0 .../StreamExtensionsTests.cs | 0 .../TestChainBuilder.cs | 0 .../TestHeaderExtender.cs | 0 .../Usings.cs | 0 .../CoseSign1 => CoseSign1}/CoseSign1.csproj | 0 .../CoseSign1MessageBuilder.cs | 0 .../CoseSign1MessageFactory.cs | 0 .../DetachedSignatureFactory.cs | 0 .../Exceptions/CoseSigningException.cs | 0 ...Sign1MessageDetachedSignatureExtensions.cs | 0 .../Extensions/StreamExtensions.cs | 0 .../Interfaces/Constants.cs | 0 .../Interfaces/ICoseSign1MessageFactory.cs | 0 .../CoseSign1 => CoseSign1}/Usings.cs | 0 .../CoseSignTool.sln => CoseSignTool.sln | 48 +- .../CoseCommandTests.cs | 0 .../CoseSignTool.tests.csproj | 16 +- .../GetCommandTests.cs | 0 .../MainTests.cs | 0 .../SignCommandTests.cs | 0 .../Usings.cs | 0 .../ValidateCommandTests.cs | 0 .../{CoseSignTool => }/CoseCommand.cs | 0 .../{CoseSignTool => }/CoseSignTool.cs | 0 .../{CoseSignTool => }/CoseSignTool.csproj | 0 .../CoseSignTool.tests/CoseTool.tests.csproj | 42 - .../CoseHandler.Tests.csproj | 41 - .../DropSbom-NoDependencies.spdx.json | 1 - .../DropSbom-PurlReferences.spdx.json | 111496 --------------- CoseSignTool/{CoseSignTool => }/ExitCode.cs | 0 CoseSignTool/{CoseSignTool => }/GetCommand.cs | 0 .../{CoseSignTool => }/Properties/.gitignore | 0 .../{CoseSignTool => }/SignCommand.cs | 0 CoseSignTool/{CoseSignTool => }/Usings.cs | 0 .../{CoseSignTool => }/ValidateCommand.cs | 0 CoseSignTool/asd | 0 CoseSignTool/readme.md | 3 - CoseSignTool/Nuget.config => Nuget.config | 0 README.md | 8 +- .../272MSSharedLibSN2048.snk | Bin Advanced.md => docs/Advanced.md | 0 CODE_OF_CONDUCT.md => docs/CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md => docs/CONTRIBUTING.md | 0 CoseHandler.md => docs/CoseHandler.md | 0 CoseSignTool.md => docs/CoseSignTool.md | 0 SECURITY.md => docs/SECURITY.md | 0 STYLE.md => docs/STYLE.md | 0 SUPPORT.md => docs/SUPPORT.md | 0 Troubleshooting.md => docs/Troubleshooting.md | 0 122 files changed, 117 insertions(+), 111632 deletions(-) rename CoseSignTool/.editorconfig => .editorconfig (100%) rename {CoseSignTool/CoseSignUnitTests => CoseHandler.Tests}/CertificateStoreHelperTests.cs (100%) rename {CoseSignTool/CoseSignUnitTests => CoseHandler.Tests}/CoseExtensionsTests.cs (100%) create mode 100644 CoseHandler.Tests/CoseHandler.Tests.csproj rename {CoseSignTool/CoseSignUnitTests => CoseHandler.Tests}/CoseParserSignWithKeyProviderTests.cs (100%) rename {CoseSignTool/CoseSignUnitTests => CoseHandler.Tests}/CoseSignValidateTests.cs (100%) rename {CoseSignTool/CoseSignUnitTests => CoseHandler.Tests}/CoseX509CertificatesTests.cs (100%) rename {CoseSignTool/CoseSignUnitTests => CoseHandler.Tests}/CoseX509HeadersTests.cs (91%) rename {CoseSignTool/CoseSignUnitTests => CoseHandler.Tests}/CoseX509ThumbprintTests.cs (100%) rename {CoseSignTool/CoseSignUnitTests => CoseHandler.Tests}/TestsForTheUnderlyingAPI.cs (100%) rename {CoseSignTool/CoseSignUnitTests => CoseHandler.Tests}/Usings.cs (100%) rename {CoseSignTool/CoseHandler => CoseHandler}/CoseHandler.cs (100%) rename {CoseSignTool/CoseHandler => CoseHandler}/CoseHandler.csproj (100%) rename {CoseSignTool/CoseHandler => CoseHandler}/CoseValidationError.cs (100%) rename {CoseSignTool/CoseHandler => CoseHandler}/Extensions/ObjectExtensions.cs (100%) rename {CoseSignTool/CoseHandler => CoseHandler}/ValidationFailureCode.cs (100%) rename {CoseSignTool/CoseHandler => CoseHandler}/ValidationResult.cs (100%) rename {CoseSignTool/CoseSign1.Abstractions => CoseSign1.Abstractions}/CoseSign1.Abstractions.csproj (100%) rename {CoseSignTool/CoseSign1.Abstractions => CoseSign1.Abstractions}/CoseSign1MessageValidator.cs (100%) rename {CoseSignTool/CoseSign1.Abstractions => CoseSign1.Abstractions}/CoseSign1ValidationResult.cs (100%) rename {CoseSignTool/CoseSign1.Abstractions => CoseSign1.Abstractions}/Exceptions/CoseSign1Exception.cs (100%) rename {CoseSignTool/CoseSign1.Abstractions => CoseSign1.Abstractions}/Interfaces/ICoseHeaderExtender.cs (100%) rename {CoseSignTool/CoseSign1.Abstractions => CoseSign1.Abstractions}/Interfaces/ICoseSigningKeyProvider.cs (100%) rename {CoseSignTool/CoseSign1.Abstractions => CoseSign1.Abstractions}/Usings.cs (100%) rename {CoseSignTool/CoseSign1.Certificates.Tests => CoseSign1.Certificates.Tests}/CertificateCoseSigningKeyProviderTests.cs (100%) rename {CoseSignTool/CoseSign1.Certificates.Tests => CoseSign1.Certificates.Tests}/CoseSign1.Certificates.Tests.csproj (79%) rename {CoseSignTool/CoseSign1.Certificates.Tests => CoseSign1.Certificates.Tests}/CoseSign1MessageValidatorTests.cs (100%) rename {CoseSignTool/CoseSign1.Certificates.Tests => CoseSign1.Certificates.Tests}/TestCertificateCoseSigningKeyProvider.cs (100%) rename {CoseSignTool/CoseSign1.Certificates.Tests => CoseSign1.Certificates.Tests}/TestX509Certificate2SigningKeyProvider.cs (100%) rename {CoseSignTool/CoseSign1.Certificates.Tests => CoseSign1.Certificates.Tests}/Usings.cs (100%) rename {CoseSignTool/CoseSign1.Certificates.Tests => CoseSign1.Certificates.Tests}/X509Certificate2MessageValidatorTests.cs (100%) rename {CoseSignTool/CoseSign1.Certificates.Tests => CoseSign1.Certificates.Tests}/X509Certificate2SigningKeyProviderTests.cs (100%) rename {CoseSignTool/CoseSign1.Certificates.Tests => CoseSign1.Certificates.Tests}/X509ChainBuilderTests.cs (100%) rename {CoseSignTool/CoseSign1.Certificates.Tests => CoseSign1.Certificates.Tests}/X509ChainTrustValidatorTests.cs (100%) rename {CoseSignTool/CoseSign1.Certificates.Tests => CoseSign1.Certificates.Tests}/X509CommonNameValidatorTests.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/CertificateCoseHeaderLabels.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/CertificateCoseSigningKeyProvider.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/CoseSign1.Certificates.csproj (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/CoseX509Thumbprint.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Exceptions/CoseSign1CertificateException.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Exceptions/CoseValidationException.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Exceptions/CoseX509FormatException.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Extensions/CborReaderExtensions.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Extensions/CborWriterExtensions.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Extensions/CoseSign1MessageExtensions.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Extensions/ICertificateChainBuilderExtensions.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Extensions/X509Certificate2CollectionExtensions.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Interfaces/ICertificateChainBuilder.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Local/Validators/X509Certificate2MessageValidator.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Local/Validators/X509ChainTrustValidator.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Local/Validators/X509CommonNameValidator.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Local/X509Certificate2CoseSigningKeyProvider.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Local/X509ChainBuilder.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Local/X509ChainSortOrder.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Properties/AssemblyInfo.cs (100%) rename {CoseSignTool/CoseSign1.Certificates => CoseSign1.Certificates}/Usings.cs (100%) rename {CoseSignTool/CoseSign1.Nuspec => CoseSign1.Nuspec}/CoseSign1.Abstractions.nuspec (90%) rename {CoseSignTool/CoseSign1.Nuspec => CoseSign1.Nuspec}/CoseSign1.Certificates.nuspec (91%) rename {CoseSignTool/CoseSign1.Nuspec => CoseSign1.Nuspec}/CoseSign1.nuspec (61%) rename {CoseSignTool/CoseSign1.Tests.Common => CoseSign1.Tests.Common}/ContentTypeConstants.cs (100%) rename {CoseSignTool/CoseSign1.Tests.Common => CoseSign1.Tests.Common}/CoseSign1.Tests.Common.csproj (100%) rename {CoseSignTool/CoseSign1.Tests.Common => CoseSign1.Tests.Common}/FileSystemUtils.cs (100%) rename {CoseSignTool/CoseSign1.Tests.Common => CoseSign1.Tests.Common}/TestCertificateUtils.cs (100%) rename {CoseSignTool/CoseSign1.Tests.Common => CoseSign1.Tests.Common}/Usings.cs (100%) rename {CoseSignTool/CoseSign1.Tests => CoseSign1.Tests}/CoseSign1.Tests.csproj (75%) rename {CoseSignTool/CoseSign1.Tests => CoseSign1.Tests}/CoseSign1IntegrationTestsWithBuilder.cs (100%) rename {CoseSignTool/CoseSign1.Tests => CoseSign1.Tests}/CoseSign1IntegrationTestsWithFactory.cs (100%) rename {CoseSignTool/CoseSign1.Tests => CoseSign1.Tests}/CoseSign1MessageBuilderTests.cs (100%) rename {CoseSignTool/CoseSign1.Tests => CoseSign1.Tests}/CoseSign1MessageDetachedSignatureExtensionsTests.cs (100%) rename {CoseSignTool/CoseSign1.Tests => CoseSign1.Tests}/CoseSign1MessageFactoryTests.cs (100%) rename {CoseSignTool/CoseSign1.Tests => CoseSign1.Tests}/DetachedSignatureFactoryTests.cs (100%) rename {CoseSignTool/CoseSign1.Tests => CoseSign1.Tests}/StreamExtensionsTests.cs (100%) rename {CoseSignTool/CoseSign1.Tests => CoseSign1.Tests}/TestChainBuilder.cs (100%) rename {CoseSignTool/CoseSign1.Tests => CoseSign1.Tests}/TestHeaderExtender.cs (100%) rename {CoseSignTool/CoseSign1.Tests => CoseSign1.Tests}/Usings.cs (100%) rename {CoseSignTool/CoseSign1 => CoseSign1}/CoseSign1.csproj (100%) rename {CoseSignTool/CoseSign1 => CoseSign1}/CoseSign1MessageBuilder.cs (100%) rename {CoseSignTool/CoseSign1 => CoseSign1}/CoseSign1MessageFactory.cs (100%) rename {CoseSignTool/CoseSign1 => CoseSign1}/DetachedSignatureFactory.cs (100%) rename {CoseSignTool/CoseSign1 => CoseSign1}/Exceptions/CoseSigningException.cs (100%) rename {CoseSignTool/CoseSign1 => CoseSign1}/Extensions/CoseSign1MessageDetachedSignatureExtensions.cs (100%) rename {CoseSignTool/CoseSign1 => CoseSign1}/Extensions/StreamExtensions.cs (100%) rename {CoseSignTool/CoseSign1 => CoseSign1}/Interfaces/Constants.cs (100%) rename {CoseSignTool/CoseSign1 => CoseSign1}/Interfaces/ICoseSign1MessageFactory.cs (100%) rename {CoseSignTool/CoseSign1 => CoseSign1}/Usings.cs (100%) rename CoseSignTool/CoseSignTool.sln => CoseSignTool.sln (82%) rename {CoseSignTool/CoseSignTool.tests => CoseSignTool.tests}/CoseCommandTests.cs (100%) rename {CoseSignTool/CoseSignTool.tests => CoseSignTool.tests}/CoseSignTool.tests.csproj (71%) rename {CoseSignTool/CoseSignTool.tests => CoseSignTool.tests}/GetCommandTests.cs (100%) rename {CoseSignTool/CoseSignTool.tests => CoseSignTool.tests}/MainTests.cs (100%) rename {CoseSignTool/CoseSignTool.tests => CoseSignTool.tests}/SignCommandTests.cs (100%) rename {CoseSignTool/CoseSignTool.tests => CoseSignTool.tests}/Usings.cs (100%) rename {CoseSignTool/CoseSignTool.tests => CoseSignTool.tests}/ValidateCommandTests.cs (100%) rename CoseSignTool/{CoseSignTool => }/CoseCommand.cs (100%) rename CoseSignTool/{CoseSignTool => }/CoseSignTool.cs (100%) rename CoseSignTool/{CoseSignTool => }/CoseSignTool.csproj (100%) delete mode 100644 CoseSignTool/CoseSignTool.tests/CoseTool.tests.csproj delete mode 100644 CoseSignTool/CoseSignUnitTests/CoseHandler.Tests.csproj delete mode 100644 CoseSignTool/CoseSignUnitTests/TestData/DropSbom-NoDependencies.spdx.json delete mode 100644 CoseSignTool/CoseSignUnitTests/TestData/DropSbom-PurlReferences.spdx.json rename CoseSignTool/{CoseSignTool => }/ExitCode.cs (100%) rename CoseSignTool/{CoseSignTool => }/GetCommand.cs (100%) rename CoseSignTool/{CoseSignTool => }/Properties/.gitignore (100%) rename CoseSignTool/{CoseSignTool => }/SignCommand.cs (100%) rename CoseSignTool/{CoseSignTool => }/Usings.cs (100%) rename CoseSignTool/{CoseSignTool => }/ValidateCommand.cs (100%) delete mode 100644 CoseSignTool/asd delete mode 100644 CoseSignTool/readme.md rename CoseSignTool/Nuget.config => Nuget.config (100%) rename {CoseSignTool/StrongNameKeys => StrongNameKeys}/272MSSharedLibSN2048.snk (100%) rename Advanced.md => docs/Advanced.md (100%) rename CODE_OF_CONDUCT.md => docs/CODE_OF_CONDUCT.md (100%) rename CONTRIBUTING.md => docs/CONTRIBUTING.md (100%) rename CoseHandler.md => docs/CoseHandler.md (100%) rename CoseSignTool.md => docs/CoseSignTool.md (100%) rename SECURITY.md => docs/SECURITY.md (100%) rename STYLE.md => docs/STYLE.md (100%) rename SUPPORT.md => docs/SUPPORT.md (100%) rename Troubleshooting.md => docs/Troubleshooting.md (100%) diff --git a/CoseSignTool/.editorconfig b/.editorconfig similarity index 100% rename from CoseSignTool/.editorconfig rename to .editorconfig diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d6879075..f57bdb54 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,7 +44,7 @@ jobs: # Use the Dotnet Build command to load dependencies and build the code. - name: Build debug - run: dotnet build --verbosity normal CoseSignTool/CoseSignTool.sln + run: dotnet build --verbosity normal CoseSignTool.sln # Do the analysis - name: Perform CodeQL Analysis diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index cc512fab..6586909a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -99,7 +99,7 @@ jobs: # Use the Dotnet Test command to load dependencies, build, and test the code. - name: Build and Test debug - run: dotnet test --verbosity normal CoseSignTool/CoseSignTool.sln + run: dotnet test --verbosity normal CoseSignTool.sln # List the contents of the working directory to make sure all the artifacts are there. - name: List working directory @@ -207,8 +207,8 @@ jobs: # Note: We have to use the solution files to get the right output paths, due to the mix of .NET 7 and .NET Standard projects. - name: Publish outputs run: | - dotnet publish --configuration Debug --output published/debug CoseSignTool/CoseSignTool.sln - dotnet publish --configuration Release --output published/release CoseSignTool/CoseSignTool.sln + dotnet publish --configuration Debug --output published/debug CoseSignTool.sln + dotnet publish --configuration Release --output published/release CoseSignTool.sln # Create zip files for release. - name: Create zip files for the release diff --git a/CoseSignTool/CoseSignUnitTests/CertificateStoreHelperTests.cs b/CoseHandler.Tests/CertificateStoreHelperTests.cs similarity index 100% rename from CoseSignTool/CoseSignUnitTests/CertificateStoreHelperTests.cs rename to CoseHandler.Tests/CertificateStoreHelperTests.cs diff --git a/CoseSignTool/CoseSignUnitTests/CoseExtensionsTests.cs b/CoseHandler.Tests/CoseExtensionsTests.cs similarity index 100% rename from CoseSignTool/CoseSignUnitTests/CoseExtensionsTests.cs rename to CoseHandler.Tests/CoseExtensionsTests.cs diff --git a/CoseHandler.Tests/CoseHandler.Tests.csproj b/CoseHandler.Tests/CoseHandler.Tests.csproj new file mode 100644 index 00000000..37fa24f7 --- /dev/null +++ b/CoseHandler.Tests/CoseHandler.Tests.csproj @@ -0,0 +1,36 @@ + + + + net7.0 + enable + enable + latest + false + false + true + True + True + enable + ..\StrongNameKeys\272MSSharedLibSN2048.snk + + + + + + + + + + + + + + + + + + + + + + diff --git a/CoseSignTool/CoseSignUnitTests/CoseParserSignWithKeyProviderTests.cs b/CoseHandler.Tests/CoseParserSignWithKeyProviderTests.cs similarity index 100% rename from CoseSignTool/CoseSignUnitTests/CoseParserSignWithKeyProviderTests.cs rename to CoseHandler.Tests/CoseParserSignWithKeyProviderTests.cs diff --git a/CoseSignTool/CoseSignUnitTests/CoseSignValidateTests.cs b/CoseHandler.Tests/CoseSignValidateTests.cs similarity index 100% rename from CoseSignTool/CoseSignUnitTests/CoseSignValidateTests.cs rename to CoseHandler.Tests/CoseSignValidateTests.cs diff --git a/CoseSignTool/CoseSignUnitTests/CoseX509CertificatesTests.cs b/CoseHandler.Tests/CoseX509CertificatesTests.cs similarity index 100% rename from CoseSignTool/CoseSignUnitTests/CoseX509CertificatesTests.cs rename to CoseHandler.Tests/CoseX509CertificatesTests.cs diff --git a/CoseSignTool/CoseSignUnitTests/CoseX509HeadersTests.cs b/CoseHandler.Tests/CoseX509HeadersTests.cs similarity index 91% rename from CoseSignTool/CoseSignUnitTests/CoseX509HeadersTests.cs rename to CoseHandler.Tests/CoseX509HeadersTests.cs index 9a61c3ba..f2b5ede2 100644 --- a/CoseSignTool/CoseSignUnitTests/CoseX509HeadersTests.cs +++ b/CoseHandler.Tests/CoseX509HeadersTests.cs @@ -123,8 +123,7 @@ public void CoseX509Thumbprint_EmptyEnvelope() { CborWriter writer = new(CborConformanceMode.Strict); writer.WriteByteString(Array.Empty()); - - var thumbprint = CoseX509Thumprint.Deserialize(new CborReader(writer.Encode())); + _ = CoseX509Thumprint.Deserialize(new CborReader(writer.Encode())); } [TestMethod] @@ -135,8 +134,7 @@ public void CoseX509Thumbprint_ArrayWrongSize() writer.WriteStartArray(1); writer.WriteInt32(42); writer.WriteEndArray(); - - var thumbprint = CoseX509Thumprint.Deserialize(new CborReader(writer.Encode())); + _ = CoseX509Thumprint.Deserialize(new CborReader(writer.Encode())); } [TestMethod] @@ -149,7 +147,7 @@ public void CoseX509Thumbprint_ArrayFirstElementWrongType() writer.WriteByteString(Array.Empty()); writer.WriteEndArray(); - var thumbprint = CoseX509Thumprint.Deserialize(new CborReader(writer.Encode())); + _ = CoseX509Thumprint.Deserialize(new CborReader(writer.Encode())); } @@ -163,6 +161,6 @@ public void CoseX509Thumbprint_ArraySecondElementWrongType() writer.WriteInt32(42); writer.WriteEndArray(); - var thumbprint = CoseX509Thumprint.Deserialize(new CborReader(writer.Encode())); + _ = CoseX509Thumprint.Deserialize(new CborReader(writer.Encode())); } } diff --git a/CoseSignTool/CoseSignUnitTests/CoseX509ThumbprintTests.cs b/CoseHandler.Tests/CoseX509ThumbprintTests.cs similarity index 100% rename from CoseSignTool/CoseSignUnitTests/CoseX509ThumbprintTests.cs rename to CoseHandler.Tests/CoseX509ThumbprintTests.cs diff --git a/CoseSignTool/CoseSignUnitTests/TestsForTheUnderlyingAPI.cs b/CoseHandler.Tests/TestsForTheUnderlyingAPI.cs similarity index 100% rename from CoseSignTool/CoseSignUnitTests/TestsForTheUnderlyingAPI.cs rename to CoseHandler.Tests/TestsForTheUnderlyingAPI.cs diff --git a/CoseSignTool/CoseSignUnitTests/Usings.cs b/CoseHandler.Tests/Usings.cs similarity index 100% rename from CoseSignTool/CoseSignUnitTests/Usings.cs rename to CoseHandler.Tests/Usings.cs diff --git a/CoseSignTool/CoseHandler/CoseHandler.cs b/CoseHandler/CoseHandler.cs similarity index 100% rename from CoseSignTool/CoseHandler/CoseHandler.cs rename to CoseHandler/CoseHandler.cs diff --git a/CoseSignTool/CoseHandler/CoseHandler.csproj b/CoseHandler/CoseHandler.csproj similarity index 100% rename from CoseSignTool/CoseHandler/CoseHandler.csproj rename to CoseHandler/CoseHandler.csproj diff --git a/CoseSignTool/CoseHandler/CoseValidationError.cs b/CoseHandler/CoseValidationError.cs similarity index 100% rename from CoseSignTool/CoseHandler/CoseValidationError.cs rename to CoseHandler/CoseValidationError.cs diff --git a/CoseSignTool/CoseHandler/Extensions/ObjectExtensions.cs b/CoseHandler/Extensions/ObjectExtensions.cs similarity index 100% rename from CoseSignTool/CoseHandler/Extensions/ObjectExtensions.cs rename to CoseHandler/Extensions/ObjectExtensions.cs diff --git a/CoseSignTool/CoseHandler/ValidationFailureCode.cs b/CoseHandler/ValidationFailureCode.cs similarity index 100% rename from CoseSignTool/CoseHandler/ValidationFailureCode.cs rename to CoseHandler/ValidationFailureCode.cs diff --git a/CoseSignTool/CoseHandler/ValidationResult.cs b/CoseHandler/ValidationResult.cs similarity index 100% rename from CoseSignTool/CoseHandler/ValidationResult.cs rename to CoseHandler/ValidationResult.cs diff --git a/CoseSignTool/CoseSign1.Abstractions/CoseSign1.Abstractions.csproj b/CoseSign1.Abstractions/CoseSign1.Abstractions.csproj similarity index 100% rename from CoseSignTool/CoseSign1.Abstractions/CoseSign1.Abstractions.csproj rename to CoseSign1.Abstractions/CoseSign1.Abstractions.csproj diff --git a/CoseSignTool/CoseSign1.Abstractions/CoseSign1MessageValidator.cs b/CoseSign1.Abstractions/CoseSign1MessageValidator.cs similarity index 100% rename from CoseSignTool/CoseSign1.Abstractions/CoseSign1MessageValidator.cs rename to CoseSign1.Abstractions/CoseSign1MessageValidator.cs diff --git a/CoseSignTool/CoseSign1.Abstractions/CoseSign1ValidationResult.cs b/CoseSign1.Abstractions/CoseSign1ValidationResult.cs similarity index 100% rename from CoseSignTool/CoseSign1.Abstractions/CoseSign1ValidationResult.cs rename to CoseSign1.Abstractions/CoseSign1ValidationResult.cs diff --git a/CoseSignTool/CoseSign1.Abstractions/Exceptions/CoseSign1Exception.cs b/CoseSign1.Abstractions/Exceptions/CoseSign1Exception.cs similarity index 100% rename from CoseSignTool/CoseSign1.Abstractions/Exceptions/CoseSign1Exception.cs rename to CoseSign1.Abstractions/Exceptions/CoseSign1Exception.cs diff --git a/CoseSignTool/CoseSign1.Abstractions/Interfaces/ICoseHeaderExtender.cs b/CoseSign1.Abstractions/Interfaces/ICoseHeaderExtender.cs similarity index 100% rename from CoseSignTool/CoseSign1.Abstractions/Interfaces/ICoseHeaderExtender.cs rename to CoseSign1.Abstractions/Interfaces/ICoseHeaderExtender.cs diff --git a/CoseSignTool/CoseSign1.Abstractions/Interfaces/ICoseSigningKeyProvider.cs b/CoseSign1.Abstractions/Interfaces/ICoseSigningKeyProvider.cs similarity index 100% rename from CoseSignTool/CoseSign1.Abstractions/Interfaces/ICoseSigningKeyProvider.cs rename to CoseSign1.Abstractions/Interfaces/ICoseSigningKeyProvider.cs diff --git a/CoseSignTool/CoseSign1.Abstractions/Usings.cs b/CoseSign1.Abstractions/Usings.cs similarity index 100% rename from CoseSignTool/CoseSign1.Abstractions/Usings.cs rename to CoseSign1.Abstractions/Usings.cs diff --git a/CoseSignTool/CoseSign1.Certificates.Tests/CertificateCoseSigningKeyProviderTests.cs b/CoseSign1.Certificates.Tests/CertificateCoseSigningKeyProviderTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates.Tests/CertificateCoseSigningKeyProviderTests.cs rename to CoseSign1.Certificates.Tests/CertificateCoseSigningKeyProviderTests.cs diff --git a/CoseSignTool/CoseSign1.Certificates.Tests/CoseSign1.Certificates.Tests.csproj b/CoseSign1.Certificates.Tests/CoseSign1.Certificates.Tests.csproj similarity index 79% rename from CoseSignTool/CoseSign1.Certificates.Tests/CoseSign1.Certificates.Tests.csproj rename to CoseSign1.Certificates.Tests/CoseSign1.Certificates.Tests.csproj index 91c3e7ed..e614c01f 100644 --- a/CoseSignTool/CoseSign1.Certificates.Tests/CoseSign1.Certificates.Tests.csproj +++ b/CoseSign1.Certificates.Tests/CoseSign1.Certificates.Tests.csproj @@ -17,13 +17,17 @@ - - + + + - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/CoseSignTool/CoseSign1.Certificates.Tests/CoseSign1MessageValidatorTests.cs b/CoseSign1.Certificates.Tests/CoseSign1MessageValidatorTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates.Tests/CoseSign1MessageValidatorTests.cs rename to CoseSign1.Certificates.Tests/CoseSign1MessageValidatorTests.cs diff --git a/CoseSignTool/CoseSign1.Certificates.Tests/TestCertificateCoseSigningKeyProvider.cs b/CoseSign1.Certificates.Tests/TestCertificateCoseSigningKeyProvider.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates.Tests/TestCertificateCoseSigningKeyProvider.cs rename to CoseSign1.Certificates.Tests/TestCertificateCoseSigningKeyProvider.cs diff --git a/CoseSignTool/CoseSign1.Certificates.Tests/TestX509Certificate2SigningKeyProvider.cs b/CoseSign1.Certificates.Tests/TestX509Certificate2SigningKeyProvider.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates.Tests/TestX509Certificate2SigningKeyProvider.cs rename to CoseSign1.Certificates.Tests/TestX509Certificate2SigningKeyProvider.cs diff --git a/CoseSignTool/CoseSign1.Certificates.Tests/Usings.cs b/CoseSign1.Certificates.Tests/Usings.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates.Tests/Usings.cs rename to CoseSign1.Certificates.Tests/Usings.cs diff --git a/CoseSignTool/CoseSign1.Certificates.Tests/X509Certificate2MessageValidatorTests.cs b/CoseSign1.Certificates.Tests/X509Certificate2MessageValidatorTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates.Tests/X509Certificate2MessageValidatorTests.cs rename to CoseSign1.Certificates.Tests/X509Certificate2MessageValidatorTests.cs diff --git a/CoseSignTool/CoseSign1.Certificates.Tests/X509Certificate2SigningKeyProviderTests.cs b/CoseSign1.Certificates.Tests/X509Certificate2SigningKeyProviderTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates.Tests/X509Certificate2SigningKeyProviderTests.cs rename to CoseSign1.Certificates.Tests/X509Certificate2SigningKeyProviderTests.cs diff --git a/CoseSignTool/CoseSign1.Certificates.Tests/X509ChainBuilderTests.cs b/CoseSign1.Certificates.Tests/X509ChainBuilderTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates.Tests/X509ChainBuilderTests.cs rename to CoseSign1.Certificates.Tests/X509ChainBuilderTests.cs diff --git a/CoseSignTool/CoseSign1.Certificates.Tests/X509ChainTrustValidatorTests.cs b/CoseSign1.Certificates.Tests/X509ChainTrustValidatorTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates.Tests/X509ChainTrustValidatorTests.cs rename to CoseSign1.Certificates.Tests/X509ChainTrustValidatorTests.cs diff --git a/CoseSignTool/CoseSign1.Certificates.Tests/X509CommonNameValidatorTests.cs b/CoseSign1.Certificates.Tests/X509CommonNameValidatorTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates.Tests/X509CommonNameValidatorTests.cs rename to CoseSign1.Certificates.Tests/X509CommonNameValidatorTests.cs diff --git a/CoseSignTool/CoseSign1.Certificates/CertificateCoseHeaderLabels.cs b/CoseSign1.Certificates/CertificateCoseHeaderLabels.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/CertificateCoseHeaderLabels.cs rename to CoseSign1.Certificates/CertificateCoseHeaderLabels.cs diff --git a/CoseSignTool/CoseSign1.Certificates/CertificateCoseSigningKeyProvider.cs b/CoseSign1.Certificates/CertificateCoseSigningKeyProvider.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/CertificateCoseSigningKeyProvider.cs rename to CoseSign1.Certificates/CertificateCoseSigningKeyProvider.cs diff --git a/CoseSignTool/CoseSign1.Certificates/CoseSign1.Certificates.csproj b/CoseSign1.Certificates/CoseSign1.Certificates.csproj similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/CoseSign1.Certificates.csproj rename to CoseSign1.Certificates/CoseSign1.Certificates.csproj diff --git a/CoseSignTool/CoseSign1.Certificates/CoseX509Thumbprint.cs b/CoseSign1.Certificates/CoseX509Thumbprint.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/CoseX509Thumbprint.cs rename to CoseSign1.Certificates/CoseX509Thumbprint.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Exceptions/CoseSign1CertificateException.cs b/CoseSign1.Certificates/Exceptions/CoseSign1CertificateException.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Exceptions/CoseSign1CertificateException.cs rename to CoseSign1.Certificates/Exceptions/CoseSign1CertificateException.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Exceptions/CoseValidationException.cs b/CoseSign1.Certificates/Exceptions/CoseValidationException.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Exceptions/CoseValidationException.cs rename to CoseSign1.Certificates/Exceptions/CoseValidationException.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Exceptions/CoseX509FormatException.cs b/CoseSign1.Certificates/Exceptions/CoseX509FormatException.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Exceptions/CoseX509FormatException.cs rename to CoseSign1.Certificates/Exceptions/CoseX509FormatException.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Extensions/CborReaderExtensions.cs b/CoseSign1.Certificates/Extensions/CborReaderExtensions.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Extensions/CborReaderExtensions.cs rename to CoseSign1.Certificates/Extensions/CborReaderExtensions.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Extensions/CborWriterExtensions.cs b/CoseSign1.Certificates/Extensions/CborWriterExtensions.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Extensions/CborWriterExtensions.cs rename to CoseSign1.Certificates/Extensions/CborWriterExtensions.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Extensions/CoseSign1MessageExtensions.cs b/CoseSign1.Certificates/Extensions/CoseSign1MessageExtensions.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Extensions/CoseSign1MessageExtensions.cs rename to CoseSign1.Certificates/Extensions/CoseSign1MessageExtensions.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Extensions/ICertificateChainBuilderExtensions.cs b/CoseSign1.Certificates/Extensions/ICertificateChainBuilderExtensions.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Extensions/ICertificateChainBuilderExtensions.cs rename to CoseSign1.Certificates/Extensions/ICertificateChainBuilderExtensions.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Extensions/X509Certificate2CollectionExtensions.cs b/CoseSign1.Certificates/Extensions/X509Certificate2CollectionExtensions.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Extensions/X509Certificate2CollectionExtensions.cs rename to CoseSign1.Certificates/Extensions/X509Certificate2CollectionExtensions.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Interfaces/ICertificateChainBuilder.cs b/CoseSign1.Certificates/Interfaces/ICertificateChainBuilder.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Interfaces/ICertificateChainBuilder.cs rename to CoseSign1.Certificates/Interfaces/ICertificateChainBuilder.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Local/Validators/X509Certificate2MessageValidator.cs b/CoseSign1.Certificates/Local/Validators/X509Certificate2MessageValidator.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Local/Validators/X509Certificate2MessageValidator.cs rename to CoseSign1.Certificates/Local/Validators/X509Certificate2MessageValidator.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Local/Validators/X509ChainTrustValidator.cs b/CoseSign1.Certificates/Local/Validators/X509ChainTrustValidator.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Local/Validators/X509ChainTrustValidator.cs rename to CoseSign1.Certificates/Local/Validators/X509ChainTrustValidator.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Local/Validators/X509CommonNameValidator.cs b/CoseSign1.Certificates/Local/Validators/X509CommonNameValidator.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Local/Validators/X509CommonNameValidator.cs rename to CoseSign1.Certificates/Local/Validators/X509CommonNameValidator.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Local/X509Certificate2CoseSigningKeyProvider.cs b/CoseSign1.Certificates/Local/X509Certificate2CoseSigningKeyProvider.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Local/X509Certificate2CoseSigningKeyProvider.cs rename to CoseSign1.Certificates/Local/X509Certificate2CoseSigningKeyProvider.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Local/X509ChainBuilder.cs b/CoseSign1.Certificates/Local/X509ChainBuilder.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Local/X509ChainBuilder.cs rename to CoseSign1.Certificates/Local/X509ChainBuilder.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Local/X509ChainSortOrder.cs b/CoseSign1.Certificates/Local/X509ChainSortOrder.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Local/X509ChainSortOrder.cs rename to CoseSign1.Certificates/Local/X509ChainSortOrder.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Properties/AssemblyInfo.cs b/CoseSign1.Certificates/Properties/AssemblyInfo.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Properties/AssemblyInfo.cs rename to CoseSign1.Certificates/Properties/AssemblyInfo.cs diff --git a/CoseSignTool/CoseSign1.Certificates/Usings.cs b/CoseSign1.Certificates/Usings.cs similarity index 100% rename from CoseSignTool/CoseSign1.Certificates/Usings.cs rename to CoseSign1.Certificates/Usings.cs diff --git a/CoseSignTool/CoseSign1.Nuspec/CoseSign1.Abstractions.nuspec b/CoseSign1.Nuspec/CoseSign1.Abstractions.nuspec similarity index 90% rename from CoseSignTool/CoseSign1.Nuspec/CoseSign1.Abstractions.nuspec rename to CoseSign1.Nuspec/CoseSign1.Abstractions.nuspec index d7c233eb..1d4ee38e 100644 --- a/CoseSignTool/CoseSign1.Nuspec/CoseSign1.Abstractions.nuspec +++ b/CoseSign1.Nuspec/CoseSign1.Abstractions.nuspec @@ -17,8 +17,8 @@ Abstractions required to extend or enhance Create CoseSign1 functionality. - - + + diff --git a/CoseSignTool/CoseSign1.Nuspec/CoseSign1.Certificates.nuspec b/CoseSign1.Nuspec/CoseSign1.Certificates.nuspec similarity index 91% rename from CoseSignTool/CoseSign1.Nuspec/CoseSign1.Certificates.nuspec rename to CoseSign1.Nuspec/CoseSign1.Certificates.nuspec index 13cac29c..daff37cd 100644 --- a/CoseSignTool/CoseSign1.Nuspec/CoseSign1.Certificates.nuspec +++ b/CoseSign1.Nuspec/CoseSign1.Certificates.nuspec @@ -18,8 +18,8 @@ Abstractions and classes required to extend or enhance Microsoft.CoseSign1.Abstr - - + + diff --git a/CoseSignTool/CoseSign1.Nuspec/CoseSign1.nuspec b/CoseSign1.Nuspec/CoseSign1.nuspec similarity index 61% rename from CoseSignTool/CoseSign1.Nuspec/CoseSign1.nuspec rename to CoseSign1.Nuspec/CoseSign1.nuspec index 2da6ef69..807330e6 100644 --- a/CoseSignTool/CoseSign1.Nuspec/CoseSign1.nuspec +++ b/CoseSign1.Nuspec/CoseSign1.nuspec @@ -17,9 +17,9 @@ Factory Implementations required to Create CoseSign1 Message. - - - - + + + + diff --git a/CoseSignTool/CoseSign1.Tests.Common/ContentTypeConstants.cs b/CoseSign1.Tests.Common/ContentTypeConstants.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests.Common/ContentTypeConstants.cs rename to CoseSign1.Tests.Common/ContentTypeConstants.cs diff --git a/CoseSignTool/CoseSign1.Tests.Common/CoseSign1.Tests.Common.csproj b/CoseSign1.Tests.Common/CoseSign1.Tests.Common.csproj similarity index 100% rename from CoseSignTool/CoseSign1.Tests.Common/CoseSign1.Tests.Common.csproj rename to CoseSign1.Tests.Common/CoseSign1.Tests.Common.csproj diff --git a/CoseSignTool/CoseSign1.Tests.Common/FileSystemUtils.cs b/CoseSign1.Tests.Common/FileSystemUtils.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests.Common/FileSystemUtils.cs rename to CoseSign1.Tests.Common/FileSystemUtils.cs diff --git a/CoseSignTool/CoseSign1.Tests.Common/TestCertificateUtils.cs b/CoseSign1.Tests.Common/TestCertificateUtils.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests.Common/TestCertificateUtils.cs rename to CoseSign1.Tests.Common/TestCertificateUtils.cs diff --git a/CoseSignTool/CoseSign1.Tests.Common/Usings.cs b/CoseSign1.Tests.Common/Usings.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests.Common/Usings.cs rename to CoseSign1.Tests.Common/Usings.cs diff --git a/CoseSignTool/CoseSign1.Tests/CoseSign1.Tests.csproj b/CoseSign1.Tests/CoseSign1.Tests.csproj similarity index 75% rename from CoseSignTool/CoseSign1.Tests/CoseSign1.Tests.csproj rename to CoseSign1.Tests/CoseSign1.Tests.csproj index a56b4b99..0360922f 100644 --- a/CoseSignTool/CoseSign1.Tests/CoseSign1.Tests.csproj +++ b/CoseSign1.Tests/CoseSign1.Tests.csproj @@ -17,13 +17,17 @@ - - - + + + + - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/CoseSignTool/CoseSign1.Tests/CoseSign1IntegrationTestsWithBuilder.cs b/CoseSign1.Tests/CoseSign1IntegrationTestsWithBuilder.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests/CoseSign1IntegrationTestsWithBuilder.cs rename to CoseSign1.Tests/CoseSign1IntegrationTestsWithBuilder.cs diff --git a/CoseSignTool/CoseSign1.Tests/CoseSign1IntegrationTestsWithFactory.cs b/CoseSign1.Tests/CoseSign1IntegrationTestsWithFactory.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests/CoseSign1IntegrationTestsWithFactory.cs rename to CoseSign1.Tests/CoseSign1IntegrationTestsWithFactory.cs diff --git a/CoseSignTool/CoseSign1.Tests/CoseSign1MessageBuilderTests.cs b/CoseSign1.Tests/CoseSign1MessageBuilderTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests/CoseSign1MessageBuilderTests.cs rename to CoseSign1.Tests/CoseSign1MessageBuilderTests.cs diff --git a/CoseSignTool/CoseSign1.Tests/CoseSign1MessageDetachedSignatureExtensionsTests.cs b/CoseSign1.Tests/CoseSign1MessageDetachedSignatureExtensionsTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests/CoseSign1MessageDetachedSignatureExtensionsTests.cs rename to CoseSign1.Tests/CoseSign1MessageDetachedSignatureExtensionsTests.cs diff --git a/CoseSignTool/CoseSign1.Tests/CoseSign1MessageFactoryTests.cs b/CoseSign1.Tests/CoseSign1MessageFactoryTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests/CoseSign1MessageFactoryTests.cs rename to CoseSign1.Tests/CoseSign1MessageFactoryTests.cs diff --git a/CoseSignTool/CoseSign1.Tests/DetachedSignatureFactoryTests.cs b/CoseSign1.Tests/DetachedSignatureFactoryTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests/DetachedSignatureFactoryTests.cs rename to CoseSign1.Tests/DetachedSignatureFactoryTests.cs diff --git a/CoseSignTool/CoseSign1.Tests/StreamExtensionsTests.cs b/CoseSign1.Tests/StreamExtensionsTests.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests/StreamExtensionsTests.cs rename to CoseSign1.Tests/StreamExtensionsTests.cs diff --git a/CoseSignTool/CoseSign1.Tests/TestChainBuilder.cs b/CoseSign1.Tests/TestChainBuilder.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests/TestChainBuilder.cs rename to CoseSign1.Tests/TestChainBuilder.cs diff --git a/CoseSignTool/CoseSign1.Tests/TestHeaderExtender.cs b/CoseSign1.Tests/TestHeaderExtender.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests/TestHeaderExtender.cs rename to CoseSign1.Tests/TestHeaderExtender.cs diff --git a/CoseSignTool/CoseSign1.Tests/Usings.cs b/CoseSign1.Tests/Usings.cs similarity index 100% rename from CoseSignTool/CoseSign1.Tests/Usings.cs rename to CoseSign1.Tests/Usings.cs diff --git a/CoseSignTool/CoseSign1/CoseSign1.csproj b/CoseSign1/CoseSign1.csproj similarity index 100% rename from CoseSignTool/CoseSign1/CoseSign1.csproj rename to CoseSign1/CoseSign1.csproj diff --git a/CoseSignTool/CoseSign1/CoseSign1MessageBuilder.cs b/CoseSign1/CoseSign1MessageBuilder.cs similarity index 100% rename from CoseSignTool/CoseSign1/CoseSign1MessageBuilder.cs rename to CoseSign1/CoseSign1MessageBuilder.cs diff --git a/CoseSignTool/CoseSign1/CoseSign1MessageFactory.cs b/CoseSign1/CoseSign1MessageFactory.cs similarity index 100% rename from CoseSignTool/CoseSign1/CoseSign1MessageFactory.cs rename to CoseSign1/CoseSign1MessageFactory.cs diff --git a/CoseSignTool/CoseSign1/DetachedSignatureFactory.cs b/CoseSign1/DetachedSignatureFactory.cs similarity index 100% rename from CoseSignTool/CoseSign1/DetachedSignatureFactory.cs rename to CoseSign1/DetachedSignatureFactory.cs diff --git a/CoseSignTool/CoseSign1/Exceptions/CoseSigningException.cs b/CoseSign1/Exceptions/CoseSigningException.cs similarity index 100% rename from CoseSignTool/CoseSign1/Exceptions/CoseSigningException.cs rename to CoseSign1/Exceptions/CoseSigningException.cs diff --git a/CoseSignTool/CoseSign1/Extensions/CoseSign1MessageDetachedSignatureExtensions.cs b/CoseSign1/Extensions/CoseSign1MessageDetachedSignatureExtensions.cs similarity index 100% rename from CoseSignTool/CoseSign1/Extensions/CoseSign1MessageDetachedSignatureExtensions.cs rename to CoseSign1/Extensions/CoseSign1MessageDetachedSignatureExtensions.cs diff --git a/CoseSignTool/CoseSign1/Extensions/StreamExtensions.cs b/CoseSign1/Extensions/StreamExtensions.cs similarity index 100% rename from CoseSignTool/CoseSign1/Extensions/StreamExtensions.cs rename to CoseSign1/Extensions/StreamExtensions.cs diff --git a/CoseSignTool/CoseSign1/Interfaces/Constants.cs b/CoseSign1/Interfaces/Constants.cs similarity index 100% rename from CoseSignTool/CoseSign1/Interfaces/Constants.cs rename to CoseSign1/Interfaces/Constants.cs diff --git a/CoseSignTool/CoseSign1/Interfaces/ICoseSign1MessageFactory.cs b/CoseSign1/Interfaces/ICoseSign1MessageFactory.cs similarity index 100% rename from CoseSignTool/CoseSign1/Interfaces/ICoseSign1MessageFactory.cs rename to CoseSign1/Interfaces/ICoseSign1MessageFactory.cs diff --git a/CoseSignTool/CoseSign1/Usings.cs b/CoseSign1/Usings.cs similarity index 100% rename from CoseSignTool/CoseSign1/Usings.cs rename to CoseSign1/Usings.cs diff --git a/CoseSignTool/CoseSignTool.sln b/CoseSignTool.sln similarity index 82% rename from CoseSignTool/CoseSignTool.sln rename to CoseSignTool.sln index 3bb38c6e..653324d7 100644 --- a/CoseSignTool/CoseSignTool.sln +++ b/CoseSignTool.sln @@ -5,9 +5,12 @@ VisualStudioVersion = 17.0.32112.339 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoseSignTool", "CoseSignTool\CoseSignTool.csproj", "{8388C0AF-458F-4407-B5A9-C900D34AE6BB}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoseHandler.Tests", "CoseSignUnitTests\CoseHandler.Tests.csproj", "{A0E2186D-1D88-4FD8-9A19-0D655D6C0815}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0EBBE2F9-CCAE-4129-BCD6-C59647AF9EB8}" + ProjectSection(SolutionItems) = preProject + LICENSE = LICENSE + Nuget.config = Nuget.config + README.md = README.md + EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoseSign1.Abstractions", "CoseSign1.Abstractions\CoseSign1.Abstractions.csproj", "{4E7E48ED-ED6E-4CD1-8052-36FD91EED999}" EndProject @@ -23,7 +26,23 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoseSign1.Tests.Common", "C EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoseSignTool.tests", "CoseSignTool.tests\CoseSignTool.tests.csproj", "{FA48F9DF-CB88-48BC-8594-EC496E193659}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoseHandler", "CoseHandler\CoseHandler.csproj", "{AA28D81F-A0AB-492F-BC66-18EBB2E0BBF9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoseHandler", "CoseHandler\CoseHandler.csproj", "{AA28D81F-A0AB-492F-BC66-18EBB2E0BBF9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{36BAA2CE-AE8E-4E29-9234-8EB1953802CD}" + ProjectSection(SolutionItems) = preProject + docs\Advanced.md = docs\Advanced.md + CHANGELOG.md = CHANGELOG.md + docs\CODE_OF_CONDUCT.md = docs\CODE_OF_CONDUCT.md + docs\CONTRIBUTING.md = docs\CONTRIBUTING.md + docs\CoseHandler.md = docs\CoseHandler.md + docs\CoseSignTool.md = docs\CoseSignTool.md + docs\SECURITY.md = docs\SECURITY.md + docs\STYLE.md = docs\STYLE.md + docs\SUPPORT.md = docs\SUPPORT.md + docs\Troubleshooting.md = docs\Troubleshooting.md + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoseHandler.Tests", "CoseHandler.Tests\CoseHandler.Tests.csproj", "{DD155201-7EDA-4979-9E6D-768EB655C8A8}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -41,14 +60,6 @@ Global {8388C0AF-458F-4407-B5A9-C900D34AE6BB}.Release|Any CPU.Build.0 = Release|x64 {8388C0AF-458F-4407-B5A9-C900D34AE6BB}.Release|x64.ActiveCfg = Release|x64 {8388C0AF-458F-4407-B5A9-C900D34AE6BB}.Release|x64.Build.0 = Release|x64 - {A0E2186D-1D88-4FD8-9A19-0D655D6C0815}.Debug|Any CPU.ActiveCfg = Debug|x64 - {A0E2186D-1D88-4FD8-9A19-0D655D6C0815}.Debug|Any CPU.Build.0 = Debug|x64 - {A0E2186D-1D88-4FD8-9A19-0D655D6C0815}.Debug|x64.ActiveCfg = Debug|x64 - {A0E2186D-1D88-4FD8-9A19-0D655D6C0815}.Debug|x64.Build.0 = Debug|x64 - {A0E2186D-1D88-4FD8-9A19-0D655D6C0815}.Release|Any CPU.ActiveCfg = Release|x64 - {A0E2186D-1D88-4FD8-9A19-0D655D6C0815}.Release|Any CPU.Build.0 = Release|x64 - {A0E2186D-1D88-4FD8-9A19-0D655D6C0815}.Release|x64.ActiveCfg = Release|x64 - {A0E2186D-1D88-4FD8-9A19-0D655D6C0815}.Release|x64.Build.0 = Release|x64 {4E7E48ED-ED6E-4CD1-8052-36FD91EED999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4E7E48ED-ED6E-4CD1-8052-36FD91EED999}.Debug|Any CPU.Build.0 = Debug|Any CPU {4E7E48ED-ED6E-4CD1-8052-36FD91EED999}.Debug|x64.ActiveCfg = Debug|Any CPU @@ -101,8 +112,8 @@ Global {FA48F9DF-CB88-48BC-8594-EC496E193659}.Debug|Any CPU.Build.0 = Debug|x64 {FA48F9DF-CB88-48BC-8594-EC496E193659}.Debug|x64.ActiveCfg = Debug|x64 {FA48F9DF-CB88-48BC-8594-EC496E193659}.Debug|x64.Build.0 = Debug|x64 - {FA48F9DF-CB88-48BC-8594-EC496E193659}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FA48F9DF-CB88-48BC-8594-EC496E193659}.Release|Any CPU.Build.0 = Release|Any CPU + {FA48F9DF-CB88-48BC-8594-EC496E193659}.Release|Any CPU.ActiveCfg = Release|x64 + {FA48F9DF-CB88-48BC-8594-EC496E193659}.Release|Any CPU.Build.0 = Release|x64 {FA48F9DF-CB88-48BC-8594-EC496E193659}.Release|x64.ActiveCfg = Release|Any CPU {FA48F9DF-CB88-48BC-8594-EC496E193659}.Release|x64.Build.0 = Release|Any CPU {AA28D81F-A0AB-492F-BC66-18EBB2E0BBF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -113,10 +124,21 @@ Global {AA28D81F-A0AB-492F-BC66-18EBB2E0BBF9}.Release|Any CPU.Build.0 = Release|Any CPU {AA28D81F-A0AB-492F-BC66-18EBB2E0BBF9}.Release|x64.ActiveCfg = Release|Any CPU {AA28D81F-A0AB-492F-BC66-18EBB2E0BBF9}.Release|x64.Build.0 = Release|Any CPU + {DD155201-7EDA-4979-9E6D-768EB655C8A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DD155201-7EDA-4979-9E6D-768EB655C8A8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DD155201-7EDA-4979-9E6D-768EB655C8A8}.Debug|x64.ActiveCfg = Debug|Any CPU + {DD155201-7EDA-4979-9E6D-768EB655C8A8}.Debug|x64.Build.0 = Debug|Any CPU + {DD155201-7EDA-4979-9E6D-768EB655C8A8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DD155201-7EDA-4979-9E6D-768EB655C8A8}.Release|Any CPU.Build.0 = Release|Any CPU + {DD155201-7EDA-4979-9E6D-768EB655C8A8}.Release|x64.ActiveCfg = Release|Any CPU + {DD155201-7EDA-4979-9E6D-768EB655C8A8}.Release|x64.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {36BAA2CE-AE8E-4E29-9234-8EB1953802CD} = {0EBBE2F9-CCAE-4129-BCD6-C59647AF9EB8} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {7A47A7E7-CC2B-48CE-9D97-3629EF8AC140} EndGlobalSection diff --git a/CoseSignTool/CoseSignTool.tests/CoseCommandTests.cs b/CoseSignTool.tests/CoseCommandTests.cs similarity index 100% rename from CoseSignTool/CoseSignTool.tests/CoseCommandTests.cs rename to CoseSignTool.tests/CoseCommandTests.cs diff --git a/CoseSignTool/CoseSignTool.tests/CoseSignTool.tests.csproj b/CoseSignTool.tests/CoseSignTool.tests.csproj similarity index 71% rename from CoseSignTool/CoseSignTool.tests/CoseSignTool.tests.csproj rename to CoseSignTool.tests/CoseSignTool.tests.csproj index ebe256fa..6890a486 100644 --- a/CoseSignTool/CoseSignTool.tests/CoseSignTool.tests.csproj +++ b/CoseSignTool.tests/CoseSignTool.tests.csproj @@ -9,7 +9,7 @@ true True - AnyCPU + x64 True True ..\StrongNameKeys\272MSSharedLibSN2048.snk @@ -26,18 +26,22 @@ - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + - - + + + - diff --git a/CoseSignTool/CoseSignTool.tests/GetCommandTests.cs b/CoseSignTool.tests/GetCommandTests.cs similarity index 100% rename from CoseSignTool/CoseSignTool.tests/GetCommandTests.cs rename to CoseSignTool.tests/GetCommandTests.cs diff --git a/CoseSignTool/CoseSignTool.tests/MainTests.cs b/CoseSignTool.tests/MainTests.cs similarity index 100% rename from CoseSignTool/CoseSignTool.tests/MainTests.cs rename to CoseSignTool.tests/MainTests.cs diff --git a/CoseSignTool/CoseSignTool.tests/SignCommandTests.cs b/CoseSignTool.tests/SignCommandTests.cs similarity index 100% rename from CoseSignTool/CoseSignTool.tests/SignCommandTests.cs rename to CoseSignTool.tests/SignCommandTests.cs diff --git a/CoseSignTool/CoseSignTool.tests/Usings.cs b/CoseSignTool.tests/Usings.cs similarity index 100% rename from CoseSignTool/CoseSignTool.tests/Usings.cs rename to CoseSignTool.tests/Usings.cs diff --git a/CoseSignTool/CoseSignTool.tests/ValidateCommandTests.cs b/CoseSignTool.tests/ValidateCommandTests.cs similarity index 100% rename from CoseSignTool/CoseSignTool.tests/ValidateCommandTests.cs rename to CoseSignTool.tests/ValidateCommandTests.cs diff --git a/CoseSignTool/CoseSignTool/CoseCommand.cs b/CoseSignTool/CoseCommand.cs similarity index 100% rename from CoseSignTool/CoseSignTool/CoseCommand.cs rename to CoseSignTool/CoseCommand.cs diff --git a/CoseSignTool/CoseSignTool/CoseSignTool.cs b/CoseSignTool/CoseSignTool.cs similarity index 100% rename from CoseSignTool/CoseSignTool/CoseSignTool.cs rename to CoseSignTool/CoseSignTool.cs diff --git a/CoseSignTool/CoseSignTool/CoseSignTool.csproj b/CoseSignTool/CoseSignTool.csproj similarity index 100% rename from CoseSignTool/CoseSignTool/CoseSignTool.csproj rename to CoseSignTool/CoseSignTool.csproj diff --git a/CoseSignTool/CoseSignTool.tests/CoseTool.tests.csproj b/CoseSignTool/CoseSignTool.tests/CoseTool.tests.csproj deleted file mode 100644 index 1b761d7e..00000000 --- a/CoseSignTool/CoseSignTool.tests/CoseTool.tests.csproj +++ /dev/null @@ -1,42 +0,0 @@ - - - net7.0 - x64 - false - - - - true - True - AnyCPU - True - True - ..\StrongNameKeys\272MSSharedLibSN2048.snk - - - - - None - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CoseSignTool/CoseSignUnitTests/CoseHandler.Tests.csproj b/CoseSignTool/CoseSignUnitTests/CoseHandler.Tests.csproj deleted file mode 100644 index c181dfd9..00000000 --- a/CoseSignTool/CoseSignUnitTests/CoseHandler.Tests.csproj +++ /dev/null @@ -1,41 +0,0 @@ - - - - net7.0 - x64 - false - false - - - - true - True - AnyCPU - enable - True - True - enable - ..\StrongNameKeys\272MSSharedLibSN2048.snk - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CoseSignTool/CoseSignUnitTests/TestData/DropSbom-NoDependencies.spdx.json b/CoseSignTool/CoseSignUnitTests/TestData/DropSbom-NoDependencies.spdx.json deleted file mode 100644 index 7af39bf9..00000000 --- a/CoseSignTool/CoseSignUnitTests/TestData/DropSbom-NoDependencies.spdx.json +++ /dev/null @@ -1 +0,0 @@ -{"files":[{"fileName":"./cabs/CloudCore-Feature-HyperV-UX-PowerShell-Package.cab","SPDXID":"SPDXRef-File--cabs-CloudCore-Feature-HyperV-UX-PowerShell-Package.cab-3E05E12528DAD301EBD1188DFB444E7D46B4E06C","checksums":[{"algorithm":"SHA256","checksumValue":"98a66e57481cefb4031cd737fc94e410fa595ce4cd6fbba0162ea1cc49a2ee00"},{"algorithm":"SHA1","checksumValue":"3e05e12528dad301ebd1188dfb444e7d46b4e06c"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-CloudHost-MOS-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-CloudHost-MOS-Wow64-Package.cab-547A24659BBE31306E7CAA6B7BBB313E30AC4DC6","checksums":[{"algorithm":"SHA256","checksumValue":"645f66bd4738b6ede4099384047e6696d8307ccf2be8c347c7d8279287d49348"},{"algorithm":"SHA1","checksumValue":"547a24659bbe31306e7caa6b7bbb313e30ac4dc6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Containers-BaseImage-Setup-Package.cab","SPDXID":"SPDXRef-File--cabs-Containers-BaseImage-Setup-Package.cab-3010FE2E6C04773447A7E0DC6A4673E54E89AA3C","checksums":[{"algorithm":"SHA256","checksumValue":"f4a524a17d2f69acc23f859b16aa0c2e20424040b3c9e8bc969b575961b6e288"},{"algorithm":"SHA1","checksumValue":"3010fe2e6c04773447a7e0dc6a4673e54e89aa3c"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Networking-Emulex-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Emulex-Package.cab-3DD7DFBC8A413F31E800CFEE730C14EF670D6E5B","checksums":[{"algorithm":"SHA256","checksumValue":"b092f100772ee423a87259bb9f4d93e69e2284deff938f688dc90ba9ebfdd1a7"},{"algorithm":"SHA1","checksumValue":"3dd7dfbc8a413f31e800cfee730c14ef670d6e5b"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Azure-Provisioning-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Azure-Provisioning-Package.cab-07576C010E14BAC0BC32E0D274B8A73EFDCAC912","checksums":[{"algorithm":"SHA256","checksumValue":"9b1a52a94dd3ce8b092b5eb8cad287b256fe9d892f15e42e22444d9a34b876b7"},{"algorithm":"SHA1","checksumValue":"07576c010e14bac0bc32e0d274b8a73efdcac912"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-iSCSIInitiator-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-iSCSIInitiator-Package.cab-BB245FC1BBE8099A12EDC36D5E3D0E2D64F1568D","checksums":[{"algorithm":"SHA256","checksumValue":"f676d7ca379a770a2692917577a6f7d4f63127e000608fb8b0ab2e89aad17535"},{"algorithm":"SHA1","checksumValue":"bb245fc1bbe8099a12edc36d5e3d0e2d64f1568d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-BootFromWim-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-BootFromWim-Package.cab-691676A163AE934C6BA434691400F1A66ADE0C8A","checksums":[{"algorithm":"SHA256","checksumValue":"d8a845da8fdc93a83e3e1295e1872f7d11f4a5fe1fb0622c5acc1752d60cc7d7"},{"algorithm":"SHA1","checksumValue":"691676a163ae934c6ba434691400f1a66ade0c8a"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Containers-Adjustments-PreBoot-ContainerOS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PreBoot-ContainerOS-Package.cab-26B383ECE37D744718BB81BB37B95A9D59D3ACF0","checksums":[{"algorithm":"SHA256","checksumValue":"ab31f461f83b1f92742858aaa19ed0ca2accff81f69cafaba4915fb02dfc3002"},{"algorithm":"SHA1","checksumValue":"26b383ece37d744718bb81bb37b95a9d59d3acf0"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Storage-Core-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Core-Package.cab-212F6C4C7C0F1C89EC7C003D7CC1E3C156327EF6","checksums":[{"algorithm":"SHA256","checksumValue":"bd3c3835db77d61eec55e672526885fa91c0423c11191fc47fff5e23aebc4c06"},{"algorithm":"SHA1","checksumValue":"212f6c4c7c0f1c89ec7c003d7cc1e3c156327ef6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/InternalBuildPackage-ServicingStack-OneCore-InstallOptions-Package.cab","SPDXID":"SPDXRef-File--cabs-InternalBuildPackage-ServicingStack-OneCore-InstallOptions-Package.cab-B0276821F024CA3B4BA9E99403EA4E1431555F39","checksums":[{"algorithm":"SHA256","checksumValue":"83d359fbf9a4ff74ac51ed588af45264706a265063ca7ffa490bd9200955b0b5"},{"algorithm":"SHA1","checksumValue":"b0276821f024ca3b4ba9e99403ea4e1431555f39"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Storage-Intel-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Intel-Package.cab-724906FE9ACB8DD04C50E3053DA4DD4DA6AA2D71","checksums":[{"algorithm":"SHA256","checksumValue":"8c8a21f398decc1cdf70131abef79c3f3f9959d87cb8df6eecb28f872e79defc"},{"algorithm":"SHA1","checksumValue":"724906fe9acb8dd04c50e3053da4dd4da6aa2d71"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Connectivity-Bluetooth-TestSupport-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-Bluetooth-TestSupport-Package.cab-480826F8915731798D3AE5911AAB8B369E271104","checksums":[{"algorithm":"SHA256","checksumValue":"7b5dfb1f649c386f6c10b2582b0b427904cf7828201f5b6fa04084b00996561f"},{"algorithm":"SHA1","checksumValue":"480826f8915731798d3ae5911aab8b369e271104"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Containers-Guest-Gating-Package.cab","SPDXID":"SPDXRef-File--cabs-Containers-Guest-Gating-Package.cab-14253CCC4795F4122594CE469E0BB7186ACB8326","checksums":[{"algorithm":"SHA256","checksumValue":"3a6cb11dcfa0a6cade7b7645d2a162b09ca80d36757eb7714c51b59f3ee8a2f8"},{"algorithm":"SHA1","checksumValue":"14253ccc4795f4122594ce469e0bb7186acb8326"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Containers-Bridge-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Containers-Bridge-Package.cab-9BFD9D1BC7AA4C5E55B23392C60FA56BBC4FC67E","checksums":[{"algorithm":"SHA256","checksumValue":"221f4f4807696a023c442b0fc8a67505940aa4ae98c62c9eb2f10e10088f18af"},{"algorithm":"SHA1","checksumValue":"9bfd9d1bc7aa4c5e55b23392c60fa56bbc4fc67e"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Containers-ApplicationGuard-Shared-Package.cab","SPDXID":"SPDXRef-File--cabs-Containers-ApplicationGuard-Shared-Package.cab-D57962E5515B7BE353D25FF8B8DCFCC336C68BC0","checksums":[{"algorithm":"SHA256","checksumValue":"5345f4544f51c7265219b4b999d6a869c3b460df3367abbd06cebc4e6c57e677"},{"algorithm":"SHA1","checksumValue":"d57962e5515b7be353d25ff8b8dcfcc336c68bc0"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Containers-ApplicationGuard-Shared-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Containers-ApplicationGuard-Shared-Wow64-Package.cab-BB313DCE252FED5533BABCF620A35C870FFD3E25","checksums":[{"algorithm":"SHA256","checksumValue":"e6bbc2c6d2bdaf49fc3a50248f1b6a7584e93cd4784f4faf2f7fee246f1bfcda"},{"algorithm":"SHA1","checksumValue":"bb313dce252fed5533babcf620a35c870ffd3e25"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Containers-Guest-Gated-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Containers-Guest-Gated-Wow64-Package.cab-9CC666BC8443999443F1DEF29FA96ADD43DA22DE","checksums":[{"algorithm":"SHA256","checksumValue":"6c904a4bb1f97cb8dc01d5dd17df4cb1a0a65082fe284fd9c1ed49a71ca84f92"},{"algorithm":"SHA1","checksumValue":"9cc666bc8443999443f1def29fa96add43da22de"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-ContainerOS-Standalone-TSP-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-ContainerOS-Standalone-TSP-Wow64-Package.cab-F4A86EB28FE25D5BDCE6301150C07FC16B1BC46D","checksums":[{"algorithm":"SHA256","checksumValue":"a9e8eab2981ff24b2bdc0d4c95ab3821d6613077e8d6c28a2bbfc349ddfca616"},{"algorithm":"SHA1","checksumValue":"f4a86eb28fe25d5bdce6301150c07fc16b1bc46d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/CloudCore-Feature-HyperV-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-CloudCore-Feature-HyperV-Wow64-Package.cab-0C3EC339ABD457B1310116CA4770FB9E8B9D4EC8","checksums":[{"algorithm":"SHA256","checksumValue":"a5964d4363c3071bd465996e8da44511bdee9624ab18be31f7e3051c46046cc3"},{"algorithm":"SHA1","checksumValue":"0c3ec339abd457b1310116ca4770fb9e8b9d4ec8"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/CloudCore-Feature-Guest-Package.cab","SPDXID":"SPDXRef-File--cabs-CloudCore-Feature-Guest-Package.cab-14A2C45E8E5754633AE00D780093DE2558B55EC2","checksums":[{"algorithm":"SHA256","checksumValue":"dfd5d0a07d30a5007a2efe125c30c431064c76ee5f92af7ad1bcdcadc45c3d29"},{"algorithm":"SHA1","checksumValue":"14a2c45e8e5754633ae00d780093de2558b55ec2"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Storage-QLogic-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-QLogic-Package.cab-59AB3127D1461F96C56A7219070351A09E39DAFB","checksums":[{"algorithm":"SHA256","checksumValue":"afb4eb866615b238e2280f4a7546042a6710e6950ee8ee35ad064420e099d97c"},{"algorithm":"SHA1","checksumValue":"59ab3127d1461f96c56a7219070351a09e39dafb"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/CloudCore-Feature-Containers-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-CloudCore-Feature-Containers-Wow64-Package.cab-BCCC87B5B9EC593833CEC1FEA04C01F6703345EC","checksums":[{"algorithm":"SHA256","checksumValue":"f2faf516ffccceaf3081a22189c50a3adf4f4ea43af826fc3c08867b4bb42b0f"},{"algorithm":"SHA1","checksumValue":"bccc87b5b9ec593833cec1fea04c01f6703345ec"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Containers-Adjustments-PostBoot-Enterprise-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PostBoot-Enterprise-Package.cab-5433A69B66AE5BD39CD5702EE0084EFE7038A0FB","checksums":[{"algorithm":"SHA256","checksumValue":"e74a9d52b69bd8154fbaed455443a396b06b1e477ba729108bff6da809468e83"},{"algorithm":"SHA1","checksumValue":"5433a69b66ae5bd39cd5702ee0084efe7038a0fb"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Containers-Adjustments-PreBoot-Generic-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PreBoot-Generic-Package.cab-F18B6EC02A0E3629CED47903E3761D845848C5BE","checksums":[{"algorithm":"SHA256","checksumValue":"9b7ec7cec927fa6b2d4f07b4900e76a5a3f91e84172d792ed91d2149395eb753"},{"algorithm":"SHA1","checksumValue":"f18b6ec02a0e3629ced47903e3761d845848c5be"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Containers-Adjustments-PostBoot-ContainerOS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PostBoot-ContainerOS-Package.cab-8DE03322EA791F768C80F4FEBED2CCEB8AD23961","checksums":[{"algorithm":"SHA256","checksumValue":"f2283995a9582c84e45ecf5feccb003d2857de18b60727d91961dfb6b7161c4e"},{"algorithm":"SHA1","checksumValue":"8de03322ea791f768c80f4febed2cceb8ad23961"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/CloudCore-Feature-Kernel-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-CloudCore-Feature-Kernel-Wow64-Package.cab-5A00B4E5E3DC7598520504409B7046A5CA473525","checksums":[{"algorithm":"SHA256","checksumValue":"7410e34ad409099d97718b1dc0e5e6086992ce81b3bc7f8f834d9b2b7d079bff"},{"algorithm":"SHA1","checksumValue":"5a00b4e5e3dc7598520504409b7046a5ca473525"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-IoT-OCR-en-US-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-IoT-OCR-en-US-Package.cab-36DBC2A70AC17C95F8F93A8E7A002A5A801FA682","checksums":[{"algorithm":"SHA256","checksumValue":"e872e8ce1c9b9a47ff268fb54a5d437306760a755a45bdf73c0482e6a23f3a78"},{"algorithm":"SHA1","checksumValue":"36dbc2a70ac17c95f8f93a8e7a002a5a801fa682"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/CloudCore-Feature-HyperV-UX-UI-Package.cab","SPDXID":"SPDXRef-File--cabs-CloudCore-Feature-HyperV-UX-UI-Package.cab-555C52F18C9C90D35AD4E8714E660F30FCEC74A9","checksums":[{"algorithm":"SHA256","checksumValue":"13bb4e7089908503be45a7068c1dc16a1a3c66ebfe1bcff024136cc9ee818874"},{"algorithm":"SHA1","checksumValue":"555c52f18c9c90d35ad4e8714e660f30fcec74a9"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-ContainerOS-Standalone-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-ContainerOS-Standalone-TSP-Package.cab-533524C9379B31C4627DC357D66D53A5285DEDC9","checksums":[{"algorithm":"SHA256","checksumValue":"e3c3f7ee709b5d7a173a182ee6d1cf7cc819009fcae1cd5d2e08dbb43ee19851"},{"algorithm":"SHA1","checksumValue":"533524c9379b31c4627dc357d66d53a5285dedc9"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Containers-Adjustments-PreBoot-Enterprise-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PreBoot-Enterprise-Package.cab-07BC6AF8F1E86589465B6A1A388CB18534003BEA","checksums":[{"algorithm":"SHA256","checksumValue":"f47d8a6fa3961b0d5d97523ad394b7b5eacd311fe7b6a22f5baf59ab71dedd6b"},{"algorithm":"SHA1","checksumValue":"07bc6af8f1e86589465b6a1a388cb18534003bea"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Storage-Other-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Other-Package.cab-7A86DF8E00E943255D06D1223420430AE18775F7","checksums":[{"algorithm":"SHA256","checksumValue":"58eb26ed6e52446310d7e4001a870934a790bd011fb54a100809a818aec328d0"},{"algorithm":"SHA1","checksumValue":"7a86df8e00e943255d06d1223420430ae18775f7"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-IIS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-IIS-Package.cab-74F4829F9C12CEBEB9F66F03DA184AF88267F16D","checksums":[{"algorithm":"SHA256","checksumValue":"e1a2f55c76bfc003252bdaa5feaa7bbd7810dfd332b44e82380ec47fd01b763b"},{"algorithm":"SHA1","checksumValue":"74f4829f9c12cebeb9f66f03da184af88267f16d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-SCVMM-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-SCVMM-Package.cab-C793D5E2A5AB34642F723904502370E51AEE24C6","checksums":[{"algorithm":"SHA256","checksumValue":"a638a643e349a87156297a9b74051efdf8fc7c5e67cc18b30b1e570381ac8736"},{"algorithm":"SHA1","checksumValue":"c793d5e2a5ab34642f723904502370e51aee24c6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Graphics-Display-DisplayEnhancementService-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Graphics-Display-DisplayEnhancementService-Package.cab-A98B8F3714DAD8F9A2C0ECABE10347B80101E618","checksums":[{"algorithm":"SHA256","checksumValue":"e1601bcbe5d810445ff02d18ede933e47add142d5350a3a9c23fdba078254ccb"},{"algorithm":"SHA1","checksumValue":"a98b8f3714dad8f9a2c0ecabe10347b80101e618"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/HyperV-Guest-KernelInt-Package.cab","SPDXID":"SPDXRef-File--cabs-HyperV-Guest-KernelInt-Package.cab-E22F689E31278870019B093B35C7B3990CA02ED7","checksums":[{"algorithm":"SHA256","checksumValue":"373ba1e0076dd920d08d3dac23cf490f0876315ae4d89c5fc49594095e05a8ab"},{"algorithm":"SHA1","checksumValue":"e22f689e31278870019b093b35c7b3990ca02ed7"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Connectivity-Serial-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-Serial-Package.cab-487DEEBEB5DB0C1E9E8ABB0076A65873012C8583","checksums":[{"algorithm":"SHA256","checksumValue":"302a6a5e3b6432139860f6babecd0da4c7baff42097885ae75a86a3ec597e115"},{"algorithm":"SHA1","checksumValue":"487deebeb5db0c1e9e8abb0076a65873012c8583"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Connectivity-HIDMiniports-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-HIDMiniports-Package.cab-E21C5729EEA9140B3B32C0929AA77F6C78C0A822","checksums":[{"algorithm":"SHA256","checksumValue":"9ee8dab4a6dd1316013c10ef7a21395ad302dc8154fb913035125b20465eeb01"},{"algorithm":"SHA1","checksumValue":"e21c5729eea9140b3b32c0929aa77f6c78c0a822"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-FileSystem-Support-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-FileSystem-Support-Package.cab-A2DE038CC939245EE863BB6A21CDC98296333FB0","checksums":[{"algorithm":"SHA256","checksumValue":"11175729736d987d73fe52c91ebfba1bc08466ff14cad89e05b1d5ed75885f22"},{"algorithm":"SHA1","checksumValue":"a2de038cc939245ee863bb6a21cdc98296333fb0"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/HyperV-Feature-Containers-Package.cab","SPDXID":"SPDXRef-File--cabs-HyperV-Feature-Containers-Package.cab-D9E67BC48774C9417B3D3CFE775E2E29152EA785","checksums":[{"algorithm":"SHA256","checksumValue":"558940cf192cad793d625dc1db7f55c2cb354889ad21796e10ba47563f01e77a"},{"algorithm":"SHA1","checksumValue":"d9e67bc48774c9417b3d3cfe775e2e29152ea785"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-WPConDesktopDev-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-WPConDesktopDev-TSP-Package.cab-1D165556CA0A34A0DE1897A5ACD772A364ADAC83","checksums":[{"algorithm":"SHA256","checksumValue":"f392f3e1f04e62df7d0debf18db96cfd0a9b4be897f4d4aaa2b2589dd617bd45"},{"algorithm":"SHA1","checksumValue":"1d165556ca0a34a0de1897a5acd772a364adac83"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-VmPhu-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-VmPhu-Package.cab-114EA509D0F0B2BFED6DFBD7407E47021F44D068","checksums":[{"algorithm":"SHA256","checksumValue":"2e92ca038bde0567e2eb5577587e0ae5dd99568626a5425eba2f95031289a226"},{"algorithm":"SHA1","checksumValue":"114ea509d0f0b2bfed6dfbd7407e47021f44d068"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Win1-BootFromWim-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Win1-BootFromWim-Package.cab-8996B3AE1C768B0E778F44B3DE178A52E96657EA","checksums":[{"algorithm":"SHA256","checksumValue":"670999f573ca522c1415aa7fa29984a64787b2202a6c4d59e0163c62a83f2a7f"},{"algorithm":"SHA1","checksumValue":"8996b3ae1c768b0e778f44b3de178a52e96657ea"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Storage-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Storage-Package.cab-D3D1D2DAE7C7B18DB4F5DC6E873BC31627D28516","checksums":[{"algorithm":"SHA256","checksumValue":"b6d4b915b9250f93ab1c1187db4532f5cbb7fe6b9d7ae68ed7fac2e83ddc1257"},{"algorithm":"SHA1","checksumValue":"d3d1d2dae7c7b18db4f5dc6e873bc31627d28516"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-IOTUAP-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-IOTUAP-TSP-Package.cab-2A46F8B199362897DE70CFB60A24B1BC96DEAFAE","checksums":[{"algorithm":"SHA256","checksumValue":"53fac1866bf7ec76c381651dbe8c81fd908431da57ff8a4830b44f930dedfd52"},{"algorithm":"SHA1","checksumValue":"2a46f8b199362897de70cfb60a24b1bc96deafae"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-FailoverCluster-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-FailoverCluster-Package.cab-0447701D6140AD2BE8D48C61C830671528E401CB","checksums":[{"algorithm":"SHA256","checksumValue":"f735d5a997af38769a05c631c9737df2278846cc7eec48dba4ecf68cda4764f2"},{"algorithm":"SHA1","checksumValue":"0447701d6140ad2be8d48c61c830671528e401cb"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-TSP-Package.cab-2774EC04A35A5DF8ADA61806204AFB6D6013E6B5","checksums":[{"algorithm":"SHA256","checksumValue":"72fec588194521e1ee75540a6127ada4ce6ee65361fed33194f3c2c60a92e226"},{"algorithm":"SHA1","checksumValue":"2774ec04a35a5df8ada61806204afb6d6013e6b5"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/CloudCore-Feature-Kernel-Package.cab","SPDXID":"SPDXRef-File--cabs-CloudCore-Feature-Kernel-Package.cab-8E85486CBF825D1D84F832F010DC54AB3B0A3FBD","checksums":[{"algorithm":"SHA256","checksumValue":"2cdf09e9a9a33a759bff3d80e6289927854e1e51c19f57bf561e0d47121af663"},{"algorithm":"SHA1","checksumValue":"8e85486cbf825d1d84f832f010dc54ab3b0a3fbd"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-ServicingStack-UpdateOS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-ServicingStack-UpdateOS-Package.cab-B267F267ED4BFD7C7D68B05969002A196FC1ADBC","checksums":[{"algorithm":"SHA256","checksumValue":"af9de1b786f06e7dfce7fd8cbd0da8f729ac32d8d8e3cda822850cf88841add8"},{"algorithm":"SHA1","checksumValue":"b267f267ed4bfd7c7d68b05969002a196fc1adbc"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-International-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-International-Package.cab-0757B5FE010DEA33100D7C47DB82B73D21A11B43","checksums":[{"algorithm":"SHA256","checksumValue":"acaa7f57770ed3ff26422d4e6ab54e0e7ee271625a0f7217161c18d2a67a61ad"},{"algorithm":"SHA1","checksumValue":"0757b5fe010dea33100d7c47db82b73d21a11b43"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Containers-Client-Manager-Guest-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Containers-Client-Manager-Guest-Package.cab-199844867CCB3B10794776281E74F3DEB925F7E6","checksums":[{"algorithm":"SHA256","checksumValue":"3e405fae0f73f97245e2917adf342b00a212c9683d3f437e68c6e3769822aacb"},{"algorithm":"SHA1","checksumValue":"199844867ccb3b10794776281e74f3deb925f7e6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-ERA-Driver-Verifier-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-ERA-Driver-Verifier-Package.cab-7F3B732685A30E65546D65B72C3F7082A67ACEA6","checksums":[{"algorithm":"SHA256","checksumValue":"5100829f09ed9e99d342c2c940dca3994e2359750714869c7aa38519248ce21c"},{"algorithm":"SHA1","checksumValue":"7f3b732685a30e65546d65b72c3f7082a67acea6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Containers-Guest-Gated-Package.cab","SPDXID":"SPDXRef-File--cabs-Containers-Guest-Gated-Package.cab-433C610EBA09CF906DF2D5FC63FC298C02ABA445","checksums":[{"algorithm":"SHA256","checksumValue":"7b6b2e55760bd0d8ed62205299b013694c811ada60f4fc308ac3ee81b40c0ac4"},{"algorithm":"SHA1","checksumValue":"433c610eba09cf906df2d5fc63fc298c02aba445"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Scripting-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Scripting-Package.cab-15C244F27316ABCD4447177B957AFFF7122A28ED","checksums":[{"algorithm":"SHA256","checksumValue":"7decaaef0ba7fc0f99484624815c4ed48b5ab7afadb312b1080f924bc7ecc9ad"},{"algorithm":"SHA1","checksumValue":"15c244f27316abcd4447177b957afff7122a28ed"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-WDP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-WDP-Package.cab-5CD78A608DE7C95B21547349258E910A11441F57","checksums":[{"algorithm":"SHA256","checksumValue":"7c172d12e7644e001e99cb27474b1004b3f8af371f3542dbefdb40d18d0d840f"},{"algorithm":"SHA1","checksumValue":"5cd78a608de7c95b21547349258e910a11441f57"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Bridge-Wow-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Bridge-Wow-Package.cab-56DFA1A4983FD0160ECCDB177B166412E9581637","checksums":[{"algorithm":"SHA256","checksumValue":"5fdc6d5f04efb84b7d3b1bad8de3c9018a16fd12870777ca7c159afb948fc7ca"},{"algorithm":"SHA1","checksumValue":"56dfa1a4983fd0160eccdb177b166412e9581637"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-ContainerOSPlus-TSP-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-ContainerOSPlus-TSP-Wow64-Package.cab-807EF43F2B387BEE89E4C00A6241A45DEDB6A372","checksums":[{"algorithm":"SHA256","checksumValue":"507d929a7fd5425bb37cad505c34268a6094a4f320c5da87c61de464e9cadfb1"},{"algorithm":"SHA1","checksumValue":"807ef43f2b387bee89e4c00a6241a45dedb6a372"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-SD-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-SD-Package.cab-DFBC9AF6E1EF8FAAEAC9FB45151B1F5B7CCCBA68","checksums":[{"algorithm":"SHA256","checksumValue":"b12f7d3f9191d33a932c223730dc5a28dfc72ce204e7673d8f786f3d3c7fd921"},{"algorithm":"SHA1","checksumValue":"dfbc9af6e1ef8faaeac9fb45151b1f5b7cccba68"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Win0-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Win0-TSP-Package.cab-140C498668549DC1D3D0351D24F492A8D497DAD0","checksums":[{"algorithm":"SHA256","checksumValue":"d86f3b628f49dde4c4fdda45c5458572cdf2732017de6fdb38b1989c1dfdb70b"},{"algorithm":"SHA1","checksumValue":"140c498668549dc1d3d0351d24f492a8d497dad0"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-WindowsServerApplicationInstaller-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-WindowsServerApplicationInstaller-Package.cab-6DD618C5DFCF68931063B9BDE777F1AB1CE7AF36","checksums":[{"algorithm":"SHA256","checksumValue":"a51df67aa71e78fffafe4ea62838221be0f4eca5d4b444d9c4c046e96371a254"},{"algorithm":"SHA1","checksumValue":"6dd618c5dfcf68931063b9bde777f1ab1ce7af36"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-IoT-CEPA-Debug-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-IoT-CEPA-Debug-Package.cab-A0A0DB3DAA509EC67D0648C11E676AAEA75AA378","checksums":[{"algorithm":"SHA256","checksumValue":"a8e74f459074f5d2ae57208355f94e06d78837daf12cdbae5810754f74cb091a"},{"algorithm":"SHA1","checksumValue":"a0a0db3daa509ec67d0648c11e676aaea75aa378"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-IoTEdgeOS-Test-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-IoTEdgeOS-Test-Package.cab-4F8FCBD02215867181C50EB9D5BD1BEBE546AD4A","checksums":[{"algorithm":"SHA256","checksumValue":"53f58164dd0aebc39d81c97312a4b31079ab06e9703efa8b4a97ed902ddea451"},{"algorithm":"SHA1","checksumValue":"4f8fcbd02215867181c50eb9d5bd1bebe546ad4a"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Bluetooth-Mesh-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Bluetooth-Mesh-Package.cab-9FFD594A912C2214D1C1C4EB3BC40AFE0D1C67E0","checksums":[{"algorithm":"SHA256","checksumValue":"7d734c691bfb2a15df61f5fe87be57a6830323826de0550a9b2badd1efa9de34"},{"algorithm":"SHA1","checksumValue":"9ffd594a912c2214d1c1c4eb3bc40afe0d1c67e0"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-IoT-CEPAL-BCD-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-IoT-CEPAL-BCD-Package.cab-D20B964C8BC7553EDF5720FCEE79BB6FD4641B8E","checksums":[{"algorithm":"SHA256","checksumValue":"cfa69fc31fb9b844fbfebb282152f530edfe17dcd9539ca8c19a3c45a2c602d7"},{"algorithm":"SHA1","checksumValue":"d20b964c8bc7553edf5720fcee79bb6fd4641b8e"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Graphics-Display-DisplayEnhancementService-WCOS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Graphics-Display-DisplayEnhancementService-WCOS-Package.cab-AC1025061D97738E8B32D45E19FAED7066A887B6","checksums":[{"algorithm":"SHA256","checksumValue":"42dfe5bbc5cd249aaa96d89881c96d78e5d257b31bd5d8bb5aafda7c7731cc55"},{"algorithm":"SHA1","checksumValue":"ac1025061d97738e8b32d45e19faed7066a887b6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-WirelessNetworking-ServerCore-Required-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-WirelessNetworking-ServerCore-Required-Package.cab-50E580F35F3B879226F74F3A44494958CC007121","checksums":[{"algorithm":"SHA256","checksumValue":"e73daf0d78485366e19448c5328906c396647b2ad29a5a9b119383ddb2781b2e"},{"algorithm":"SHA1","checksumValue":"50e580f35f3b879226f74f3a44494958cc007121"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Multimedia-NullAudioDriver-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Multimedia-NullAudioDriver-Package.cab-2F7A3F739621816E1FD31F2E00A4552877ADF2D7","checksums":[{"algorithm":"SHA256","checksumValue":"1df3aac52d6ab5f0b324679e36a52ad3a0bbf2e46f29a3c987de3c0d29889a44"},{"algorithm":"SHA1","checksumValue":"2f7a3f739621816e1fd31f2e00a4552877adf2d7"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Win1-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Win1-TSP-Package.cab-B2A1F490715816572903092586BC59B30B5BD40C","checksums":[{"algorithm":"SHA256","checksumValue":"5aad3c4ee052be8b0e6809e44fb437372a20e39f3d73beb8a37ad444f949e824"},{"algorithm":"SHA1","checksumValue":"b2a1f490715816572903092586bc59b30b5bd40c"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-ContainerOS-NonProd-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-ContainerOS-NonProd-Wow64-Package.cab-D83CAFDA8FA832CC11E3DF0091F92313F2B9DBB6","checksums":[{"algorithm":"SHA256","checksumValue":"ce88188055de54d1cc8d2a0877ebda6aa35198c9b7a886a301690ce131ee22f7"},{"algorithm":"SHA1","checksumValue":"d83cafda8fa832cc11e3df0091f92313f2b9dbb6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-OpenGL-WOW64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-OpenGL-WOW64-Package.cab-05017286DCE920E5BB041424BDCBE14AC6AE70EF","checksums":[{"algorithm":"SHA256","checksumValue":"5176cd5f6b4bceb24341fdd7ce5391fa5ddffd85b6d633667f70a1dcb24e0fc3"},{"algorithm":"SHA1","checksumValue":"05017286dce920e5bb041424bdcbe14ac6ae70ef"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Win2-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Win2-TSP-Package.cab-E2BED8135F0E27B4B54F0A132C3F69E3E95E0F7A","checksums":[{"algorithm":"SHA256","checksumValue":"cdf98e807315a1fcb0a9c35fa205b6ab9f58e942d8deb812a90e289ac9c08997"},{"algorithm":"SHA1","checksumValue":"e2bed8135f0e27b4b54f0a132c3f69e3e95e0f7a"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-TSP-Core-UAP-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-TSP-Core-UAP-Wow64-Package.cab-55EA73BF510C17AC466AC341B1683E308FD15351","checksums":[{"algorithm":"SHA256","checksumValue":"b6933a611a476894fb0f28b865b41c454bf833e93ae680a50617cbf0fe9a7b36"},{"algorithm":"SHA1","checksumValue":"55ea73bf510c17ac466ac341b1683e308fd15351"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-xcos-LateInstall-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-xcos-LateInstall-Package.cab-C1BF4A947536E3567131860E83D5BC5C55887DD2","checksums":[{"algorithm":"SHA256","checksumValue":"ef1ab54526b4076d2dd8a917fefe6716400438ee480d013017b5127c90738b57"},{"algorithm":"SHA1","checksumValue":"c1bf4a947536e3567131860e83d5bc5c55887dd2"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-ClassExtensions-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-ClassExtensions-Package.cab-CD1452AFED023B6E796BDA33A8BA5037B7B26C2D","checksums":[{"algorithm":"SHA256","checksumValue":"ec502905fde6a49bf07eaa97494ebae4e21d1673e35354c4aff22a5b37f04ac7"},{"algorithm":"SHA1","checksumValue":"cd1452afed023b6e796bda33a8ba5037b7b26c2d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Compute-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Compute-Package.cab-5B890A41177ABFB52676CE501881FFD92F72FDA8","checksums":[{"algorithm":"SHA256","checksumValue":"adebaab859a656a58fa06bf724c2fd049b3ce1f52c7f56f14184cfbe2e3a3c32"},{"algorithm":"SHA1","checksumValue":"5b890a41177abfb52676ce501881ffd92f72fda8"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-SCVMM-Compute-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-SCVMM-Compute-Package.cab-A9034E722B179F36F6701281EEA37E62F6ED9496","checksums":[{"algorithm":"SHA256","checksumValue":"2deb41ac5c99837ecc7ba6ec87dc208e2d78bedc0a76bf0df344a1218051b58d"},{"algorithm":"SHA1","checksumValue":"a9034e722b179f36f6701281eea37e62f6ed9496"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Containers-Client-Guest-Package.cab","SPDXID":"SPDXRef-File--cabs-Containers-Client-Guest-Package.cab-029895AC6FE57B6D1509E035854397DCBD4CA478","checksums":[{"algorithm":"SHA256","checksumValue":"858a2be5de705d434d7f72324f269cb82e523b8cbb25f727d5271d53122ea52f"},{"algorithm":"SHA1","checksumValue":"029895ac6fe57b6d1509e035854397dcbd4ca478"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-BootFromWim-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-BootFromWim-Package.cab-93BA112CD7B4C0697B9EE74CA3184FC824A1FF26","checksums":[{"algorithm":"SHA256","checksumValue":"1976c94dd216b1b1d6e12b36bf7adb0f2625cceb178cf0ffb57fe06cb5f48e78"},{"algorithm":"SHA1","checksumValue":"93ba112cd7b4c0697b9ee74ca3184fc824a1ff26"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Win1-PCDrivers-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Win1-PCDrivers-Package.cab-70CAE8352BA02B7B273FE2015A23D0EF0183332A","checksums":[{"algorithm":"SHA256","checksumValue":"662b0075130446a3762a31cb1b556cd5b0d451978c072003127474ad35322c76"},{"algorithm":"SHA1","checksumValue":"70cae8352ba02b7b273fe2015a23d0ef0183332a"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CloudHost-VDS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CloudHost-VDS-Package.cab-DF714ABDFF7A0FAFCA300FAE25F3CA6DD4C2AC22","checksums":[{"algorithm":"SHA256","checksumValue":"d36340aa819a96dbedbdbba8fc93640fd96af9662a1ae885d1516f44d6d1623b"},{"algorithm":"SHA1","checksumValue":"df714abdff7a0fafca300fae25f3ca6dd4c2ac22"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-UtilityVM-Containers-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-UtilityVM-Containers-Package.cab-01D8D27C9C6F83C5A1C6BE7BD90D55FFD8C00617","checksums":[{"algorithm":"SHA256","checksumValue":"0f5fa83461da6cfd3e4429cf235d34e51bf8f8370303a7d20513b7da15d49fab"},{"algorithm":"SHA1","checksumValue":"01d8d27c9c6f83c5a1c6be7bd90d55ffd8c00617"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-PowerShell-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-PowerShell-Package.cab-06720C9C468DC473A480B05CD0C872DE343FFBC8","checksums":[{"algorithm":"SHA256","checksumValue":"80177b56b25ec9af608281d45def97165744e082ec4a33641e50dde72e7e8c6a"},{"algorithm":"SHA1","checksumValue":"06720c9c468dc473a480b05cd0c872de343ffbc8"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-Hotpatch-Enrollment-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-Hotpatch-Enrollment-Package.cab-E8805500A8D0C9D2772EBC82135B0C4C581687AB","checksums":[{"algorithm":"SHA256","checksumValue":"13572ffa8a7ba0be4283ff60309a8613e3af683f46322f212b549d2b5bb3a91b"},{"algorithm":"SHA1","checksumValue":"e8805500a8d0c9d2772ebc82135b0c4c581687ab"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/CloudCore-Feature-Containers-Package.cab","SPDXID":"SPDXRef-File--cabs-CloudCore-Feature-Containers-Package.cab-77531FDB494BE04C7702202F7FE316236A06B18D","checksums":[{"algorithm":"SHA256","checksumValue":"8fb68dac5577e972ebc0508b8b592fdaf6bf042c2963a29670c6cc390b166891"},{"algorithm":"SHA1","checksumValue":"77531fdb494be04c7702202f7fe316236a06b18d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-SerialConsole-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-SerialConsole-Package.cab-8FBF429B28D699E3E1371AF4FC5335E501842102","checksums":[{"algorithm":"SHA256","checksumValue":"8d835bfe4bc5d965d1cb09345862280467c36517943cbd58157d2692401e2687"},{"algorithm":"SHA1","checksumValue":"8fbf429b28d699e3e1371af4fc5335e501842102"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-Keystone-LateInstall-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-Keystone-LateInstall-Package.cab-A5B7D56DFD9B21046E1FD155CDDF7645AC3AC2C6","checksums":[{"algorithm":"SHA256","checksumValue":"7b0f621dd5f8a4e9e1ea1762088b913bc516550f4ad27997c92b5ee58fa3a4e4"},{"algorithm":"SHA1","checksumValue":"a5b7d56dfd9b21046e1fd155cddf7645ac3ac2c6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-NetworkVirtualization-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-NetworkVirtualization-Package.cab-00ADB42A2C4FC1D96B5E9C1087D26C56D8C68EA6","checksums":[{"algorithm":"SHA256","checksumValue":"e20fc9c19946dca8a9afc39b80e684174cda6d7bc6a945d8efc185c8b4a571c8"},{"algorithm":"SHA1","checksumValue":"00adb42a2c4fc1d96b5e9c1087d26c56d8c68ea6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-PerfCounter-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-PerfCounter-Package.cab-1BE906F10C62912158C76AB8FCADB80FCBF886E4","checksums":[{"algorithm":"SHA256","checksumValue":"864bd76f24be2f82556fa496fa92352f95f88e70f676757ac1fee5d63859c932"},{"algorithm":"SHA1","checksumValue":"1be906f10c62912158c76ab8fcadb80fcbf886e4"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Containers-Adjustments-NanoServer-Overridable-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Containers-Adjustments-NanoServer-Overridable-Package.cab-C3A4752622745AA9B77FE575B0E56EF67BF40980","checksums":[{"algorithm":"SHA256","checksumValue":"a23b828804252483e13132d67c2a5d835a9be591631a7c77c6bdfdffbe6e5877"},{"algorithm":"SHA1","checksumValue":"c3a4752622745aa9b77fe575b0e56ef67bf40980"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-GDIPlus-WOW64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-GDIPlus-WOW64-Package.cab-83E5863156BAD18754C6FB94D1ADFF2BCCA1EC0D","checksums":[{"algorithm":"SHA256","checksumValue":"3fb1cf499d05a5fea0e096867710ceee8d8ebf469fff01ad0e7a0d05f2bf8a46"},{"algorithm":"SHA1","checksumValue":"83e5863156bad18754c6fb94d1adff2bcca1ec0d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-CodeIntegrity-ManufacturingMode-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-CodeIntegrity-ManufacturingMode-Package.cab-EA79C4CA680429F28BB0A81B76756F7F028EBFC4","checksums":[{"algorithm":"SHA256","checksumValue":"d68a999019cb08e45aa235c223406746bea7cb48f0215f608e8bf7bfc4cbdf8e"},{"algorithm":"SHA1","checksumValue":"ea79c4ca680429f28bb0a81b76756f7f028ebfc4"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-NetFxCommon.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-NetFxCommon.cab-8E7A118A1291325DA0F2E64D15A975C364AA1F1E","checksums":[{"algorithm":"SHA256","checksumValue":"4466b67b5fd05632d8ebc6ff0b67a69b377823037b7092dff30d8aaa1520c88b"},{"algorithm":"SHA1","checksumValue":"8e7a118a1291325da0f2e64d15a975c364aa1f1e"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Win2-Containers-GuestConfig-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Win2-Containers-GuestConfig-Package.cab-C7F766F622EEED7423EA914FD350F3C424D72DE7","checksums":[{"algorithm":"SHA256","checksumValue":"f99b2d3915b356a911d1d194cc8c15db200e979baada695aa387a0eb494d84cf"},{"algorithm":"SHA1","checksumValue":"c7f766f622eeed7423ea914fd350f3c424d72de7"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-Runtime-Metadata-NanoServer-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-Runtime-Metadata-NanoServer-Package.cab-D53EC5EA7BE6A7EC1C1080BBB31416659EAB7E70","checksums":[{"algorithm":"SHA256","checksumValue":"9d446f417cb638e8cfd2c243291c0658c59d7d5f019e4b96886a5c43cff4dd3e"},{"algorithm":"SHA1","checksumValue":"d53ec5ea7be6a7ec1c1080bbb31416659eab7e70"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-xcos-StateSeparation-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-xcos-StateSeparation-Package.cab-F31A7526E14E2F2F2F1D5F768AE4C7DEF1C32421","checksums":[{"algorithm":"SHA256","checksumValue":"c2d9158367519d2fe511b867515bc056601886a03dac35aa6d49993d56b96ca0"},{"algorithm":"SHA1","checksumValue":"f31a7526e14e2f2f2f1d5f768ae4c7def1c32421"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Containers-Client-Manager-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Containers-Client-Manager-TSP-Package.cab-68E0C07BA515E5EDF67C5E05DC70B63C9299BBA5","checksums":[{"algorithm":"SHA256","checksumValue":"e355873706875bd4c41b879c9efe5ac3b3b5281813b7c22dcfcdd70c24bf626b"},{"algorithm":"SHA1","checksumValue":"68e0c07ba515e5edf67c5e05dc70b63c9299bba5"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CloudHost-VDS-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CloudHost-VDS-Wow64-Package.cab-59ABC54C7D7E8415FAFC19061ACC856E15E128C8","checksums":[{"algorithm":"SHA256","checksumValue":"e5e93fe46b3e91264871aefecf4fe010b2a64fb39a12133eb97eba5ed64a98c7"},{"algorithm":"SHA1","checksumValue":"59abc54c7d7e8415fafc19061acc856e15e128c8"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Containers-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Containers-Package.cab-26C71F0C021747EB886A216975B8E3E6B9971167","checksums":[{"algorithm":"SHA256","checksumValue":"86b9b64dafb866cb9b84e4b5e1aae9a89fd3b39b7a9a5ed8d4a1b84e8bc8e904"},{"algorithm":"SHA1","checksumValue":"26c71f0c021747eb886a216975b8e3e6b9971167"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-SystemOS-LateInstall-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-SystemOS-LateInstall-Package.cab-80DA0F83EC9F5B7FE4180E732EA61644A101EEB7","checksums":[{"algorithm":"SHA256","checksumValue":"385e2134f967e4c9ac5a07b0c5b58b86820302b1e89ca51d880d83a8ae6d6675"},{"algorithm":"SHA1","checksumValue":"80da0f83ec9f5b7fe4180e732ea61644a101eeb7"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-DSC-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-DSC-Package.cab-6D83E4474E9242C7F22AC97617EF2A29DDD0CF2F","checksums":[{"algorithm":"SHA256","checksumValue":"e820cb340d18e00e66c10f7f12a032b8d925d78f0e634102ed3adc2af80a790a"},{"algorithm":"SHA1","checksumValue":"6d83e4474e9242c7f22ac97617ef2a29ddd0cf2f"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-PersistentMemory-Drivers-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-PersistentMemory-Drivers-Package.cab-1C362491BD372E748E1A0011439278014ED70E2C","checksums":[{"algorithm":"SHA256","checksumValue":"7973b04ad0b02a34c51cb9a88b9bdb6b5077a31c4b2bb8d69badefcd7685c451"},{"algorithm":"SHA1","checksumValue":"1c362491bd372e748e1a0011439278014ed70e2c"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-SecureStartup-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-SecureStartup-Package.cab-533B15FFE8C807849F0BBFAD805CC245831202A0","checksums":[{"algorithm":"SHA256","checksumValue":"6d651d3c19b793207211826134f04007746746d1941a5d95bb3e3a3ab5fa85a9"},{"algorithm":"SHA1","checksumValue":"533b15ffe8c807849f0bbfad805cc245831202a0"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Sirep-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Sirep-TSP-Package.cab-25796249F84C90427D73EED37A37A5512AFE8CBA","checksums":[{"algorithm":"SHA256","checksumValue":"c01e8077c6e8ec0bc93eb346c40ae9191ba1239d43f9f7e9e88c5a0928477e67"},{"algorithm":"SHA1","checksumValue":"25796249f84c90427d73eed37a37a5512afe8cba"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-ContainerOS-NightsWatchProd-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-ContainerOS-NightsWatchProd-Package.cab-6E374203920EF23BB839BB26FFA92FD72E1211C8","checksums":[{"algorithm":"SHA256","checksumValue":"9cbd6a6054df57a6959845e60f6d7db38c754ead720a695e72629ebaada4afe6"},{"algorithm":"SHA1","checksumValue":"6e374203920ef23bb839bb26ffa92fd72e1211c8"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-CloudHost-Umbrella-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-CloudHost-Umbrella-Package.cab-A81BA7C55975807B8FC2AAD0D18C47B74AB8D882","checksums":[{"algorithm":"SHA256","checksumValue":"7600d90c3bc97ac04e8c09e6e1fbef927395586eadd39875d1c1da51c9b1a674"},{"algorithm":"SHA1","checksumValue":"a81ba7c55975807b8fc2aad0d18c47b74ab8d882"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-FileInfo-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-FileInfo-Package.cab-A7ECDE281AA198613ACFD10E5104C38758F8CB65","checksums":[{"algorithm":"SHA256","checksumValue":"9b7cdf28d13ef9f7429bea2308f80facda86bed101e68c9021e360743d818d96"},{"algorithm":"SHA1","checksumValue":"a7ecde281aa198613acfd10e5104c38758f8cb65"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Networking-Intel-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Intel-Package.cab-5A6BF379C6A8246923712163C6F7560C02C44E39","checksums":[{"algorithm":"SHA256","checksumValue":"1febc94f3cc8e6a5ccdb766fbcc02147a74a2d060b318a4ca9a3e032fc9fd9ed"},{"algorithm":"SHA1","checksumValue":"5a6bf379c6a8246923712163c6f7560c02c44e39"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Win3-NETFrameworkCompat-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Win3-NETFrameworkCompat-Package.cab-74F14F99FA2A674809133C2B5DDAA1B34AD8A5BF","checksums":[{"algorithm":"SHA256","checksumValue":"e166650bdddbe169ab17878f7b281026cfeb90c14c5171fe00bb3ab335ba716c"},{"algorithm":"SHA1","checksumValue":"74f14f99fa2a674809133c2b5ddaa1b34ad8a5bf"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-TSP-Package.cab-65A1A38C76D810B561A1A4454751EE08051C7CF0","checksums":[{"algorithm":"SHA256","checksumValue":"89bf1ddbae82946ffeb278ba89d54bcc787605638f1f4fd6a6040cab5d08b8a7"},{"algorithm":"SHA1","checksumValue":"65a1a38c76d810b561a1a4454751ee08051c7cf0"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-BootEnv-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-BootEnv-Package.cab-F412D5966CA734081B90F9AA38C3DC526034B688","checksums":[{"algorithm":"SHA256","checksumValue":"af0f86e260c9f62767cf6fbf4d906fd9455a169b0cc8567846d68a5bb669e270"},{"algorithm":"SHA1","checksumValue":"f412d5966ca734081b90f9aa38c3dc526034b688"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Multimedia-VirtualCameraDriver-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Multimedia-VirtualCameraDriver-Package.cab-4E4A029284914768A38214EC2D5EC3D65566E7D2","checksums":[{"algorithm":"SHA256","checksumValue":"433001004a56e848870e5ff3ca146ed6272092dbc0fc0080d82aa0e0f167e4c7"},{"algorithm":"SHA1","checksumValue":"4e4a029284914768a38214ec2d5ec3d65566e7d2"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-UtilityVM-Application-Experience-Mitigations-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-UtilityVM-Application-Experience-Mitigations-Package.cab-2BE8FF99350842D7B65B2E1652EC55EA81BEBDDF","checksums":[{"algorithm":"SHA256","checksumValue":"f4b4140f48d94f245f2ff95a7cf2e4d6f60b9c9094b550142c174f5b441cf100"},{"algorithm":"SHA1","checksumValue":"2be8ff99350842d7b65b2e1652ec55ea81bebddf"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Containers-DisposableClientVM-Package.cab","SPDXID":"SPDXRef-File--cabs-Containers-DisposableClientVM-Package.cab-9999FFB86006A02472AB13B0D7B8372E7C5FA484","checksums":[{"algorithm":"SHA256","checksumValue":"32338dd1e72c1479f1e56a7fa2daef91c53e72810925d3f4a7484abe02eaeb44"},{"algorithm":"SHA1","checksumValue":"9999ffb86006a02472ab13b0d7b8372e7c5fa484"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/CloudCore-Feature-HyperV-Package.cab","SPDXID":"SPDXRef-File--cabs-CloudCore-Feature-HyperV-Package.cab-3FE68376E8C76BC9E5486FB2E028F2A079BF23A1","checksums":[{"algorithm":"SHA256","checksumValue":"d3b5664373f92624fb4e661214ce172e3fa3c972d26e7a376af63eca1fdf9a87"},{"algorithm":"SHA1","checksumValue":"3fe68376e8c76bc9e5486fb2e028f2a079bf23a1"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-UnixCommandLineTools-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-UnixCommandLineTools-Package.cab-73DE3590FFDB60C4F6E64251F838E45800DDC936","checksums":[{"algorithm":"SHA256","checksumValue":"6960e05f7eacc79126b044b046f36a22a9335c815c8807b0410ed56eeacebd2c"},{"algorithm":"SHA1","checksumValue":"73de3590ffdb60c4f6e64251f838e45800ddc936"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Containers-Adjustments-PostBoot-Generic-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PostBoot-Generic-Package.cab-6839677F6C28BDCF4B0C745BAD2C5E761907BB78","checksums":[{"algorithm":"SHA256","checksumValue":"e47fc2c2594b52c88ee09576b3654646b028d6a4f0447104a14ee0af3cf5529f"},{"algorithm":"SHA1","checksumValue":"6839677f6c28bdcf4b0c745bad2c5e761907bb78"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-ServicingStack-Lite-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-ServicingStack-Lite-Package.cab-15DBECF75967D9734EF3832AD02C0D486267286A","checksums":[{"algorithm":"SHA256","checksumValue":"bb45f727f47052261bfea0e401a83ef010ae33be2ae14a09df1353cd1f34f2ad"},{"algorithm":"SHA1","checksumValue":"15dbecf75967d9734ef3832ad02c0d486267286a"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Storage-Amd-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Amd-Package.cab-B82D570F09B20796B791EF4995F8B09311C9FFD4","checksums":[{"algorithm":"SHA256","checksumValue":"f609773b789359557fb666c95d5d90ea23c5c35957ddd53c124f483b4410ff31"},{"algorithm":"SHA1","checksumValue":"b82d570f09b20796b791ef4995f8b09311c9ffd4"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-ClientCore-Shared-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-ClientCore-Shared-TSP-Package.cab-60DAACFA2DAEBE4DDAF49FCA892E04B2E56213FE","checksums":[{"algorithm":"SHA256","checksumValue":"c8f1b3868077ed66150117b00d07e486b09751ce0ce29a03e71d548d6ce023ae"},{"algorithm":"SHA1","checksumValue":"60daacfa2daebe4ddaf49fca892e04b2e56213fe"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CloudHost-iSCSIInitiator-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CloudHost-iSCSIInitiator-Package.cab-53E2569D62ACD9BC6DEAF27D99ADA16AEB9F2F58","checksums":[{"algorithm":"SHA256","checksumValue":"210f46de08aadae5f3393e8641872aaf7b2f52bfb7b1b1fc8a8b46ddbe766402"},{"algorithm":"SHA1","checksumValue":"53e2569d62acd9bc6deaf27d99ada16aeb9f2f58"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-FlightSettings-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-FlightSettings-Package.cab-00269B5F5ABDB115E70D80339DF704AF7C1827DE","checksums":[{"algorithm":"SHA256","checksumValue":"161fe88b68421353ccd5fadf5821fe09f1d861030d5125027ffe4b0a8d3e7ddf"},{"algorithm":"SHA1","checksumValue":"00269b5f5abdb115e70d80339df704af7c1827de"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-Win32kFull-ApiSetSchema-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-Win32kFull-ApiSetSchema-Package.cab-E3ACC07B2FBD3894F608A7E44C2ABB88F4FE38BF","checksums":[{"algorithm":"SHA256","checksumValue":"d0772ceddffd399a877d6511cf4a678d2d332c57de5e92ea859e1ad09bbe4485"},{"algorithm":"SHA1","checksumValue":"e3acc07b2fbd3894f608a7e44c2abb88f4fe38bf"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-Host-Driver-Verifier-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-Host-Driver-Verifier-Package.cab-F88A64AAF822C20D7B6929F8995218AF9E65C8B0","checksums":[{"algorithm":"SHA256","checksumValue":"62defc59dedb42b68a2c3cfe39ad2e975a5e5e546d60727f4462b91d1182db42"},{"algorithm":"SHA1","checksumValue":"f88a64aaf822c20d7b6929f8995218af9e65c8b0"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-Setup-Boot-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-Setup-Boot-Package.cab-D59A7FE7AB759DD95E6B76BA1551F285A84D3819","checksums":[{"algorithm":"SHA256","checksumValue":"2d22285bac5de4e5eb387fb81af30a26cfe3672c74d23bbb15633a2d6194b971"},{"algorithm":"SHA1","checksumValue":"d59a7fe7ab759dd95e6b76ba1551f285a84d3819"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-ContainerOS-GuestConfig-Vail-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-ContainerOS-GuestConfig-Vail-Package.cab-C345B388BBA14DF9840BB889AE92B1A6D80C2D73","checksums":[{"algorithm":"SHA256","checksumValue":"772ab51b1a06cf0a3b04d492922d2c75f0e4f8e0dca464a4ec458e2965c5b1f0"},{"algorithm":"SHA1","checksumValue":"c345b388bba14df9840bb889ae92b1a6d80c2d73"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-AvCore-SystemOS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-AvCore-SystemOS-Package.cab-0E3749DAEFE352B140B9A33597340AC9C6968FD9","checksums":[{"algorithm":"SHA256","checksumValue":"74f1c9b17292cdec0cced483d766f8221aa45f7ca67b0b89eb48f7b959c68901"},{"algorithm":"SHA1","checksumValue":"0e3749daefe352b140b9a33597340ac9c6968fd9"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-SoftReboot-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-SoftReboot-Package.cab-A0F410AB3446A074B4AADE0F7C5ACB148B9A59CE","checksums":[{"algorithm":"SHA256","checksumValue":"3575fb7e3d1c2ec803c82eaf17de94ccdee16e0cb4fa0ef10b667e22ba7b10e9"},{"algorithm":"SHA1","checksumValue":"a0f410ab3446a074b4aade0f7c5acb148b9a59ce"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Guest-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Guest-Package.cab-D297FB4F2EF30872D46D7044DAE732FE6B4BD4F6","checksums":[{"algorithm":"SHA256","checksumValue":"2ffcbbd915c0a519be767f21cfe98c9d690c37413fa3a862c085f51f21426303"},{"algorithm":"SHA1","checksumValue":"d297fb4f2ef30872d46d7044dae732fe6b4bd4f6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-VDS-Required-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-VDS-Required-Package.cab-F8BC9CB0465B43EE93706CFECE39EFD78BB32A7D","checksums":[{"algorithm":"SHA256","checksumValue":"631c093fff42777b812ab4e32b3d9e6f122831e49a718d06d56f20025d5776ba"},{"algorithm":"SHA1","checksumValue":"f8bc9cb0465b43ee93706cfece39efd78bb32a7d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Containers-Guest-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Containers-Guest-Package.cab-536F15816697F1C267F089A54C01FADD1E9348A3","checksums":[{"algorithm":"SHA256","checksumValue":"f1eb682cdfbfc6f378f6c298ad6f6a4344f04e51abc0c64f29a720fb07bf8f20"},{"algorithm":"SHA1","checksumValue":"536f15816697f1c267f089a54c01fadd1e9348a3"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-UtilityVM-Containers-Setup-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-UtilityVM-Containers-Setup-TSP-Package.cab-48CF04F1807C1FFECA0611C0818F56BF2596C6CC","checksums":[{"algorithm":"SHA256","checksumValue":"25245f29d661a8da8d17ae7dc40eece4aff8dfc78a2f04e1118d050fa3a04b81"},{"algorithm":"SHA1","checksumValue":"48cf04f1807c1ffeca0611c0818f56bf2596c6cc"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-IoT-CEPAL-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-IoT-CEPAL-Package.cab-B1D3B773C1117EE01F66B04E296A2F5DBFB24B41","checksums":[{"algorithm":"SHA256","checksumValue":"cfd247c06006018c4c447323b7bba644764cdc072c71a9818b1ebd7ed1c226e4"},{"algorithm":"SHA1","checksumValue":"b1d3b773c1117ee01f66b04e296a2f5dbfb24b41"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-Keystone-StateSeparation-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-Keystone-StateSeparation-Package.cab-8A8CC1609899BF44C28133D09D6DC13CFB64FAFD","checksums":[{"algorithm":"SHA256","checksumValue":"f9133fdf6c2e7585d091edbc89271aef43a8992ee322bb1ad7d76fecc55a576e"},{"algorithm":"SHA1","checksumValue":"8a8cc1609899bf44c28133d09d6dc13cfb64fafd"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-ContainerOSPlus-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-ContainerOSPlus-TSP-Package.cab-BCD77878443330EB88924AA2B794BE9765356710","checksums":[{"algorithm":"SHA256","checksumValue":"12b597947e3cc3f31e27eea9f24f5030f43d2c23e0c1c9c80e21e09a70d77943"},{"algorithm":"SHA1","checksumValue":"bcd77878443330eb88924aa2b794be9765356710"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-LibreSSL-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-LibreSSL-Package.cab-E082D5AEA788953BD251250ED2AE1B08B400ED0D","checksums":[{"algorithm":"SHA256","checksumValue":"42514694e055828ff342c9e3acf7b2af5509685424ff0db1ea22619e766c291a"},{"algorithm":"SHA1","checksumValue":"e082d5aea788953bd251250ed2ae1b08b400ed0d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Storage-Emulex-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Emulex-Package.cab-292CDA6F6E921C62B4F81A6A4AA39AE01DD7FE8E","checksums":[{"algorithm":"SHA256","checksumValue":"7171ec10924ec5a3ebc3ed051d5ebb7d405a06a608dbd01ca914e222d03c79aa"},{"algorithm":"SHA1","checksumValue":"292cda6f6e921c62b4f81a6a4aa39ae01dd7fe8e"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-Win3-TSP-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-Win3-TSP-Wow64-Package.cab-B553A3358FF8B516C66B4AA77BAA37ACA9C6CDC5","checksums":[{"algorithm":"SHA256","checksumValue":"b486aa00d325ccb6216e653c589d3ff9e79d9c56b55302304702ca38f39e5d24"},{"algorithm":"SHA1","checksumValue":"b553a3358ff8b516c66b4aa77baa37aca9c6cdc5"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/CloudCore-Edition-AzureComputeHost-Downlevel-Package.cab","SPDXID":"SPDXRef-File--cabs-CloudCore-Edition-AzureComputeHost-Downlevel-Package.cab-235A70EC118B86276BBB602D96A2FB76218C3A6C","checksums":[{"algorithm":"SHA256","checksumValue":"a85f43126df7e6b73a4f05661e604e5e8a1c414a7516988392b0227b4d51f376"},{"algorithm":"SHA1","checksumValue":"235a70ec118b86276bbb602d96a2fb76218c3a6c"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-Win3-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-Win3-TSP-Package.cab-B7AFB832684B5A5E8F45BF22C89E3ED10FBC47DE","checksums":[{"algorithm":"SHA256","checksumValue":"bbd3f3411564d79942a152e1752e9b404569806817d51de26151a4a5afe1effd"},{"algorithm":"SHA1","checksumValue":"b7afb832684b5a5e8f45bf22c89e3ed10fbc47de"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-ContainerOS-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-ContainerOS-TSP-Package.cab-380642CF543497AD2E6D016F373C76F61B5AD014","checksums":[{"algorithm":"SHA256","checksumValue":"87992637742a7a117348fcf2efe401ec65cd01ca42b8216f209ec5ba8a421690"},{"algorithm":"SHA1","checksumValue":"380642cf543497ad2e6d016f373c76f61b5ad014"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Storage-SiS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-SiS-Package.cab-C882EBA3746E1E64DEB6681FCD8A21185BB1FEAC","checksums":[{"algorithm":"SHA256","checksumValue":"39a4306156b56b11fd8259a678d25228d1526cacd37ea6d50706e507fe51290b"},{"algorithm":"SHA1","checksumValue":"c882eba3746e1e64deb6681fcd8a21185bb1feac"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-VirtualizationBasedSecurity-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-VirtualizationBasedSecurity-Package.cab-B5FE7526AD1903ED794574D8E459A81DA73FE4F7","checksums":[{"algorithm":"SHA256","checksumValue":"baa68494f947cc9d7e44ce294f3a09e0bfd1b0dc23c02f7552e407c5285be1bc"},{"algorithm":"SHA1","checksumValue":"b5fe7526ad1903ed794574d8e459a81da73fe4f7"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/CloudCore-Edition-AzureComputeHost-Package.cab","SPDXID":"SPDXRef-File--cabs-CloudCore-Edition-AzureComputeHost-Package.cab-A45DB7E14BAB7DE129E1E0607E944D0EEAE01B96","checksums":[{"algorithm":"SHA256","checksumValue":"fab2131d6200c094904d595aab8d1c0e8973033147213f5138171343ab5723ac"},{"algorithm":"SHA1","checksumValue":"a45db7e14bab7de129e1e0607e944d0eeae01b96"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-TSP-Common-WOW64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-TSP-Common-WOW64-Package.cab-6D137706597B30FBB7B1BE35776A17F563DE80B0","checksums":[{"algorithm":"SHA256","checksumValue":"8bae454fa8a6a9637c4c65786301059b4bfb545e85ab35fc07744e1ed0d39684"},{"algorithm":"SHA1","checksumValue":"6d137706597b30fbb7b1be35776a17f563de80b0"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Connectivity-UsbHost-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-UsbHost-Package.cab-D08B8572B28608EC1B4EF9A4A912C70A70719A6A","checksums":[{"algorithm":"SHA256","checksumValue":"72b597623a01b8c0c95e26157e8b8d186ff0bd2ee7bc55b09b8cc089bc84cb88"},{"algorithm":"SHA1","checksumValue":"d08b8572b28608ec1b4ef9a4a912c70a70719a6a"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Containers-Adjustments-EnableOverrides-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Containers-Adjustments-EnableOverrides-Package.cab-0BD1113327945C6B22FCC8C9EB25D9FEB0293F2F","checksums":[{"algorithm":"SHA256","checksumValue":"f9d195a136f72158a6a90ef8768aca4444be8843f1641a50fd7c4e204db6c334"},{"algorithm":"SHA1","checksumValue":"0bd1113327945c6b22fcc8c9eb25d9feb0293f2f"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCoreUpdateOS-Devices-Security-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCoreUpdateOS-Devices-Security-Package.cab-171945098B3F2E012638B9DE1B2C563BCF228AE3","checksums":[{"algorithm":"SHA256","checksumValue":"96b62d6e40d7099be6154a7b1b48ebc1735517413b8c3006ae53ca824c9958c8"},{"algorithm":"SHA1","checksumValue":"171945098b3f2e012638b9de1b2c563bcf228ae3"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Storage-Via-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Via-Package.cab-F68E1EAD0805759F375433EE087114256FE1019E","checksums":[{"algorithm":"SHA256","checksumValue":"74a5f13736e3e33a4e014f82b438c4eace813dc51b28524cba1c34a3fe5690ff"},{"algorithm":"SHA1","checksumValue":"f68e1ead0805759f375433ee087114256fe1019e"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-ContainerOS-NightsWatchLab-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-ContainerOS-NightsWatchLab-Package.cab-AA7D0988605E722CBB6297533E3D876B3B5560DD","checksums":[{"algorithm":"SHA256","checksumValue":"711e71dc40abdad0362e01d2f9de7932cc717e9651e77d9ba89e3386fbfcda40"},{"algorithm":"SHA1","checksumValue":"aa7d0988605e722cbb6297533e3d876b3b5560dd"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-DefaultApp-Feature-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-DefaultApp-Feature-Package.cab-B74CFB019E999998070D2E1FB0444D44861899F9","checksums":[{"algorithm":"SHA256","checksumValue":"9728f18f70ca993af601c81061d80eaaedf7a8f967dd126064c32d9efc4843cc"},{"algorithm":"SHA1","checksumValue":"b74cfb019e999998070d2e1fb0444d44861899f9"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-IoT-Containers-Server-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-IoT-Containers-Server-Package.cab-AA955E2C7CB60C093E21F5F8448621E76EDB529E","checksums":[{"algorithm":"SHA256","checksumValue":"467cac80f6755c7135cbd3024b07f2775cdfb0d5fef4ba45ecfe5ebab84cc7c2"},{"algorithm":"SHA1","checksumValue":"aa955e2c7cb60c093e21f5f8448621e76edb529e"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-PnP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-PnP-Package.cab-7E0A68597995BD5F74475A59AD504E6E310125E3","checksums":[{"algorithm":"SHA256","checksumValue":"1c70dff44345043a48bcd2e8a925186b7e0a6a8651f3f25d14e28dcfb8c2825c"},{"algorithm":"SHA1","checksumValue":"7e0a68597995bd5f74475a59ad504e6e310125e3"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-WDP-WOW64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-WDP-WOW64-Package.cab-AFBA570AC2D2F9921E644075D88B67437005315D","checksums":[{"algorithm":"SHA256","checksumValue":"90e0c3cc5ab1cc6bbeae7013251276cc57ac52266518c59d4e93d517be26972d"},{"algorithm":"SHA1","checksumValue":"afba570ac2d2f9921e644075d88b67437005315d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-ReverseForwarders-Enable-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-ReverseForwarders-Enable-Package.cab-5909845A903E96BB7A5AF4B41B1BF0703BC2EB1E","checksums":[{"algorithm":"SHA256","checksumValue":"8bb4595b7b8a4138efcadd42dbea3c8146131dc6e00a19ce1698a9ac8c085ce1"},{"algorithm":"SHA1","checksumValue":"5909845a903e96bb7a5af4b41b1bf0703bc2eb1e"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Sensors-TestDrivers-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Sensors-TestDrivers-Package.cab-DF420FB658BFFFB349EF36382EFBD501469BCB3C","checksums":[{"algorithm":"SHA256","checksumValue":"005a94e4a8e4e126cf818143a38d8896447d32bad432affdf7c84a0e867ad200"},{"algorithm":"SHA1","checksumValue":"df420fb658bfffb349ef36382efbd501469bcb3c"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Server-Common-IIS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Server-Common-IIS-Package.cab-45F6DDB3AB0EC6D4E8B26F645F8B7FFE96BA1406","checksums":[{"algorithm":"SHA256","checksumValue":"764a842114b76ebf8402b63eb363d257f4675f91ff8b27cff2e3282d24495f56"},{"algorithm":"SHA1","checksumValue":"45f6ddb3ab0ec6d4e8b26f645f8b7ffe96ba1406"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/InternalBuildPackage-ServicingStack-DesktopImaging-Package.cab","SPDXID":"SPDXRef-File--cabs-InternalBuildPackage-ServicingStack-DesktopImaging-Package.cab-66E0B8A711301F7B1E8796845016C21003136909","checksums":[{"algorithm":"SHA256","checksumValue":"dc8693fccd8286378072cbbea35068d0747dc4e8a4350ef05ae3b5009c3306d8"},{"algorithm":"SHA1","checksumValue":"66e0b8a711301f7b1e8796845016c21003136909"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Networking-Broadcom-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Broadcom-Package.cab-3F70244EA47F8A56734EE7DFC9D77F5AB3404317","checksums":[{"algorithm":"SHA256","checksumValue":"2a175caf30d7f0a42baaaad906f905b9c11e16ab9405fdeacc1181af1aa3fe8a"},{"algorithm":"SHA1","checksumValue":"3f70244ea47f8a56734ee7dfc9d77f5ab3404317"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-SoftwareLoadBalancer-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-SoftwareLoadBalancer-Package.cab-4AED429CF056B7663719902ABA252573E12AEA25","checksums":[{"algorithm":"SHA256","checksumValue":"7b3a176e1256334d2e92ca76e576cb90999cd62ac7e3dca0e5f170ccb8f36af1"},{"algorithm":"SHA1","checksumValue":"4aed429cf056b7663719902aba252573e12aea25"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-DTrace-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-DTrace-Package.cab-5B7EB8570C772FE2B1C2C372C5185DB0EE4C8298","checksums":[{"algorithm":"SHA256","checksumValue":"bc74204b60e1c6e9ee960af7bb90053cc11576d64a75e21eddc45c9c9660ac43"},{"algorithm":"SHA1","checksumValue":"5b7eb8570c772fe2b1c2c372c5185db0ee4c8298"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-TSP-Core-Console-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-TSP-Core-Console-Wow64-Package.cab-1C5322A647555A3E8404D8D0B6952290FC8C12DF","checksums":[{"algorithm":"SHA256","checksumValue":"3f0bdf31f64b66c5180689be6c12936e7b4fa96b8c813941704a6939c1356e73"},{"algorithm":"SHA1","checksumValue":"1c5322a647555a3e8404d8d0b6952290fc8c12df"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/InternalBuildPackage-ServicingStack-Core-Package.cab","SPDXID":"SPDXRef-File--cabs-InternalBuildPackage-ServicingStack-Core-Package.cab-737F593D951F8BDFC48B205E4D8BE9C8751E1BC1","checksums":[{"algorithm":"SHA256","checksumValue":"6159d0f77425b22bca1f7e68b32bb43ab6efccc8f6c50c318ba494102ea9257b"},{"algorithm":"SHA1","checksumValue":"737f593d951f8bdfc48b205e4d8be9c8751e1bc1"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/InternalBuildPackage-ServicingStack-Lite-Package.cab","SPDXID":"SPDXRef-File--cabs-InternalBuildPackage-ServicingStack-Lite-Package.cab-683FFFD9282783EAEF6789A3A4DDF7C53F922180","checksums":[{"algorithm":"SHA256","checksumValue":"590c4d25ecc4db757bc8d6530e1a3e0bdfc440de624fc6e8965f503e66b02026"},{"algorithm":"SHA1","checksumValue":"683fffd9282783eaef6789a3a4ddf7c53f922180"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-PCDrivers-NoSetup-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-PCDrivers-NoSetup-Package.cab-4B00091F82FB22E4A905DD8C119FCA75B074D21D","checksums":[{"algorithm":"SHA256","checksumValue":"c3f436220478d711b26bf1a01f3e535c7198ef6f9e77e11a16b4f84fa84670f2"},{"algorithm":"SHA1","checksumValue":"4b00091f82fb22e4a905dd8c119fca75b074d21d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-DiskTools-WOW64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-DiskTools-WOW64-Package.cab-6F0EE4F764A2300D442560DD79B5501CC8163AC5","checksums":[{"algorithm":"SHA256","checksumValue":"8c43171eec93d51b91029315ec9f3aefcafa47875e6ad7bf70aa3f2b5e12b108"},{"algorithm":"SHA1","checksumValue":"6f0ee4f764a2300d442560dd79b5501cc8163ac5"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-GameOS-LateInstall-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-GameOS-LateInstall-Package.cab-27F5EA02384D2F93C2CFDD8347C2B317F47EB4EF","checksums":[{"algorithm":"SHA256","checksumValue":"d7405873dba117bb8222b31dbddf654516b59ed05e348bae20a662bdd7a6ce91"},{"algorithm":"SHA1","checksumValue":"27f5ea02384d2f93c2cfdd8347c2b317f47eb4ef"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Manufacturing-FactoryOrchestrator-Service-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Manufacturing-FactoryOrchestrator-Service-Package.cab-FF16260EFB4F59A7B567EDE4647AF40AAC3A127F","checksums":[{"algorithm":"SHA256","checksumValue":"39618f08f8116f3c83bbe8be9e6ddaa332a41206a2f3e5d16eade0806e4bc09f"},{"algorithm":"SHA1","checksumValue":"ff16260efb4f59a7b567ede4647af40aac3a127f"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-ContainerOSPlus-SandBoxOnly-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-ContainerOSPlus-SandBoxOnly-Package.cab-93D36E7A56B05FD5F4C8B1BEFE0AF4168F50FB3B","checksums":[{"algorithm":"SHA256","checksumValue":"cfc8e7805354c5ce12da9447b2d96f3b6f0d418ea9dc478c065bcbf7fb83cc20"},{"algorithm":"SHA1","checksumValue":"93d36e7a56b05fd5f4c8b1befe0af4168f50fb3b"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-OpenSSH-Common-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-OpenSSH-Common-Package.cab-FBF31063359F827D94317D867052D7BA14948871","checksums":[{"algorithm":"SHA256","checksumValue":"8cb0fe8d8687fa975d226766555174be048a8b83af7f07d4c00a10dc7d04aa86"},{"algorithm":"SHA1","checksumValue":"fbf31063359f827d94317d867052d7ba14948871"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-DNS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-DNS-Package.cab-F71AD9C9528AA9B91485CA359E86AC5B64EB52AD","checksums":[{"algorithm":"SHA256","checksumValue":"e08d9a08066e2f0fefaf8152e8530c17126f6a9c9dc2365b6f13cfa5f62076a4"},{"algorithm":"SHA1","checksumValue":"f71ad9c9528aa9b91485ca359e86ac5b64eb52ad"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-ShieldedVM-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-ShieldedVM-Package.cab-FA4BB87CE3D6AB7F28375191C4417B6614163010","checksums":[{"algorithm":"SHA256","checksumValue":"3a06b51f5fdc2a621c0cf6132cfcd312ca61f3ae34243203649c3a227d0e3109"},{"algorithm":"SHA1","checksumValue":"fa4bb87ce3d6ab7f28375191c4417b6614163010"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-SenseClient-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-SenseClient-Package.cab-A683EAC20B955CF8C3739771E2DBBC59AC9DC726","checksums":[{"algorithm":"SHA256","checksumValue":"8fabef7c496dc0cd564c3f8c51636879345ffaa97346acd58b2089634f9a19d9"},{"algorithm":"SHA1","checksumValue":"a683eac20b955cf8c3739771e2dbbc59ac9dc726"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Networking-Mellanox-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Mellanox-Package.cab-3FC400AFD4F7D1A4DEF395B11E50BF46007D45DA","checksums":[{"algorithm":"SHA256","checksumValue":"4e03368c632846bdf54f6260096f2414772e98ee787d8b3171bd3de55dc10e08"},{"algorithm":"SHA1","checksumValue":"3fc400afd4f7d1a4def395b11e50bf46007d45da"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/InternalBuildPackage-ServicingStack-Full-Package.cab","SPDXID":"SPDXRef-File--cabs-InternalBuildPackage-ServicingStack-Full-Package.cab-DFE6A14FDD0143219480CA59D6F60E7425C21AC0","checksums":[{"algorithm":"SHA256","checksumValue":"d7ae48fcf5e82e47205525df778ac08f15181a70d87ddd58c8907c4c64be66b7"},{"algorithm":"SHA1","checksumValue":"dfe6a14fdd0143219480ca59d6f60e7425c21ac0"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-ClientCore-Shared-TSP-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-ClientCore-Shared-TSP-Wow64-Package.cab-95A4CA61251CA0A2B163DAC62AC47794E7AD0D6F","checksums":[{"algorithm":"SHA256","checksumValue":"91c5d362cc1dd32898399fdbae638f42668c3e1bf61cc1f43d898cb8039612fe"},{"algorithm":"SHA1","checksumValue":"95a4ca61251ca0a2b163dac62ac47794e7ad0d6f"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-CloudHost-Umbrella-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-CloudHost-Umbrella-Wow64-Package.cab-365402349B20DDEFFFED224DFE3F0D3C355B7D48","checksums":[{"algorithm":"SHA256","checksumValue":"cbc5f8f82911599238c2f332c0348495d97754e4a4ad4a0e18b60c749586d3ba"},{"algorithm":"SHA1","checksumValue":"365402349b20ddefffed224dfe3f0d3c355b7d48"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Connectivity-Bluetooth-Test-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-Bluetooth-Test-Package.cab-581717F9351ABD461224D176F5CA7C8DA0DFAC54","checksums":[{"algorithm":"SHA256","checksumValue":"2788e472bf65aa10427ef01af06d6a5e4d4fbc37ad5cc8c48c43110df1d4408d"},{"algorithm":"SHA1","checksumValue":"581717f9351abd461224d176f5ca7c8da0dfac54"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Networking-Chelsio-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Chelsio-Package.cab-AE2EC63480939CCA067B25A47A0FFAFAD6B477EA","checksums":[{"algorithm":"SHA256","checksumValue":"15d427cf042af563386fb8f53eae07740244a7ef47f0f4c8aa606b9f94c9ee24"},{"algorithm":"SHA1","checksumValue":"ae2ec63480939cca067b25a47a0ffafad6b477ea"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-VHD-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-VHD-Package.cab-9F851884CAB136D1BC46607AD4DCAA22DA847007","checksums":[{"algorithm":"SHA256","checksumValue":"a0a5b25a9b3b0494c3333ec60c1332992121915592920524b3b4c8ceff123e73"},{"algorithm":"SHA1","checksumValue":"9f851884cab136d1bc46607ad4dcaa22da847007"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-CloudHost-MOS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-CloudHost-MOS-Package.cab-C94761566DA26E5D8941B079AE99BE3E137D5FD3","checksums":[{"algorithm":"SHA256","checksumValue":"833f69ad427ab10917158e9b2929bb4a77daa4a7914686d1082049d258fad890"},{"algorithm":"SHA1","checksumValue":"c94761566da26e5d8941b079ae99be3e137d5fd3"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-TSP-Core-Console-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-TSP-Core-Console-Package.cab-AF3A70F45846D73A7D93CDC2537EF66DBD645DC4","checksums":[{"algorithm":"SHA256","checksumValue":"4b80d60db00432bd77843472c640f8dd6b3a8dd90ea3f806d7737ca0f3f741e8"},{"algorithm":"SHA1","checksumValue":"af3a70f45846d73a7d93cdc2537ef66dbd645dc4"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-OnecoreDrivers-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-OnecoreDrivers-Package.cab-0A81A60ECED40C9782742D85DE93CD3F5380196B","checksums":[{"algorithm":"SHA256","checksumValue":"779be2e4d5aac264283d5cd5fccfbf70d5d5efac88a8266958146add2f93b7b4"},{"algorithm":"SHA1","checksumValue":"0a81a60eced40c9782742d85de93cd3f5380196b"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Storage-Lsi-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Lsi-Package.cab-7E56514D004B9C4A9777BD6769AAFBEE59906EA0","checksums":[{"algorithm":"SHA256","checksumValue":"6346882bd207d4bd43681326526bab1853b768b9535afe21cdae6a75b2e6f299"},{"algorithm":"SHA1","checksumValue":"7e56514d004b9c4a9777bd6769aafbee59906ea0"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-TSP-Common-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-TSP-Common-Package.cab-0B26408EAB3036A5D5F6EA3DAC54BC00F9A05AE2","checksums":[{"algorithm":"SHA256","checksumValue":"610db11475cb63d95de0de6b8c18a47e1b7cce6fd770d0428ecaca6ace390aa2"},{"algorithm":"SHA1","checksumValue":"0b26408eab3036a5d5f6ea3dac54bc00f9a05ae2"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Connectivity-HID-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-HID-Package.cab-563D36A98EAB0AC9AE900EC06C9BF72EC9616C01","checksums":[{"algorithm":"SHA256","checksumValue":"3e1188685d83d3370e687e02134e987c039565681c47b9051ba98d92b551cbe1"},{"algorithm":"SHA1","checksumValue":"563d36a98eab0ac9ae900ec06c9bf72ec9616c01"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-NetFx35.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-NetFx35.cab-6935051DA02BB6C14DA0568E08464747E564B987","checksums":[{"algorithm":"SHA256","checksumValue":"57d154dacbbbb35d0d5faf46ae6e743ca1e2caf466da5a19d6fe0d646a8e701c"},{"algorithm":"SHA1","checksumValue":"6935051da02bb6c14da0568e08464747e564b987"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-SRA-Driver-Verifier-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-SRA-Driver-Verifier-Package.cab-E684FE35A21FE7BD48461C01530AC940FB0AD872","checksums":[{"algorithm":"SHA256","checksumValue":"2780109676e92d6559f2b7eb9f0db1644355f212285f3b2094b0166e4abf6f9e"},{"algorithm":"SHA1","checksumValue":"e684fe35a21fe7bd48461c01530ac940fb0ad872"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-DiskTools-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-DiskTools-Package.cab-FAE7D2994F618B4CE1389A66E0355891108559A6","checksums":[{"algorithm":"SHA256","checksumValue":"3074a595169c8f42af13289467730daa6b9c9191aeb696175ec4126dcfd33da1"},{"algorithm":"SHA1","checksumValue":"fae7d2994f618b4ce1389a66e0355891108559a6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Azure-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Azure-Package.cab-8E31F3BC5BBF35CC21355B1F6F7250A61D9CD043","checksums":[{"algorithm":"SHA256","checksumValue":"32fd8c6a5af900bc50b282df59ad62ba346d78e71fde72958df575a6cccf4ec8"},{"algorithm":"SHA1","checksumValue":"8e31f3bc5bbf35cc21355b1f6f7250a61d9cd043"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Bluetooth-Mesh-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Bluetooth-Mesh-Wow64-Package.cab-A6C8AF9FD6C59A28F876525273B38077B6806C84","checksums":[{"algorithm":"SHA256","checksumValue":"251832db31cbabad007ee322a7f4aa7e5f6e3a148e56a5d919862054b05abcb4"},{"algorithm":"SHA1","checksumValue":"a6c8af9fd6c59a28f876525273b38077b6806c84"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-OpenSSH-ClientOnly-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-OpenSSH-ClientOnly-Package.cab-414A6118C01886FF0ED44E4C09B8D9EBCB3F8C16","checksums":[{"algorithm":"SHA256","checksumValue":"e6f25a1e894d7b7511719a62171b1f7ae4436593365f880a52ab2cf8dc0f349a"},{"algorithm":"SHA1","checksumValue":"414a6118c01886ff0ed44e4c09b8d9ebcb3f8c16"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-IoT-CEPAL-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-IoT-CEPAL-Package.cab-65BC2823F3340EE39FA4DE69D4CBD8A98008E18C","checksums":[{"algorithm":"SHA256","checksumValue":"e373077f0149523fb3af7cc3af7ff115af0d9c4a3d564b2a1ef1e31f7c6329a7"},{"algorithm":"SHA1","checksumValue":"65bc2823f3340ee39fa4de69d4cbd8a98008e18c"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Win2-NETCoreCompat-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Win2-NETCoreCompat-Package.cab-C3D21635F92A1AFB66B9D14DE335E4CA32F72639","checksums":[{"algorithm":"SHA256","checksumValue":"6720e3999b3b1693995d4e624baae6c3024928046e657930c76ec4e069252572"},{"algorithm":"SHA1","checksumValue":"c3d21635f92a1afb66b9d14de335e4ca32f72639"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-BootshSvc-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-BootshSvc-Package.cab-DC2EF26CE1E998D2E6447C852781C9CC5759A947","checksums":[{"algorithm":"SHA256","checksumValue":"97b82441ebdec199e92357ef5255075d44ce462156ed0e817add62470d00d0fe"},{"algorithm":"SHA1","checksumValue":"dc2ef26ce1e998d2e6447c852781c9cc5759a947"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Devices-PowerShell-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Devices-PowerShell-Package.cab-53640F2177E9C41C86AFD98820F9BF4311AF2D3E","checksums":[{"algorithm":"SHA256","checksumValue":"b7e00c4fd12c82965288ae4aec3578dcc91a9c73d686acd05fdd56192fed6cdd"},{"algorithm":"SHA1","checksumValue":"53640f2177e9c41c86afd98820f9bf4311af2d3e"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-CloudHost-Shared-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-CloudHost-Shared-TSP-Package.cab-B061A1604304981682FA5D35C0D2BA6F89EF0144","checksums":[{"algorithm":"SHA256","checksumValue":"3785a4fd93d03872e15e151fbc2b2ad7c5d91a86c1d0313a693d79fa82815fba"},{"algorithm":"SHA1","checksumValue":"b061a1604304981682fa5d35c0d2ba6f89ef0144"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-SPB-Devices-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-SPB-Devices-Package.cab-4D44E65DBD2764CFB21C660FBCF77CE58D942037","checksums":[{"algorithm":"SHA256","checksumValue":"67cc6ff06a3ea6e2a74addbedfcd51c1f583c99454c06eae46c77952f8765bc3"},{"algorithm":"SHA1","checksumValue":"4d44e65dbd2764cfb21c660fbcf77ce58d942037"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-NetFx45.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-NetFx45.cab-938401FE2106C6AE5E62E21748FD7C64B66E3B4F","checksums":[{"algorithm":"SHA256","checksumValue":"b59ab001b6a701f2835d572862ada1bbe40041d1e0148751d3b981feb6917f9d"},{"algorithm":"SHA1","checksumValue":"938401fe2106c6ae5e62e21748fd7c64b66e3b4f"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-SystemOS-Internal-WER-Settings-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-SystemOS-Internal-WER-Settings-Package.cab-FA51E8406C214F0CA34F535F92B0F228832A689D","checksums":[{"algorithm":"SHA256","checksumValue":"7e935b48c223580a2829c25fe6bfa163b12d704084b2aeca654bed88ee551af7"},{"algorithm":"SHA1","checksumValue":"fa51e8406c214f0ca34f535f92b0f228832a689d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-UtilityVM-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-UtilityVM-TSP-Package.cab-6244711328BCB13FE400C974489C38533F3AD98A","checksums":[{"algorithm":"SHA256","checksumValue":"c14ce91ebccfc345d2d34000c28fd26aa66e69fb863af7f68cdb962213b7d934"},{"algorithm":"SHA1","checksumValue":"6244711328bcb13fe400c974489c38533f3ad98a"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-CloudHost-Shared-TSP-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-CloudHost-Shared-TSP-Wow64-Package.cab-80307FF75499E62C042E17B4A1EA1CAABA90E2AC","checksums":[{"algorithm":"SHA256","checksumValue":"f7ac4a584b09cdc8af0110591f4f1908333749e87eb07143046b9724400692fe"},{"algorithm":"SHA1","checksumValue":"80307ff75499e62c042e17b4a1ea1caaba90e2ac"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-IoTUAPDefaultApp-Feature-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-IoTUAPDefaultApp-Feature-Package.cab-FCAA97C607C669CCCA9EA5FE008421BFC3B7A441","checksums":[{"algorithm":"SHA256","checksumValue":"6141b45aaf55379ca233e46f9e49e5449387c040ae7c2a1b10bb67dc3ba82684"},{"algorithm":"SHA1","checksumValue":"fcaa97c607c669ccca9ea5fe008421bfc3b7a441"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-SRA-App-Verifier-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-SRA-App-Verifier-Package.cab-E81BCD6D2BC8E01A063004114C1D7C5F36CF4CF9","checksums":[{"algorithm":"SHA256","checksumValue":"d1246a442b5f4b8ce760d8fef8f598dc25752aa5f967c82052ce8c7e13a49326"},{"algorithm":"SHA1","checksumValue":"e81bcd6d2bc8e01a063004114c1d7c5f36cf4cf9"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-ContainerOS-NonProd-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-ContainerOS-NonProd-Package.cab-B3D30F2B799561AA6E506848A8EB33C0C3E7FF01","checksums":[{"algorithm":"SHA256","checksumValue":"d7f1bdd04cab3992744c10c255c1dd8a112ee05d707d5fa187508aa2526b2af8"},{"algorithm":"SHA1","checksumValue":"b3d30f2b799561aa6e506848a8eb33c0c3e7ff01"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Defender-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Defender-Package.cab-FE9F000F23F7EFD9748FB234B4CEC982EC308104","checksums":[{"algorithm":"SHA256","checksumValue":"e9aaa6baea1cc58116dedaa769516134ba83908c295cd3c1644b1a5e8a604b15"},{"algorithm":"SHA1","checksumValue":"fe9f000f23f7efd9748fb234b4cec982ec308104"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-ServerManagementToolsProviders-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-ServerManagementToolsProviders-Package.cab-24684B21E50D6FFAB2CD3B727A91B96C080694C7","checksums":[{"algorithm":"SHA256","checksumValue":"84e080d0b35de2a135f14aa5a39f37f2e4582ae38042e867c1997dade2529dac"},{"algorithm":"SHA1","checksumValue":"24684b21e50d6ffab2cd3b727a91b96c080694c7"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-TestAutomationNetwork-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-TestAutomationNetwork-Package.cab-40D5621FA8B626E4D5016B28373CB741D4D52E38","checksums":[{"algorithm":"SHA256","checksumValue":"1b6c03d751d7c538496d94ba5e69742955c65ec2dfee2db750b247f44dc89cb4"},{"algorithm":"SHA1","checksumValue":"40d5621fa8b626e4d5016b28373cb741d4d52e38"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-NetworkDrivers-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-NetworkDrivers-Package.cab-8E6946E84F808BB11F9CD61826DA395760F9B8B9","checksums":[{"algorithm":"SHA256","checksumValue":"0428919f6b0174b1ba7b9411a98c486f0298542edc1512cc296ac4c33e4567e0"},{"algorithm":"SHA1","checksumValue":"8e6946e84f808bb11f9cd61826da395760f9b8b9"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Product-systemos__Microsoft-Xbox-SystemOS-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Product-systemos--Microsoft-Xbox-SystemOS-TSP-Package.cab-5E7E5B2112C00D27464C95185FD617861EC8F37E","checksums":[{"algorithm":"SHA256","checksumValue":"ab4546ce50ade18ea61900cfd92f3c31b7d46062cdd58f85f19605b36d5da73b"},{"algorithm":"SHA1","checksumValue":"5e7e5b2112c00d27464c95185fd617861ec8f37e"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-ContainerOS-BootshSvc-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-ContainerOS-BootshSvc-Package.cab-87E604695823E241B26E3FC6179AAC1EFB040001","checksums":[{"algorithm":"SHA256","checksumValue":"72230304b80151fb09cfe6499d45acfc94d58b5032a8f5920c9e11a5f8f6e663"},{"algorithm":"SHA1","checksumValue":"87e604695823e241b26e3fc6179aac1efb040001"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-NetFx45-WOW64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-NetFx45-WOW64-Package.cab-E9BE89E1B49160AEBAFAFA4F76F8853A26B32032","checksums":[{"algorithm":"SHA256","checksumValue":"fd833cada140ef75a885b87d4b6a6656de4a55ea81073c5c2fa3f3a37a63dd92"},{"algorithm":"SHA1","checksumValue":"e9be89e1b49160aebafafa4f76f8853a26b32032"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Onecore-ResetTrigger-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Onecore-ResetTrigger-Package.cab-5616DAC65433C30CEA21A2ABFD96A5806E1DF39E","checksums":[{"algorithm":"SHA256","checksumValue":"ba156cbebc8e12df96ab9aed0c5948ecb65808009b9a4ad177d47ecdd6877aaf"},{"algorithm":"SHA1","checksumValue":"5616dac65433c30cea21a2abfd96a5806e1df39e"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-Connectivity-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-Connectivity-Package.cab-84A394BE5C7A71DCAC508FB5AAECA8120E79B6CA","checksums":[{"algorithm":"SHA256","checksumValue":"96085867477307b143006cfa5e4b254faa7f307748675f047a8a383140b78ebf"},{"algorithm":"SHA1","checksumValue":"84a394be5c7a71dcac508fb5aaeca8120e79b6ca"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-Multimedia-VirtualLampDriver-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-Multimedia-VirtualLampDriver-Package.cab-652083ECDB2CB76559EC4E501009511DF1C31B26","checksums":[{"algorithm":"SHA256","checksumValue":"959dd36dad076b6510140605c0a7313a645ffd86727b5c055eef57c4bd78dc5c"},{"algorithm":"SHA1","checksumValue":"652083ecdb2cb76559ec4e501009511df1c31b26"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-TSP-Core-UAP-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-TSP-Core-UAP-Package.cab-757DE2DAD597CBA49E39FAC73570E4CE1ABD695C","checksums":[{"algorithm":"SHA256","checksumValue":"2077527be746c26670e2cd0f3ea7ba32ab1086ad52e0958a3a071502c6ad4f23"},{"algorithm":"SHA1","checksumValue":"757de2dad597cba49e39fac73570e4ce1abd695c"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-PCDrivers-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-PCDrivers-Package.cab-4B178524B84B4F6FFC41CAC61BF9184333B1D8B3","checksums":[{"algorithm":"SHA256","checksumValue":"cdb1cd0547e6158e90ad5ed4bf61907aa89f342f969eeee596b06644c0ca0130"},{"algorithm":"SHA1","checksumValue":"4b178524b84b4f6ffc41cac61bf9184333b1d8b3"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-GDIPlus-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-GDIPlus-Package.cab-4BD5653C272F4B10E267B174593FF340FB76232C","checksums":[{"algorithm":"SHA256","checksumValue":"dd225114eb2817a528baa028c5f2b2b926a5577aab20166f4ce4e0f192e7568d"},{"algorithm":"SHA1","checksumValue":"4bd5653c272f4b10e267b174593ff340fb76232c"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-OpenSSH-ServerOnly-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-OpenSSH-ServerOnly-Package.cab-6C422C4B0CE195CEB7C195FD4FF6FAEE5DC31646","checksums":[{"algorithm":"SHA256","checksumValue":"3c0e54cf6dd2e8f3d6d40c05d36ffa4cfae4ff6831e6c45ba48f0ba1f6eb391c"},{"algorithm":"SHA1","checksumValue":"6c422c4b0ce195ceb7c195fd4ff6faee5dc31646"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-IoTUAP-ToolKit-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-IoTUAP-ToolKit-Package.cab-31D414A62360D799CAACE9CBEEE61EC31A574D72","checksums":[{"algorithm":"SHA256","checksumValue":"426ba9263839e40645e6134a6a50bc14c9aca82a380a8fe8b82d221385281e60"},{"algorithm":"SHA1","checksumValue":"31d414a62360d799caace9cbeee61ec31a574d72"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-CoreSystem-TSP-IoT-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-TSP-IoT-Package.cab-9F278EE9CCD6CF20931CEEF3D602EABCC011FC2C","checksums":[{"algorithm":"SHA256","checksumValue":"be6834a963ec0c583f228fa47347272d64fd62c8b71f01abed51ab2cb54eb8fb"},{"algorithm":"SHA1","checksumValue":"9f278ee9ccd6cf20931ceef3d602eabcc011fc2c"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-PnP-WOW64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-PnP-WOW64-Package.cab-633D2900CB31D1F399FD70935ED42F113AB0CA8A","checksums":[{"algorithm":"SHA256","checksumValue":"994955b773c7b11f5830599ac5415338a8716b838901630888c0135be8cc2102"},{"algorithm":"SHA1","checksumValue":"633d2900cb31d1f399fd70935ed42f113ab0ca8a"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-ReverseForwarders-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-ReverseForwarders-Package.cab-0E3EE958CBEBEDFBC9C3AA02FB1A416648C30838","checksums":[{"algorithm":"SHA256","checksumValue":"3f969f4433fb82f2adfc955456d6d037a35bc56d265e290c7ccda62d11943072"},{"algorithm":"SHA1","checksumValue":"0e3ee958cbebedfbc9c3aa02fb1a416648c30838"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Bridge-ContainerFeatures-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Bridge-ContainerFeatures-Package.cab-261D446E2243DD6F4D2A529333367C608E35541A","checksums":[{"algorithm":"SHA256","checksumValue":"2bcfa1b57bba44f0cf8dbddaf8f512a988507fa46858ae1e0d4ed318063fe083"},{"algorithm":"SHA1","checksumValue":"261d446e2243dd6f4d2a529333367c608e35541a"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-NetworkVirtualizationDiagnostics-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-NetworkVirtualizationDiagnostics-Package.cab-47A94100BB1361C8B0EB1CC7675505E961C6C5A1","checksums":[{"algorithm":"SHA256","checksumValue":"0ce05ffece97d4126d7b5dd98e14cc09268f84be9db3a93177d427331e7eb03c"},{"algorithm":"SHA1","checksumValue":"47a94100bb1361c8b0eb1cc7675505e961c6c5a1"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Networking-QLogic-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-QLogic-Package.cab-95BBEFA49409DD86BF83A4E1B0BE89D0F7C94E85","checksums":[{"algorithm":"SHA256","checksumValue":"c19d2e760351216f99329acd883a01e32d75624b2e3969fe73bac9f8f8c2f285"},{"algorithm":"SHA1","checksumValue":"95bbefa49409dd86bf83a4e1b0be89d0f7c94e85"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Win3-NETFrameworkCompat-WOW64-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Win3-NETFrameworkCompat-WOW64-Package.cab-9589B8B677EBC5AFC2346FF8FE0B51AAC27D0C52","checksums":[{"algorithm":"SHA256","checksumValue":"cf9cdca48968574da2df86b271cc8bc699491aa3040d9f392410d7516ef4cd1d"},{"algorithm":"SHA1","checksumValue":"9589b8b677ebc5afc2346ff8fe0b51aac27d0c52"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-Servicing-Full-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-Servicing-Full-Package.cab-5159B1310E17D9CAF92509A097960AB668A184B6","checksums":[{"algorithm":"SHA256","checksumValue":"80e3549a9c5b59e0b4f22de5e0da65ae0633dd8452ff2e7f13294908dd727bfc"},{"algorithm":"SHA1","checksumValue":"5159b1310e17d9caf92509a097960ab668a184b6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-ClientCore-TSP-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-ClientCore-TSP-Package.cab-6C07832813C5AB525C08A32FAD7E37251B20156B","checksums":[{"algorithm":"SHA256","checksumValue":"685d3587b7cb4323471c26e5828d5688b14aaea447daeb027b784cf1665c9b1a"},{"algorithm":"SHA1","checksumValue":"6c07832813c5ab525c08a32fad7e37251b20156b"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Composable-OneCoreUAP-WCOSCDG-Sensors-Drivers-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Composable-OneCoreUAP-WCOSCDG-Sensors-Drivers-Package.cab-7AB9EC46DD622E2D7176A7F63D62013BACDEF687","checksums":[{"algorithm":"SHA256","checksumValue":"622ce45235870a259a6d655c8ec5ab92222e4eb9511628bf37c0b3dd0a40fb83"},{"algorithm":"SHA1","checksumValue":"7ab9ec46dd622e2d7176a7f63d62013bacdef687"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Host-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Host-Package.cab-850B549434782CF4BD1C6ADAD156B36013126751","checksums":[{"algorithm":"SHA256","checksumValue":"f688515592be2b6138576fc053407117312b774f2a6c0d4e2f20b68f2bbd0f76"},{"algorithm":"SHA1","checksumValue":"850b549434782cf4bd1c6adad156b36013126751"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-International-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-International-Package.cab-F9209FE0126BA4B9E7B8FCBB2A757956B4283BC8","checksums":[{"algorithm":"SHA256","checksumValue":"4dbace603263e975875b293dd0ef5c04a6d9b6ac3c59ba33d50786c428bf6759"},{"algorithm":"SHA1","checksumValue":"f9209fe0126ba4b9e7b8fcbb2a757956b4283bc8"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Win1-SerialConsole-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Win1-SerialConsole-Package.cab-46998AB1D15ABBEE1369E24887814435639A5980","checksums":[{"algorithm":"SHA256","checksumValue":"f38393cbc263288d1e27d70378ffbdd1189bce689e063674c57027b4a7a644a1"},{"algorithm":"SHA1","checksumValue":"46998ab1d15abbee1369e24887814435639a5980"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-OpenGL-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-OpenGL-Package.cab-9A39CBF6DAB8E14147C56CC7BD9893EFFE162C9C","checksums":[{"algorithm":"SHA256","checksumValue":"5457545a648b84c2b2aa53abb20ef8844789d5afbc8e6a154c1b07386656d0b2"},{"algorithm":"SHA1","checksumValue":"9a39cbf6dab8e14147c56cc7bd9893effe162c9c"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Xbox-SystemOS-StateSeparation-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Xbox-SystemOS-StateSeparation-Package.cab-832AC6CA42E21DA308D25CCCE5A6BEAA33988D49","checksums":[{"algorithm":"SHA256","checksumValue":"678144903db90af753cd5333caa832e35814d131436864f60f106ab184bc7886"},{"algorithm":"SHA1","checksumValue":"832ac6ca42e21da308d25ccce5a6beaa33988d49"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-ContainerOS-GuestConfig-Vail-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-ContainerOS-GuestConfig-Vail-Wow64-Package.cab-59A2C2775D2002B3669CD82F3EEA5E1485929136","checksums":[{"algorithm":"SHA256","checksumValue":"2c8e6f3cbf9095f005e3b72c91214fefdb1ed0cf1432eb222c797b6adc7ec9e0"},{"algorithm":"SHA1","checksumValue":"59a2c2775d2002b3669cd82f3eea5e1485929136"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-WinVOS-NetFx45-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-WinVOS-NetFx45-Package.cab-3DBA34F3345E9087E557A470EBB8FF088A19BBD2","checksums":[{"algorithm":"SHA256","checksumValue":"3d35721f0f6060bd8925f701c3d8abf7bb7f574a456558a8aefb75b94d42fdbe"},{"algorithm":"SHA1","checksumValue":"3dba34f3345e9087e557a470ebb8ff088a19bbd2"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-OneCore-PortableBaseLayer-Service-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-OneCore-PortableBaseLayer-Service-Package.cab-3CB32F5B769097C78A5414A618FFC3A444E0D8AD","checksums":[{"algorithm":"SHA256","checksumValue":"ca7a1c90c52dbd5d1a82989457aff58e27211f03cf1e2b69c41a8f7658fe4b1b"},{"algorithm":"SHA1","checksumValue":"3cb32f5b769097c78a5414a618ffc3a444e0d8ad"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Bridge-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Bridge-Package.cab-067EEA0C47C3326B42C141AA32D133AA0FB70EBA","checksums":[{"algorithm":"SHA256","checksumValue":"59c4e53d235751af748917ecb00dcd7dfb4fc6d5cab3e00244c45cccb13986d9"},{"algorithm":"SHA1","checksumValue":"067eea0c47c3326b42c141aa32d133aa0fb70eba"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-OEM-Drivers-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-OEM-Drivers-Package.cab-5EA776E70217BB179C0C05AF9253AE62C5B79B71","checksums":[{"algorithm":"SHA256","checksumValue":"2d88911c9e12205bb7c557162e00ebdaba869872ffe5484c57cfb102c6b0bebd"},{"algorithm":"SHA1","checksumValue":"5ea776e70217bb179c0c05af9253ae62c5b79b71"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Networking-Realtek-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Realtek-Package.cab-BF29A63892382255CCBC600B6309DB066B0DE3D8","checksums":[{"algorithm":"SHA256","checksumValue":"79be2f272d4575ca14d886101e4ca404b3574381d2ccaff20d9f74fea23daa01"},{"algorithm":"SHA1","checksumValue":"bf29a63892382255ccbc600b6309db066b0de3d8"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-AfUnix-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-AfUnix-Package.cab-EB01794B9B51A035F0947E358357BFB39729AFD6","checksums":[{"algorithm":"SHA256","checksumValue":"7ea26cd186fe0f092f0c4c11fe641f6b424b833c144d4ebff7ef6b7e82011f8b"},{"algorithm":"SHA1","checksumValue":"eb01794b9b51a035f0947e358357bfb39729afd6"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-Windows-VDS-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-Windows-VDS-Package.cab-A8C33F072B7A1ACD16B14C7CDB22B7F8E036FD4D","checksums":[{"algorithm":"SHA256","checksumValue":"41a9419f84b0f0e22112605023c4e690890100f4fc0d42fe12712da940d4ea39"},{"algorithm":"SHA1","checksumValue":"a8c33f072b7a1acd16b14c7cdb22b7f8e036fd4d"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Windows-ClientCore-TSP-Wow64-Package.cab","SPDXID":"SPDXRef-File--cabs-Windows-ClientCore-TSP-Wow64-Package.cab-C77D6070BD31E9A3B9E92C017D4C52555833DE1A","checksums":[{"algorithm":"SHA256","checksumValue":"9f3d163b4e2c0b55b80ce1c1e48bd1b751de98eb9140877091eff4a92ebc2a2e"},{"algorithm":"SHA1","checksumValue":"c77d6070bd31e9a3b9e92c017d4c52555833de1a"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Drivers-Other-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Other-Package.cab-D32DE28EBDA2FF715C63CB3543B03E2AE6401FC3","checksums":[{"algorithm":"SHA256","checksumValue":"977b03a7082073c709e3fe4632d8a944575571886ed6b4ead26834741671de6a"},{"algorithm":"SHA1","checksumValue":"d32de28ebda2ff715c63cb3543b03e2ae6401fc3"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"},{"fileName":"./cabs/Microsoft-NanoServer-Win32Compat-Package.cab","SPDXID":"SPDXRef-File--cabs-Microsoft-NanoServer-Win32Compat-Package.cab-7C30599BDF46553701811999AF9E408C258D61C2","checksums":[{"algorithm":"SHA256","checksumValue":"334982391636c1650472949bd085bb7ac18940998615425da606c24063a0fa88"},{"algorithm":"SHA1","checksumValue":"7c30599bdf46553701811999af9e408c258d61c2"}],"licenseConcluded":"NOASSERTION","licenseInfoInFiles":["NOASSERTION"],"copyrightText":"NOASSERTION"}],"packages":[{"name":"BOOTABLESKUS_SDP","SPDXID":"SPDXRef-RootPackage","downloadLocation":"NOASSERTION","packageVerificationCode":{"packageVerificationCodeValue":"2e2b2a5a06511c2e5856133a615e22676c6f2653"},"filesAnalyzed":true,"licenseConcluded":"NOASSERTION","licenseInfoFromFiles":["NOASSERTION"],"licenseDeclared":"NOASSERTION","copyrightText":"NOASSERTION","versionInfo":"a1a6bcf3-f9b6-55b0-7092-919ba087b0dc","supplier":"Organization: Microsoft","hasFiles":["SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Other-Package.cab-D32DE28EBDA2FF715C63CB3543B03E2AE6401FC3","SPDXRef-File--cabs-Microsoft-Windows-AfUnix-Package.cab-EB01794B9B51A035F0947E358357BFB39729AFD6","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Realtek-Package.cab-BF29A63892382255CCBC600B6309DB066B0DE3D8","SPDXRef-File--cabs-Microsoft-NanoServer-Win32Compat-Package.cab-7C30599BDF46553701811999AF9E408C258D61C2","SPDXRef-File--cabs-Windows-ClientCore-TSP-Wow64-Package.cab-C77D6070BD31E9A3B9E92C017D4C52555833DE1A","SPDXRef-File--cabs-Microsoft-NanoServer-Bridge-Package.cab-067EEA0C47C3326B42C141AA32D133AA0FB70EBA","SPDXRef-File--cabs-Microsoft-Xbox-SystemOS-StateSeparation-Package.cab-832AC6CA42E21DA308D25CCCE5A6BEAA33988D49","SPDXRef-File--cabs-Microsoft-Windows-OpenGL-Package.cab-9A39CBF6DAB8E14147C56CC7BD9893EFFE162C9C","SPDXRef-File--cabs-Microsoft-NanoServer-Host-Package.cab-850B549434782CF4BD1C6ADAD156B36013126751","SPDXRef-File--cabs-Windows-ClientCore-TSP-Package.cab-6C07832813C5AB525C08A32FAD7E37251B20156B","SPDXRef-File--cabs-Microsoft-Win1-SerialConsole-Package.cab-46998AB1D15ABBEE1369E24887814435639A5980","SPDXRef-File--cabs-Microsoft-OneCore-International-Package.cab-F9209FE0126BA4B9E7B8FCBB2A757956B4283BC8","SPDXRef-File--cabs-Microsoft-Windows-Servicing-Full-Package.cab-5159B1310E17D9CAF92509A097960AB668A184B6","SPDXRef-File--cabs-Microsoft-OneCore-IoTUAP-ToolKit-Package.cab-31D414A62360D799CAACE9CBEEE61EC31A574D72","SPDXRef-File--cabs-Microsoft-OneCore-PortableBaseLayer-Service-Package.cab-3CB32F5B769097C78A5414A618FFC3A444E0D8AD","SPDXRef-File--cabs-Microsoft-WinVOS-GDIPlus-Package.cab-4BD5653C272F4B10E267B174593FF340FB76232C","SPDXRef-File--cabs-Microsoft-WinVOS-Connectivity-Package.cab-84A394BE5C7A71DCAC508FB5AAECA8120E79B6CA","SPDXRef-File--cabs-Microsoft-Windows-VDS-Package.cab-A8C33F072B7A1ACD16B14C7CDB22B7F8E036FD4D","SPDXRef-File--cabs-Microsoft-NanoServer-OEM-Drivers-Package.cab-5EA776E70217BB179C0C05AF9253AE62C5B79B71","SPDXRef-File--cabs-Windows-ContainerOS-GuestConfig-Vail-Wow64-Package.cab-59A2C2775D2002B3669CD82F3EEA5E1485929136","SPDXRef-File--cabs-Microsoft-Composable-OneCoreUAP-WCOSCDG-Sensors-Drivers-Package.cab-7AB9EC46DD622E2D7176A7F63D62013BACDEF687","SPDXRef-File--cabs-Microsoft-OneCore-ReverseForwarders-Package.cab-0E3EE958CBEBEDFBC9C3AA02FB1A416648C30838","SPDXRef-File--cabs-Microsoft-WinVOS-PnP-WOW64-Package.cab-633D2900CB31D1F399FD70935ED42F113AB0CA8A","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-TSP-IoT-Package.cab-9F278EE9CCD6CF20931CEEF3D602EABCC011FC2C","SPDXRef-File--cabs-Microsoft-OneCore-OpenSSH-ServerOnly-Package.cab-6C422C4B0CE195CEB7C195FD4FF6FAEE5DC31646","SPDXRef-File--cabs-Microsoft-OneCore-TSP-Core-UAP-Package.cab-757DE2DAD597CBA49E39FAC73570E4CE1ABD695C","SPDXRef-File--cabs-Microsoft-WinVOS-NetFx45-WOW64-Package.cab-E9BE89E1B49160AEBAFAFA4F76F8853A26B32032","SPDXRef-File--cabs-Microsoft-OneCore-TestAutomationNetwork-Package.cab-40D5621FA8B626E4D5016B28373CB741D4D52E38","SPDXRef-File--cabs-Microsoft-NanoServer-ServerManagementToolsProviders-Package.cab-24684B21E50D6FFAB2CD3B727A91B96C080694C7","SPDXRef-File--cabs-Microsoft-Xbox-SRA-App-Verifier-Package.cab-E81BCD6D2BC8E01A063004114C1D7C5F36CF4CF9","SPDXRef-File--cabs-Microsoft-Windows-IoTUAPDefaultApp-Feature-Package.cab-FCAA97C607C669CCCA9EA5FE008421BFC3B7A441","SPDXRef-File--cabs-Microsoft-Windows-NetFx45.cab-938401FE2106C6AE5E62E21748FD7C64B66E3B4F","SPDXRef-File--cabs-Microsoft-OneCore-IoT-CEPAL-Package.cab-65BC2823F3340EE39FA4DE69D4CBD8A98008E18C","SPDXRef-File--cabs-Windows-CloudHost-Shared-TSP-Package.cab-B061A1604304981682FA5D35C0D2BA6F89EF0144","SPDXRef-File--cabs-Microsoft-OneCore-Devices-PowerShell-Package.cab-53640F2177E9C41C86AFD98820F9BF4311AF2D3E","SPDXRef-File--cabs-Microsoft-Windows-NetFx35.cab-6935051DA02BB6C14DA0568E08464747E564B987","SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-HID-Package.cab-563D36A98EAB0AC9AE900EC06C9BF72EC9616C01","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-OnecoreDrivers-Package.cab-0A81A60ECED40C9782742D85DE93CD3F5380196B","SPDXRef-File--cabs-Microsoft-OneCore-TSP-Core-Console-Package.cab-AF3A70F45846D73A7D93CDC2537EF66DBD645DC4","SPDXRef-File--cabs-Microsoft-CloudHost-MOS-Package.cab-C94761566DA26E5D8941B079AE99BE3E137D5FD3","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Chelsio-Package.cab-AE2EC63480939CCA067B25A47A0FFAFAD6B477EA","SPDXRef-File--cabs-Microsoft-Windows-ContainerOS-BootshSvc-Package.cab-87E604695823E241B26E3FC6179AAC1EFB040001","SPDXRef-File--cabs-Product-systemos--Microsoft-Xbox-SystemOS-TSP-Package.cab-5E7E5B2112C00D27464C95185FD617861EC8F37E","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-NetworkDrivers-Package.cab-8E6946E84F808BB11F9CD61826DA395760F9B8B9","SPDXRef-File--cabs-Microsoft-NanoServer-Defender-Package.cab-FE9F000F23F7EFD9748FB234B4CEC982EC308104","SPDXRef-File--cabs-Windows-CloudHost-Shared-TSP-Wow64-Package.cab-80307FF75499E62C042E17B4A1EA1CAABA90E2AC","SPDXRef-File--cabs-Microsoft-UtilityVM-TSP-Package.cab-6244711328BCB13FE400C974489C38533F3AD98A","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-BootshSvc-Package.cab-DC2EF26CE1E998D2E6447C852781C9CC5759A947","SPDXRef-File--cabs-Microsoft-Win2-NETCoreCompat-Package.cab-C3D21635F92A1AFB66B9D14DE335E4CA32F72639","SPDXRef-File--cabs-Microsoft-WinVOS-DiskTools-Package.cab-FAE7D2994F618B4CE1389A66E0355891108559A6","SPDXRef-File--cabs-Microsoft-Xbox-SRA-Driver-Verifier-Package.cab-E684FE35A21FE7BD48461C01530AC940FB0AD872","SPDXRef-File--cabs-Microsoft-CloudHost-Umbrella-Wow64-Package.cab-365402349B20DDEFFFED224DFE3F0D3C355B7D48","SPDXRef-File--cabs-InternalBuildPackage-ServicingStack-Full-Package.cab-DFE6A14FDD0143219480CA59D6F60E7425C21AC0","SPDXRef-File--cabs-Microsoft-OneCore-OpenSSH-Common-Package.cab-FBF31063359F827D94317D867052D7BA14948871","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-PCDrivers-NoSetup-Package.cab-4B00091F82FB22E4A905DD8C119FCA75B074D21D","SPDXRef-File--cabs-Microsoft-WinVOS-NetFx45-Package.cab-3DBA34F3345E9087E557A470EBB8FF088A19BBD2","SPDXRef-File--cabs-Microsoft-Win3-NETFrameworkCompat-WOW64-Package.cab-9589B8B677EBC5AFC2346FF8FE0B51AAC27D0C52","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-QLogic-Package.cab-95BBEFA49409DD86BF83A4E1B0BE89D0F7C94E85","SPDXRef-File--cabs-Microsoft-NanoServer-NetworkVirtualizationDiagnostics-Package.cab-47A94100BB1361C8B0EB1CC7675505E961C6C5A1","SPDXRef-File--cabs-Microsoft-NanoServer-Bridge-ContainerFeatures-Package.cab-261D446E2243DD6F4D2A529333367C608E35541A","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-PCDrivers-Package.cab-4B178524B84B4F6FFC41CAC61BF9184333B1D8B3","SPDXRef-File--cabs-Microsoft-OneCore-Multimedia-VirtualLampDriver-Package.cab-652083ECDB2CB76559EC4E501009511DF1C31B26","SPDXRef-File--cabs-Microsoft-Onecore-ResetTrigger-Package.cab-5616DAC65433C30CEA21A2ABFD96A5806E1DF39E","SPDXRef-File--cabs-Windows-ContainerOS-NonProd-Package.cab-B3D30F2B799561AA6E506848A8EB33C0C3E7FF01","SPDXRef-File--cabs-Microsoft-Xbox-SystemOS-Internal-WER-Settings-Package.cab-FA51E8406C214F0CA34F535F92B0F228832A689D","SPDXRef-File--cabs-Microsoft-NanoServer-SPB-Devices-Package.cab-4D44E65DBD2764CFB21C660FBCF77CE58D942037","SPDXRef-File--cabs-Microsoft-OneCore-Manufacturing-FactoryOrchestrator-Service-Package.cab-FF16260EFB4F59A7B567EDE4647AF40AAC3A127F","SPDXRef-File--cabs-InternalBuildPackage-ServicingStack-Lite-Package.cab-683FFFD9282783EAEF6789A3A4DDF7C53F922180","SPDXRef-File--cabs-Microsoft-Windows-DTrace-Package.cab-5B7EB8570C772FE2B1C2C372C5185DB0EE4C8298","SPDXRef-File--cabs-Microsoft-NanoServer-SoftwareLoadBalancer-Package.cab-4AED429CF056B7663719902ABA252573E12AEA25","SPDXRef-File--cabs-Microsoft-OneCore-Sensors-TestDrivers-Package.cab-DF420FB658BFFFB349EF36382EFBD501469BCB3C","SPDXRef-File--cabs-Microsoft-OneCore-ReverseForwarders-Enable-Package.cab-5909845A903E96BB7A5AF4B41B1BF0703BC2EB1E","SPDXRef-File--cabs-Microsoft-IoT-Containers-Server-Package.cab-AA955E2C7CB60C093E21F5F8448621E76EDB529E","SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-UsbHost-Package.cab-D08B8572B28608EC1B4EF9A4A912C70A70719A6A","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-TSP-Common-WOW64-Package.cab-6D137706597B30FBB7B1BE35776A17F563DE80B0","SPDXRef-File--cabs-Microsoft-ContainerOS-TSP-Package.cab-380642CF543497AD2E6D016F373C76F61B5AD014","SPDXRef-File--cabs-Microsoft-OneCore-OpenSSH-ClientOnly-Package.cab-414A6118C01886FF0ED44E4C09B8D9EBCB3F8C16","SPDXRef-File--cabs-Microsoft-OneCore-Bluetooth-Mesh-Wow64-Package.cab-A6C8AF9FD6C59A28F876525273B38077B6806C84","SPDXRef-File--cabs-Microsoft-NanoServer-Azure-Package.cab-8E31F3BC5BBF35CC21355B1F6F7250A61D9CD043","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-TSP-Common-Package.cab-0B26408EAB3036A5D5F6EA3DAC54BC00F9A05AE2","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Lsi-Package.cab-7E56514D004B9C4A9777BD6769AAFBEE59906EA0","SPDXRef-File--cabs-Microsoft-OneCore-VHD-Package.cab-9F851884CAB136D1BC46607AD4DCAA22DA847007","SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-Bluetooth-Test-Package.cab-581717F9351ABD461224D176F5CA7C8DA0DFAC54","SPDXRef-File--cabs-Windows-ClientCore-Shared-TSP-Wow64-Package.cab-95A4CA61251CA0A2B163DAC62AC47794E7AD0D6F","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Mellanox-Package.cab-3FC400AFD4F7D1A4DEF395B11E50BF46007D45DA","SPDXRef-File--cabs-Microsoft-Windows-SenseClient-Package.cab-A683EAC20B955CF8C3739771E2DBBC59AC9DC726","SPDXRef-File--cabs-Microsoft-NanoServer-DNS-Package.cab-F71AD9C9528AA9B91485CA359E86AC5B64EB52AD","SPDXRef-File--cabs-Windows-ContainerOSPlus-SandBoxOnly-Package.cab-93D36E7A56B05FD5F4C8B1BEFE0AF4168F50FB3B","SPDXRef-File--cabs-Microsoft-Xbox-GameOS-LateInstall-Package.cab-27F5EA02384D2F93C2CFDD8347C2B317F47EB4EF","SPDXRef-File--cabs-Microsoft-WinVOS-DiskTools-WOW64-Package.cab-6F0EE4F764A2300D442560DD79B5501CC8163AC5","SPDXRef-File--cabs-InternalBuildPackage-ServicingStack-Core-Package.cab-737F593D951F8BDFC48B205E4D8BE9C8751E1BC1","SPDXRef-File--cabs-Microsoft-OneCore-TSP-Core-Console-Wow64-Package.cab-1C5322A647555A3E8404D8D0B6952290FC8C12DF","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Broadcom-Package.cab-3F70244EA47F8A56734EE7DFC9D77F5AB3404317","SPDXRef-File--cabs-InternalBuildPackage-ServicingStack-DesktopImaging-Package.cab-66E0B8A711301F7B1E8796845016C21003136909","SPDXRef-File--cabs-Microsoft-Server-Common-IIS-Package.cab-45F6DDB3AB0EC6D4E8B26F645F8B7FFE96BA1406","SPDXRef-File--cabs-Microsoft-WinVOS-PnP-Package.cab-7E0A68597995BD5F74475A59AD504E6E310125E3","SPDXRef-File--cabs-Microsoft-Windows-DefaultApp-Feature-Package.cab-B74CFB019E999998070D2E1FB0444D44861899F9","SPDXRef-File--cabs-Microsoft-OneCore-ContainerOS-NightsWatchLab-Package.cab-AA7D0988605E722CBB6297533E3D876B3B5560DD","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Via-Package.cab-F68E1EAD0805759F375433EE087114256FE1019E","SPDXRef-File--cabs-Windows-Win3-TSP-Package.cab-B7AFB832684B5A5E8F45BF22C89E3ED10FBC47DE","SPDXRef-File--cabs-CloudCore-Edition-AzureComputeHost-Downlevel-Package.cab-235A70EC118B86276BBB602D96A2FB76218C3A6C","SPDXRef-File--cabs-Microsoft-OneCoreUpdateOS-Devices-Security-Package.cab-171945098B3F2E012638B9DE1B2C563BCF228AE3","SPDXRef-File--cabs-Microsoft-Containers-Adjustments-EnableOverrides-Package.cab-0BD1113327945C6B22FCC8C9EB25D9FEB0293F2F","SPDXRef-File--cabs-Windows-Win3-TSP-Wow64-Package.cab-B553A3358FF8B516C66B4AA77BAA37ACA9C6CDC5","SPDXRef-File--cabs-Microsoft-OneCore-LibreSSL-Package.cab-E082D5AEA788953BD251250ED2AE1B08B400ED0D","SPDXRef-File--cabs-Microsoft-Windows-ContainerOSPlus-TSP-Package.cab-BCD77878443330EB88924AA2B794BE9765356710","SPDXRef-File--cabs-Windows-ContainerOS-GuestConfig-Vail-Package.cab-C345B388BBA14DF9840BB889AE92B1A6D80C2D73","SPDXRef-File--cabs-Microsoft-Windows-IoT-CEPAL-Package.cab-B1D3B773C1117EE01F66B04E296A2F5DBFB24B41","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-SoftReboot-Package.cab-A0F410AB3446A074B4AADE0F7C5ACB148B9A59CE","SPDXRef-File--cabs-Microsoft-Windows-AvCore-SystemOS-Package.cab-0E3749DAEFE352B140B9A33597340AC9C6968FD9","SPDXRef-File--cabs-Microsoft-Windows-Win32kFull-ApiSetSchema-Package.cab-E3ACC07B2FBD3894F608A7E44C2ABB88F4FE38BF","SPDXRef-File--cabs-Microsoft-Windows-FlightSettings-Package.cab-00269B5F5ABDB115E70D80339DF704AF7C1827DE","SPDXRef-File--cabs-CloudCore-Feature-HyperV-Package.cab-3FE68376E8C76BC9E5486FB2E028F2A079BF23A1","SPDXRef-File--cabs-Containers-DisposableClientVM-Package.cab-9999FFB86006A02472AB13B0D7B8372E7C5FA484","SPDXRef-File--cabs-Microsoft-WinVOS-GDIPlus-WOW64-Package.cab-83E5863156BAD18754C6FB94D1ADFF2BCCA1EC0D","SPDXRef-File--cabs-Microsoft-UtilityVM-Containers-Package.cab-01D8D27C9C6F83C5A1C6BE7BD90D55FFD8C00617","SPDXRef-File--cabs-Windows-Setup-Boot-Package.cab-D59A7FE7AB759DD95E6B76BA1551F285A84D3819","SPDXRef-File--cabs-Microsoft-Xbox-Host-Driver-Verifier-Package.cab-F88A64AAF822C20D7B6929F8995218AF9E65C8B0","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Amd-Package.cab-B82D570F09B20796B791EF4995F8B09311C9FFD4","SPDXRef-File--cabs-Microsoft-OneCore-ServicingStack-Lite-Package.cab-15DBECF75967D9734EF3832AD02C0D486267286A","SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PostBoot-Generic-Package.cab-6839677F6C28BDCF4B0C745BAD2C5E761907BB78","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Intel-Package.cab-5A6BF379C6A8246923712163C6F7560C02C44E39","SPDXRef-File--cabs-Microsoft-Windows-CloudHost-VDS-Wow64-Package.cab-59ABC54C7D7E8415FAFC19061ACC856E15E128C8","SPDXRef-File--cabs-Containers-Client-Manager-TSP-Package.cab-68E0C07BA515E5EDF67C5E05DC70B63C9299BBA5","SPDXRef-File--cabs-Microsoft-Windows-Runtime-Metadata-NanoServer-Package.cab-D53EC5EA7BE6A7EC1C1080BBB31416659EAB7E70","SPDXRef-File--cabs-Microsoft-Win2-Containers-GuestConfig-Package.cab-C7F766F622EEED7423EA914FD350F3C424D72DE7","SPDXRef-File--cabs-Microsoft-Windows-NetFxCommon.cab-8E7A118A1291325DA0F2E64D15A975C364AA1F1E","SPDXRef-File--cabs-Microsoft-OneCore-CodeIntegrity-ManufacturingMode-Package.cab-EA79C4CA680429F28BB0A81B76756F7F028EBFC4","SPDXRef-File--cabs-Microsoft-Containers-Adjustments-NanoServer-Overridable-Package.cab-C3A4752622745AA9B77FE575B0E56EF67BF40980","SPDXRef-File--cabs-Microsoft-NanoServer-NetworkVirtualization-Package.cab-00ADB42A2C4FC1D96B5E9C1087D26C56D8C68EA6","SPDXRef-File--cabs-Microsoft-Windows-CloudHost-VDS-Package.cab-DF714ABDFF7A0FAFCA300FAE25F3CA6DD4C2AC22","SPDXRef-File--cabs-Microsoft-Win1-PCDrivers-Package.cab-70CAE8352BA02B7B273FE2015A23D0EF0183332A","SPDXRef-File--cabs-Microsoft-NanoServer-BootFromWim-Package.cab-93BA112CD7B4C0697B9EE74CA3184FC824A1FF26","SPDXRef-File--cabs-Microsoft-NanoServer-Compute-Package.cab-5B890A41177ABFB52676CE501881FFD92F72FDA8","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-ClassExtensions-Package.cab-CD1452AFED023B6E796BDA33A8BA5037B7B26C2D","SPDXRef-File--cabs-Microsoft-Xbox-xcos-LateInstall-Package.cab-C1BF4A947536E3567131860E83D5BC5C55887DD2","SPDXRef-File--cabs-Microsoft-Win2-TSP-Package.cab-E2BED8135F0E27B4B54F0A132C3F69E3E95E0F7A","SPDXRef-File--cabs-Microsoft-Win1-TSP-Package.cab-B2A1F490715816572903092586BC59B30B5BD40C","SPDXRef-File--cabs-Microsoft-Windows-WirelessNetworking-ServerCore-Required-Package.cab-50E580F35F3B879226F74F3A44494958CC007121","SPDXRef-File--cabs-Containers-Client-Guest-Package.cab-029895AC6FE57B6D1509E035854397DCBD4CA478","SPDXRef-File--cabs-Microsoft-OneCore-TSP-Core-UAP-Wow64-Package.cab-55EA73BF510C17AC466AC341B1683E308FD15351","SPDXRef-File--cabs-Microsoft-Windows-OpenGL-WOW64-Package.cab-05017286DCE920E5BB041424BDCBE14AC6AE70EF","SPDXRef-File--cabs-Microsoft-NanoServer-IIS-Package.cab-74F4829F9C12CEBEB9F66F03DA184AF88267F16D","SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PostBoot-ContainerOS-Package.cab-8DE03322EA791F768C80F4FEBED2CCEB8AD23961","SPDXRef-File--cabs-CloudCore-Feature-Containers-Wow64-Package.cab-BCCC87B5B9EC593833CEC1FEA04C01F6703345EC","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Networking-Emulex-Package.cab-3DD7DFBC8A413F31E800CFEE730C14EF670D6E5B","SPDXRef-File--cabs-Microsoft-CloudHost-MOS-Wow64-Package.cab-547A24659BBE31306E7CAA6B7BBB313E30AC4DC6","SPDXRef-File--cabs-Microsoft-IoT-OCR-en-US-Package.cab-36DBC2A70AC17C95F8F93A8E7A002A5A801FA682","SPDXRef-File--cabs-CloudCore-Feature-Kernel-Wow64-Package.cab-5A00B4E5E3DC7598520504409B7046A5CA473525","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-QLogic-Package.cab-59AB3127D1461F96C56A7219070351A09E39DAFB","SPDXRef-File--cabs-Microsoft-ContainerOS-Standalone-TSP-Wow64-Package.cab-F4A86EB28FE25D5BDCE6301150C07FC16B1BC46D","SPDXRef-File--cabs-Containers-ApplicationGuard-Shared-Wow64-Package.cab-BB313DCE252FED5533BABCF620A35C870FFD3E25","SPDXRef-File--cabs-Microsoft-WinVOS-WDP-Package.cab-5CD78A608DE7C95B21547349258E910A11441F57","SPDXRef-File--cabs-Microsoft-Win1-BootFromWim-Package.cab-8996B3AE1C768B0E778F44B3DE178A52E96657EA","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-VmPhu-Package.cab-114EA509D0F0B2BFED6DFBD7407E47021F44D068","SPDXRef-File--cabs-Microsoft-OneCore-WPConDesktopDev-TSP-Package.cab-1D165556CA0A34A0DE1897A5ACD772A364ADAC83","SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PreBoot-Enterprise-Package.cab-07BC6AF8F1E86589465B6A1A388CB18534003BEA","SPDXRef-File--cabs-CloudCore-Feature-HyperV-UX-UI-Package.cab-555C52F18C9C90D35AD4E8714E660F30FCEC74A9","SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-Bluetooth-TestSupport-Package.cab-480826F8915731798D3AE5911AAB8B369E271104","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Intel-Package.cab-724906FE9ACB8DD04C50E3053DA4DD4DA6AA2D71","SPDXRef-File--cabs-InternalBuildPackage-ServicingStack-OneCore-InstallOptions-Package.cab-B0276821F024CA3B4BA9E99403EA4E1431555F39","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Emulex-Package.cab-292CDA6F6E921C62B4F81A6A4AA39AE01DD7FE8E","SPDXRef-File--cabs-Microsoft-Xbox-Keystone-StateSeparation-Package.cab-8A8CC1609899BF44C28133D09D6DC13CFB64FAFD","SPDXRef-File--cabs-Microsoft-UtilityVM-Containers-Setup-TSP-Package.cab-48CF04F1807C1FFECA0611C0818F56BF2596C6CC","SPDXRef-File--cabs-Microsoft-OneCore-Containers-Guest-Package.cab-536F15816697F1C267F089A54C01FADD1E9348A3","SPDXRef-File--cabs-Microsoft-Windows-VDS-Required-Package.cab-F8BC9CB0465B43EE93706CFECE39EFD78BB32A7D","SPDXRef-File--cabs-Microsoft-NanoServer-Guest-Package.cab-D297FB4F2EF30872D46D7044DAE732FE6B4BD4F6","SPDXRef-File--cabs-Microsoft-Windows-CloudHost-iSCSIInitiator-Package.cab-53E2569D62ACD9BC6DEAF27D99ADA16AEB9F2F58","SPDXRef-File--cabs-Windows-ClientCore-Shared-TSP-Package.cab-60DAACFA2DAEBE4DDAF49FCA892E04B2E56213FE","SPDXRef-File--cabs-Microsoft-OneCore-UnixCommandLineTools-Package.cab-73DE3590FFDB60C4F6E64251F838E45800DDC936","SPDXRef-File--cabs-Microsoft-OneCore-Multimedia-VirtualCameraDriver-Package.cab-4E4A029284914768A38214EC2D5EC3D65566E7D2","SPDXRef-File--cabs-Microsoft-WinVOS-BootEnv-Package.cab-F412D5966CA734081B90F9AA38C3DC526034B688","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-FileInfo-Package.cab-A7ECDE281AA198613ACFD10E5104C38758F8CB65","SPDXRef-File--cabs-Microsoft-CloudHost-Umbrella-Package.cab-A81BA7C55975807B8FC2AAD0D18C47B74AB8D882","SPDXRef-File--cabs-Microsoft-OneCore-ContainerOS-NightsWatchProd-Package.cab-6E374203920EF23BB839BB26FFA92FD72E1211C8","SPDXRef-File--cabs-Microsoft-OneCore-Sirep-TSP-Package.cab-25796249F84C90427D73EED37A37A5512AFE8CBA","SPDXRef-File--cabs-Microsoft-NanoServer-SecureStartup-Package.cab-533B15FFE8C807849F0BBFAD805CC245831202A0","SPDXRef-File--cabs-Microsoft-OneCore-PersistentMemory-Drivers-Package.cab-1C362491BD372E748E1A0011439278014ED70E2C","SPDXRef-File--cabs-Containers-Guest-Gated-Package.cab-433C610EBA09CF906DF2D5FC63FC298C02ABA445","SPDXRef-File--cabs-Microsoft-Xbox-ERA-Driver-Verifier-Package.cab-7F3B732685A30E65546D65B72C3F7082A67ACEA6","SPDXRef-File--cabs-Microsoft-OneCore-Containers-Client-Manager-Guest-Package.cab-199844867CCB3B10794776281E74F3DEB925F7E6","SPDXRef-File--cabs-Microsoft-NanoServer-International-Package.cab-0757B5FE010DEA33100D7C47DB82B73D21A11B43","SPDXRef-File--cabs-Microsoft-OneCore-ServicingStack-UpdateOS-Package.cab-B267F267ED4BFD7C7D68B05969002A196FC1ADBC","SPDXRef-File--cabs-CloudCore-Feature-Kernel-Package.cab-8E85486CBF825D1D84F832F010DC54AB3B0A3FBD","SPDXRef-File--cabs-Microsoft-OneCore-IOTUAP-TSP-Package.cab-2A46F8B199362897DE70CFB60A24B1BC96DEAFAE","SPDXRef-File--cabs-HyperV-Feature-Containers-Package.cab-D9E67BC48774C9417B3D3CFE775E2E29152EA785","SPDXRef-File--cabs-Microsoft-OneCore-FileSystem-Support-Package.cab-A2DE038CC939245EE863BB6A21CDC98296333FB0","SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-HIDMiniports-Package.cab-E21C5729EEA9140B3B32C0929AA77F6C78C0A822","SPDXRef-File--cabs-Microsoft-OneCore-Connectivity-Serial-Package.cab-487DEEBEB5DB0C1E9E8ABB0076A65873012C8583","SPDXRef-File--cabs-HyperV-Guest-KernelInt-Package.cab-E22F689E31278870019B093B35C7B3990CA02ED7","SPDXRef-File--cabs-Microsoft-OneCore-Graphics-Display-DisplayEnhancementService-Package.cab-A98B8F3714DAD8F9A2C0ECABE10347B80101E618","SPDXRef-File--cabs-Microsoft-NanoServer-SCVMM-Package.cab-C793D5E2A5AB34642F723904502370E51AEE24C6","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Other-Package.cab-7A86DF8E00E943255D06D1223420430AE18775F7","SPDXRef-File--cabs-Microsoft-ContainerOS-Standalone-TSP-Package.cab-533524C9379B31C4627DC357D66D53A5285DEDC9","SPDXRef-File--cabs-Microsoft-OneCore-BootFromWim-Package.cab-691676A163AE934C6BA434691400F1A66ADE0C8A","SPDXRef-File--cabs-Microsoft-NanoServer-iSCSIInitiator-Package.cab-BB245FC1BBE8099A12EDC36D5E3D0E2D64F1568D","SPDXRef-File--cabs-Microsoft-NanoServer-Azure-Provisioning-Package.cab-07576C010E14BAC0BC32E0D274B8A73EFDCAC912","SPDXRef-File--cabs-Containers-BaseImage-Setup-Package.cab-3010FE2E6C04773447A7E0DC6A4673E54E89AA3C","SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PreBoot-Generic-Package.cab-F18B6EC02A0E3629CED47903E3761D845848C5BE","SPDXRef-File--cabs-CloudCore-Feature-HyperV-Wow64-Package.cab-0C3EC339ABD457B1310116CA4770FB9E8B9D4EC8","SPDXRef-File--cabs-Containers-Guest-Gated-Wow64-Package.cab-9CC666BC8443999443F1DEF29FA96ADD43DA22DE","SPDXRef-File--cabs-Microsoft-NanoServer-ShieldedVM-Package.cab-FA4BB87CE3D6AB7F28375191C4417B6614163010","SPDXRef-File--cabs-Microsoft-WinVOS-WDP-WOW64-Package.cab-AFBA570AC2D2F9921E644075D88B67437005315D","SPDXRef-File--cabs-CloudCore-Edition-AzureComputeHost-Package.cab-A45DB7E14BAB7DE129E1E0607E944D0EEAE01B96","SPDXRef-File--cabs-Microsoft-OneCore-VirtualizationBasedSecurity-Package.cab-B5FE7526AD1903ED794574D8E459A81DA73FE4F7","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-SiS-Package.cab-C882EBA3746E1E64DEB6681FCD8A21185BB1FEAC","SPDXRef-File--cabs-Microsoft-UtilityVM-Application-Experience-Mitigations-Package.cab-2BE8FF99350842D7B65B2E1652EC55EA81BEBDDF","SPDXRef-File--cabs-Microsoft-NanoServer-TSP-Package.cab-65A1A38C76D810B561A1A4454751EE08051C7CF0","SPDXRef-File--cabs-Microsoft-Win3-NETFrameworkCompat-Package.cab-74F14F99FA2A674809133C2B5DDAA1B34AD8A5BF","SPDXRef-File--cabs-Microsoft-NanoServer-DSC-Package.cab-6D83E4474E9242C7F22AC97617EF2A29DDD0CF2F","SPDXRef-File--cabs-Microsoft-Xbox-SystemOS-LateInstall-Package.cab-80DA0F83EC9F5B7FE4180E732EA61644A101EEB7","SPDXRef-File--cabs-Microsoft-NanoServer-Containers-Package.cab-26C71F0C021747EB886A216975B8E3E6B9971167","SPDXRef-File--cabs-Microsoft-Xbox-xcos-StateSeparation-Package.cab-F31A7526E14E2F2F2F1D5F768AE4C7DEF1C32421","SPDXRef-File--cabs-Microsoft-OneCore-Multimedia-NullAudioDriver-Package.cab-2F7A3F739621816E1FD31F2E00A4552877ADF2D7","SPDXRef-File--cabs-Microsoft-OneCore-Graphics-Display-DisplayEnhancementService-WCOS-Package.cab-AC1025061D97738E8B32D45E19FAED7066A887B6","SPDXRef-File--cabs-Microsoft-OneCore-IoT-CEPA-Debug-Package.cab-A0A0DB3DAA509EC67D0648C11E676AAEA75AA378","SPDXRef-File--cabs-Microsoft-NanoServer-WindowsServerApplicationInstaller-Package.cab-6DD618C5DFCF68931063B9BDE777F1AB1CE7AF36","SPDXRef-File--cabs-Microsoft-Win0-TSP-Package.cab-140C498668549DC1D3D0351D24F492A8D497DAD0","SPDXRef-File--cabs-Microsoft-OneCore-SD-Package.cab-DFBC9AF6E1EF8FAAEAC9FB45151B1F5B7CCCBA68","SPDXRef-File--cabs-Microsoft-Windows-ContainerOSPlus-TSP-Wow64-Package.cab-807EF43F2B387BEE89E4C00A6241A45DEDB6A372","SPDXRef-File--cabs-Microsoft-NanoServer-Bridge-Wow-Package.cab-56DFA1A4983FD0160ECCDB177B166412E9581637","SPDXRef-File--cabs-Microsoft-OneCore-Scripting-Package.cab-15C244F27316ABCD4447177B957AFFF7122A28ED","SPDXRef-File--cabs-Microsoft-NanoServer-Drivers-Storage-Core-Package.cab-212F6C4C7C0F1C89EC7C003D7CC1E3C156327EF6","SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PreBoot-ContainerOS-Package.cab-26B383ECE37D744718BB81BB37B95A9D59D3ACF0","SPDXRef-File--cabs-CloudCore-Feature-HyperV-UX-PowerShell-Package.cab-3E05E12528DAD301EBD1188DFB444E7D46B4E06C","SPDXRef-File--cabs-Containers-ApplicationGuard-Shared-Package.cab-D57962E5515B7BE353D25FF8B8DCFCC336C68BC0","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-PerfCounter-Package.cab-1BE906F10C62912158C76AB8FCADB80FCBF886E4","SPDXRef-File--cabs-Microsoft-Xbox-Keystone-LateInstall-Package.cab-A5B7D56DFD9B21046E1FD155CDDF7645AC3AC2C6","SPDXRef-File--cabs-Microsoft-OneCore-SerialConsole-Package.cab-8FBF429B28D699E3E1371AF4FC5335E501842102","SPDXRef-File--cabs-CloudCore-Feature-Containers-Package.cab-77531FDB494BE04C7702202F7FE316236A06B18D","SPDXRef-File--cabs-Microsoft-Windows-Hotpatch-Enrollment-Package.cab-E8805500A8D0C9D2772EBC82135B0C4C581687AB","SPDXRef-File--cabs-Microsoft-NanoServer-PowerShell-Package.cab-06720C9C468DC473A480B05CD0C872DE343FFBC8","SPDXRef-File--cabs-Microsoft-NanoServer-SCVMM-Compute-Package.cab-A9034E722B179F36F6701281EEA37E62F6ED9496","SPDXRef-File--cabs-Windows-ContainerOS-NonProd-Wow64-Package.cab-D83CAFDA8FA832CC11E3DF0091F92313F2B9DBB6","SPDXRef-File--cabs-Microsoft-OneCore-IoT-CEPAL-BCD-Package.cab-D20B964C8BC7553EDF5720FCEE79BB6FD4641B8E","SPDXRef-File--cabs-Microsoft-OneCore-Bluetooth-Mesh-Package.cab-9FFD594A912C2214D1C1C4EB3BC40AFE0D1C67E0","SPDXRef-File--cabs-Microsoft-IoTEdgeOS-Test-Package.cab-4F8FCBD02215867181C50EB9D5BD1BEBE546AD4A","SPDXRef-File--cabs-Microsoft-Windows-CoreSystem-TSP-Package.cab-2774EC04A35A5DF8ADA61806204AFB6D6013E6B5","SPDXRef-File--cabs-Microsoft-NanoServer-FailoverCluster-Package.cab-0447701D6140AD2BE8D48C61C830671528E401CB","SPDXRef-File--cabs-Microsoft-NanoServer-Storage-Package.cab-D3D1D2DAE7C7B18DB4F5DC6E873BC31627D28516","SPDXRef-File--cabs-Microsoft-Containers-Adjustments-PostBoot-Enterprise-Package.cab-5433A69B66AE5BD39CD5702EE0084EFE7038A0FB","SPDXRef-File--cabs-CloudCore-Feature-Guest-Package.cab-14A2C45E8E5754633AE00D780093DE2558B55EC2","SPDXRef-File--cabs-Microsoft-NanoServer-Containers-Bridge-Package.cab-9BFD9D1BC7AA4C5E55B23392C60FA56BBC4FC67E","SPDXRef-File--cabs-Containers-Guest-Gating-Package.cab-14253CCC4795F4122594CE469E0BB7186ACB8326"]}],"relationships":[{"relationshipType":"DESCRIBES","relatedSpdxElement":"SPDXRef-RootPackage","spdxElementId":"SPDXRef-DOCUMENT"}],"spdxVersion":"SPDX-2.2","dataLicense":"CC0-1.0","SPDXID":"SPDXRef-DOCUMENT","name":"BOOTABLESKUS_SDP a1a6bcf3-f9b6-55b0-7092-919ba087b0dc","documentNamespace":"https://sbom.microsoft/BOOTABLESKUS_SDP/a1a6bcf3-f9b6-55b0-7092-919ba087b0dc/24aef57f-4342-4160-824c-aafa1806904c","creationInfo":{"created":"2022-04-29T04:07:28Z","creators":["Organization: Microsoft","Tool: Microsoft.SBOMTool-2.1.7"]},"documentDescribes":["SPDXRef-RootPackage"]} \ No newline at end of file diff --git a/CoseSignTool/CoseSignUnitTests/TestData/DropSbom-PurlReferences.spdx.json b/CoseSignTool/CoseSignUnitTests/TestData/DropSbom-PurlReferences.spdx.json deleted file mode 100644 index 1331c521..00000000 --- a/CoseSignTool/CoseSignUnitTests/TestData/DropSbom-PurlReferences.spdx.json +++ /dev/null @@ -1,111496 +0,0 @@ -{ - "files": [ - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.deps.json-8DD5C0422FA997A0A27F07B315A0715ABC790CB1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "03ddeeda4fa76929cc3892420feb8c0542fb78d968e3d92c0e6509f9220a02ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "8dd5c0422fa997a0a27f07b315a0715abc790cb1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-CoverletSourceRootsMapping-B04E4E12D8FC135C57F8151AE5F57AEF8EEB290C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "538960abf3b5af2ea337eb6e2f2aed444bae91dfe49b7be0a4941e075b789c66" - }, - { - "algorithm": "SHA1", - "checksumValue": "b04e4e12d8fc135c57f8151ae5f57aef8eeb290c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.pdb-79CE12FE4469ABBF1DEDD712A2ED78948868F0A6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "439ecfd5e31dd4b6804748b4e622ac3d490419472947b5c2654885f4df0ae5db" - }, - { - "algorithm": "SHA1", - "checksumValue": "79ce12fe4469abbf1dedd712a2ed78948868f0a6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8c218dd5471e7fd6a3c8a96e7cb6f374e40729214e8c70b347e60636c153125a" - }, - { - "algorithm": "SHA1", - "checksumValue": "93ab20869927276399c1cca4e543de9c7cedbcbb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-5C76D7534366E245B4BB22221268300A044CFE28", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a77bdcd0fe1184acd98ad6423b832d962a9b24dc565120f286010f0ee3230fcc" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c76d7534366e245b4bb22221268300a044cfe28" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.deps.json-A5182A4511FBA18EBA02C14700B91A8122233F68", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "28d82034f8cd967af0b4ad80d841f9840040d625de4e526162ad7dfc3cc541a1" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5182a4511fba18eba02c14700b91a8122233f68" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll-130362604E5DA024755A84BCC0D48220E4593DBF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1b386e021d2830ecfb34ccaa708521ae0c33468840386dfe4fbb8dc287a4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "130362604e5da024755a84bcc0d48220e4593dbf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll-5638BF194942494961D96C08D355CF8C55F0A0AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "33104cda11e0da04c8c0f2d27a2e07077a76352b23cc6f8d610921feea32f8f9" - }, - { - "algorithm": "SHA1", - "checksumValue": "5638bf194942494961d96c08d355cf8c55f0a0ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "732b734cc080278a89a62a393c99816ebdcdfc8bd20cdfa6e88a60ebe7a59f67" - }, - { - "algorithm": "SHA1", - "checksumValue": "efcd1a1e48d12d856f0b6e7c6a9cd26aa9751626" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6574b3b7faeb0db75c89a7b14dc9447a2ab7c2ba7eaf9d7854185671ee312d10" - }, - { - "algorithm": "SHA1", - "checksumValue": "79fa4e9c54002527b953af20dbb6efa21f740435" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18989199e0323e1f701aa9a6a3698083188f210895d6f6f4571104e9a448f64f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c9a46db5784286b1bf7ba86e2369d7fee3fe9ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6af9f016f0316757ad100b613f71ebe827d81296d81cf1f19b7431624f89b683" - }, - { - "algorithm": "SHA1", - "checksumValue": "8615ae14e654c90430be2482582be0e77e0e76aa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cfeafbca346d7019c606a15a732f20f118e595f0b3b5837e1628940cdfcfe9a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "1102bbf6741848cb33eb6224beda2abe27be61b5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.xml-225672C411E257135A672CC9309664E95DF562BF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "03c3ef2ffc59918c5e6cfe91017f1fa858d0aeb49a450d77e1585b353c786cee" - }, - { - "algorithm": "SHA1", - "checksumValue": "225672c411e257135a672cc9309664e95df562bf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.pdb-E196F0FBCC799C9B3DA056B13A6C0F30C8B2D095", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e4136b8d0351d2f9ceaa240aa66d63fd18c5f4e04845b75226de2a179182a8c" - }, - { - "algorithm": "SHA1", - "checksumValue": "e196f0fbcc799c9b3da056b13a6c0f30c8b2d095" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4cbf940463fcead72e93e2545c4cc4dff7d93508731a3c01cf4a8b64e189b9cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca784dffb5416250b72a84306c7728868094ff37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4d8d151f911f88a8f883257d95b0a7c597082ba7e9b6b92c3e2f2f3b58b758dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "337d887db727b92b95776666a7f8e2fedf04311b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b39e2bd474c6ec1c8e1162759ea4c17b14d1356f4c24dcc7549892229fde5c1f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fc14871577b5abceb656aefc5b2871cf11bf6ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.deps.json-02A14639CF6FF24AE8B328624DF21CBA65815471", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f26c32dc300caf5e32d535ed6b0f5e894cbe7c8a6a844644de2d240f1c3bdc7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "02a14639cf6ff24ae8b328624df21cba65815471" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-984B43BDFF9C0F2BB4E87B29A35D80D3F3E05F45", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e23e290d624d72046b8dd2f7e62813a4239167c369c6be61893181a22f263bde" - }, - { - "algorithm": "SHA1", - "checksumValue": "984b43bdff9c0f2bb4e87b29a35d80d3f3e05f45" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.xml-F0EE964775E8956E3C5348E515363347ACE0285C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c60fb6bce71cc5d40645f071b86b44c758706649d33263e9472311b938e6f5e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0ee964775e8956e3c5348e515363347ace0285c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c45d7bcfb22c34cb33965c622ace173c14887d6fe1159910e3465d5f7cfcad" - }, - { - "algorithm": "SHA1", - "checksumValue": "5084fd613904df2c4405beb0a412c485fc5aa847" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "150af2dac14a573e88d16ba3059ee596e5831bdcdd213febb15c595e8e56b2e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "83bce1daa6eab39c91678e8e8f8afa86221e0487" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-CoverletSourceRootsMapping-195D7857E02654D984F2D8062A49407AEC412D59", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8cac11d9505e49860fd8c33a71677b38fd86e65b4038c428deabdc33b1c0663e" - }, - { - "algorithm": "SHA1", - "checksumValue": "195d7857e02654d984f2d8062a49407aec412d59" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.pdb-0ACB47EDA5A4180C44C83E5485C9287F8B0D5D6A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9fa7b1e1793fc3ed56f9a065c899e10b2697b2e16e475e683c1c28ac9b0c6e6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0acb47eda5a4180c44c83e5485c9287f8b0d5d6a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b955dfb0f27a00fbcb570c419ed316e01ae3c56f2df70deba45a22e7c0597741" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d9a1533782abcdceeda47e890adf49bff11e51d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58257c5ae55acf9a4a34d2ff01dc07a3830f51d80749e673b679dcf61c9cb99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "97e770f8e34e3010fb82cf5ee0c228c6fc9a7e56" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c06e9bbb28323ed8545a9056ca0ce8cfb774d00a8590f2d5bc007ea2256d9fa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd5be9f1082775f663acf2bde4b3f23f271956bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6574b3b7faeb0db75c89a7b14dc9447a2ab7c2ba7eaf9d7854185671ee312d10" - }, - { - "algorithm": "SHA1", - "checksumValue": "79fa4e9c54002527b953af20dbb6efa21f740435" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6af9f016f0316757ad100b613f71ebe827d81296d81cf1f19b7431624f89b683" - }, - { - "algorithm": "SHA1", - "checksumValue": "8615ae14e654c90430be2482582be0e77e0e76aa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cfeafbca346d7019c606a15a732f20f118e595f0b3b5837e1628940cdfcfe9a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "1102bbf6741848cb33eb6224beda2abe27be61b5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.deps.json-B766CCF1B353845D232492D809C2D966D155F90F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "65405e708e036dab8001f4ba9deacbcb395e7c192023614e408edb38843f1e34" - }, - { - "algorithm": "SHA1", - "checksumValue": "b766ccf1b353845d232492d809c2d966d155f90f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4cbf940463fcead72e93e2545c4cc4dff7d93508731a3c01cf4a8b64e189b9cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca784dffb5416250b72a84306c7728868094ff37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4d8d151f911f88a8f883257d95b0a7c597082ba7e9b6b92c3e2f2f3b58b758dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "337d887db727b92b95776666a7f8e2fedf04311b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7a7c4c761fb3d1cf12b57931409cc6f39d2bf5a243265f33a807a202c94569" - }, - { - "algorithm": "SHA1", - "checksumValue": "aff3cb336b8d3f73814b74b96d12a13df29f26ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8c218dd5471e7fd6a3c8a96e7cb6f374e40729214e8c70b347e60636c153125a" - }, - { - "algorithm": "SHA1", - "checksumValue": "93ab20869927276399c1cca4e543de9c7cedbcbb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7a7c4c761fb3d1cf12b57931409cc6f39d2bf5a243265f33a807a202c94569" - }, - { - "algorithm": "SHA1", - "checksumValue": "aff3cb336b8d3f73814b74b96d12a13df29f26ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8c218dd5471e7fd6a3c8a96e7cb6f374e40729214e8c70b347e60636c153125a" - }, - { - "algorithm": "SHA1", - "checksumValue": "93ab20869927276399c1cca4e543de9c7cedbcbb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.xml-D46002677621D4879C999551AAEE953832E46CB8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fa00683102b8c73e6c4dcfe6819ac66f52e4c60b3e1b838e242bd1b5b7b5b2a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "d46002677621d4879c999551aaee953832e46cb8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.deps.json-24723126D40B6D4D4045268F36D730029D3DB43D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1e42fa2c671a18209ee67ff1c75e1cce0ab2b287c11b6244122e1cc4ec385f8a" - }, - { - "algorithm": "SHA1", - "checksumValue": "24723126d40b6d4d4045268f36d730029d3db43d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c45d7bcfb22c34cb33965c622ace173c14887d6fe1159910e3465d5f7cfcad" - }, - { - "algorithm": "SHA1", - "checksumValue": "5084fd613904df2c4405beb0a412c485fc5aa847" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.deps.json-B4A73BA44DA9ED2829FA9A36C9FCE226A4EF0F7D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a655f2285a881313aebe451a082df751cbd5bafc0352e884cd4bdb34e37d634d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4a73ba44da9ed2829fa9a36c9fce226a4ef0f7d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-CoverletSourceRootsMapping-799DA80F39B7A88823CF2E70B6DF5E96B178C370", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bc1682b53a17be5794c6e82b0ef7e6245a11679bc1b65cb72fe80c43f22f10bc" - }, - { - "algorithm": "SHA1", - "checksumValue": "799da80f39b7a88823cf2e70b6df5e96b178c370" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.deps.json-EF56C6E390334254DA1FF180A9FB1D478D7EDFF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "083a03ce6e63f4a147559f16b8948ed0641a69edf1bbcbdee5fce5b27a2b5176" - }, - { - "algorithm": "SHA1", - "checksumValue": "ef56c6e390334254da1ff180a9fb1d478d7edff5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.xml-3D3842A131B0E81E3F156FF5C3EE98A1B29B4AD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "202a04d62dba970283165846ebcf1a7a32c5baa9cf941c4452cb9f1d2f3c36f3" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d3842a131b0e81e3f156ff5c3ee98a1b29b4ad5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "150af2dac14a573e88d16ba3059ee596e5831bdcdd213febb15c595e8e56b2e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "83bce1daa6eab39c91678e8e8f8afa86221e0487" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-5C76D7534366E245B4BB22221268300A044CFE28", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a77bdcd0fe1184acd98ad6423b832d962a9b24dc565120f286010f0ee3230fcc" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c76d7534366e245b4bb22221268300a044cfe28" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll-E94F456E74ED24EDFC880A1A113B63D1CCBA2B90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecaf775f5e72e245614f7a49cfeafe680ba34f0b484ecb1e1f08a494f0ac4d6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "e94f456e74ed24edfc880a1a113b63d1ccba2b90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b39e2bd474c6ec1c8e1162759ea4c17b14d1356f4c24dcc7549892229fde5c1f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fc14871577b5abceb656aefc5b2871cf11bf6ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Azure.Security.KeyVault.Secrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0318a5b4310c29bc9a923fe5c8f77bcfe5d74915e69557aa82505afed5a0ee6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "378c16f9aec43eeff3ccad8976a37b49e572c7e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/appsettings.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-appsettings.json-CED37D5128A8BB27C69B560CA832A313CBD186C1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8a5de849b2c0bda1fadb4b8fc9058e1a6d221e1e4d098b78b7906d89a04b6bb4" - }, - { - "algorithm": "SHA1", - "checksumValue": "ced37d5128a8bb27c69b560ca832a313cbd186c1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "732b734cc080278a89a62a393c99816ebdcdfc8bd20cdfa6e88a60ebe7a59f67" - }, - { - "algorithm": "SHA1", - "checksumValue": "efcd1a1e48d12d856f0b6e7c6a9cd26aa9751626" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4d8d151f911f88a8f883257d95b0a7c597082ba7e9b6b92c3e2f2f3b58b758dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "337d887db727b92b95776666a7f8e2fedf04311b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "836fa1009286db71e6b42e81f2feb899ad176d2cc3efe6d42713008c4ea643f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1559636b9fee884b2b30283a1bf2930dd0ee7df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7a7c4c761fb3d1cf12b57931409cc6f39d2bf5a243265f33a807a202c94569" - }, - { - "algorithm": "SHA1", - "checksumValue": "aff3cb336b8d3f73814b74b96d12a13df29f26ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.IdentityModel.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ca294ca9e3b7188e4e7fe5c33cd9fc83eacefdd718c7f4f152a99dfbd18e545f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f232d6b46c6e88cf4b55260c3fdd876a84b3e118" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58257c5ae55acf9a4a34d2ff01dc07a3830f51d80749e673b679dcf61c9cb99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "97e770f8e34e3010fb82cf5ee0c228c6fc9a7e56" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ac9a0bd690e6b46ee8476db873b052ce9ec1fef76b94c3e888c69bfea8da9af" - }, - { - "algorithm": "SHA1", - "checksumValue": "2917334a8038f654cd1c008b55b589a48f082c09" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b39e2bd474c6ec1c8e1162759ea4c17b14d1356f4c24dcc7549892229fde5c1f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fc14871577b5abceb656aefc5b2871cf11bf6ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1164d1f88e0b94d034b1a4d2ae3de7e8c816c77ca786328818fa0a876bbc9b9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fe5f8670301a959e45f5558792cbd5807a4fb53" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.IdentityModel.Tokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98eb2ddd00f7a62cb7e6c45dd7826baa857afb2a917682716e2b343c3f7cd1e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8280a4aea2b9d716f4dcf710fc57ba31e3f7878" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "732b734cc080278a89a62a393c99816ebdcdfc8bd20cdfa6e88a60ebe7a59f67" - }, - { - "algorithm": "SHA1", - "checksumValue": "efcd1a1e48d12d856f0b6e7c6a9cd26aa9751626" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18989199e0323e1f701aa9a6a3698083188f210895d6f6f4571104e9a448f64f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c9a46db5784286b1bf7ba86e2369d7fee3fe9ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-CoverletSourceRootsMapping-195D7857E02654D984F2D8062A49407AEC412D59", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8cac11d9505e49860fd8c33a71677b38fd86e65b4038c428deabdc33b1c0663e" - }, - { - "algorithm": "SHA1", - "checksumValue": "195d7857e02654d984f2d8062a49407aec412d59" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b955dfb0f27a00fbcb570c419ed316e01ae3c56f2df70deba45a22e7c0597741" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d9a1533782abcdceeda47e890adf49bff11e51d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c06e9bbb28323ed8545a9056ca0ce8cfb774d00a8590f2d5bc007ea2256d9fa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd5be9f1082775f663acf2bde4b3f23f271956bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-984B43BDFF9C0F2BB4E87B29A35D80D3F3E05F45", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e23e290d624d72046b8dd2f7e62813a4239167c369c6be61893181a22f263bde" - }, - { - "algorithm": "SHA1", - "checksumValue": "984b43bdff9c0f2bb4e87b29a35d80d3f3e05f45" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "836fa1009286db71e6b42e81f2feb899ad176d2cc3efe6d42713008c4ea643f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1559636b9fee884b2b30283a1bf2930dd0ee7df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7a7c4c761fb3d1cf12b57931409cc6f39d2bf5a243265f33a807a202c94569" - }, - { - "algorithm": "SHA1", - "checksumValue": "aff3cb336b8d3f73814b74b96d12a13df29f26ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58257c5ae55acf9a4a34d2ff01dc07a3830f51d80749e673b679dcf61c9cb99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "97e770f8e34e3010fb82cf5ee0c228c6fc9a7e56" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.pdb-7F2462EF4E307C3F09E754D0A1F352D06802E452", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2efd19e4dad4bf5a4cd3bb5bb2b7cc47325fc26df7d723dbcd87700f1cc30301" - }, - { - "algorithm": "SHA1", - "checksumValue": "7f2462ef4e307c3f09e754d0a1f352d06802e452" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.deps.json-C7B12AFA40098752D0AF07F6C29A88DA26907C78", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee6e0d5cb368bcd5e9ddfaa49752a40a7ab3b8b95c7a4dc7b98af9d2ee96d38c" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7b12afa40098752d0af07f6c29a88da26907c78" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Azure.Security.KeyVault.Secrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0318a5b4310c29bc9a923fe5c8f77bcfe5d74915e69557aa82505afed5a0ee6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "378c16f9aec43eeff3ccad8976a37b49e572c7e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6574b3b7faeb0db75c89a7b14dc9447a2ab7c2ba7eaf9d7854185671ee312d10" - }, - { - "algorithm": "SHA1", - "checksumValue": "79fa4e9c54002527b953af20dbb6efa21f740435" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6615e33805dfaf51dbd7218cb990d2a10c49c79131b5e29a00f093562fb208cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "8841cae85273e12452bddd46d5f825961679ee32" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "732b734cc080278a89a62a393c99816ebdcdfc8bd20cdfa6e88a60ebe7a59f67" - }, - { - "algorithm": "SHA1", - "checksumValue": "efcd1a1e48d12d856f0b6e7c6a9cd26aa9751626" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8c218dd5471e7fd6a3c8a96e7cb6f374e40729214e8c70b347e60636c153125a" - }, - { - "algorithm": "SHA1", - "checksumValue": "93ab20869927276399c1cca4e543de9c7cedbcbb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4d8d151f911f88a8f883257d95b0a7c597082ba7e9b6b92c3e2f2f3b58b758dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "337d887db727b92b95776666a7f8e2fedf04311b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.deps.json-7D05F47CE68478417481E812D20BC710D22BA3F1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7e4d80cc5c8d7afb67b40d8a71f829e7560aa5187b454c283e798bff3a3c818f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7d05f47ce68478417481e812d20bc710d22ba3f1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.xml-D70764C549CBF8BFE039B7F80F0801291454222E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d09f283f75c77d128a1eebfd03abf815ed20d7f557759283014c4550b2ff772" - }, - { - "algorithm": "SHA1", - "checksumValue": "d70764c549cbf8bfe039b7f80f0801291454222e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ac9a0bd690e6b46ee8476db873b052ce9ec1fef76b94c3e888c69bfea8da9af" - }, - { - "algorithm": "SHA1", - "checksumValue": "2917334a8038f654cd1c008b55b589a48f082c09" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b39e2bd474c6ec1c8e1162759ea4c17b14d1356f4c24dcc7549892229fde5c1f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fc14871577b5abceb656aefc5b2871cf11bf6ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8c218dd5471e7fd6a3c8a96e7cb6f374e40729214e8c70b347e60636c153125a" - }, - { - "algorithm": "SHA1", - "checksumValue": "93ab20869927276399c1cca4e543de9c7cedbcbb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76f6aad721703635e963bf214b94f1cc7fe124ef5a9878f96400453086a79f3d" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa1f017db08a1cefbb2a3c48c56e56de59f5ab77" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b47495a9d0db4d28010ad07ea421b9e8588933d5bc7145780a8d4b8c5dcd6447" - }, - { - "algorithm": "SHA1", - "checksumValue": "10005cdea27776f5f88e3ccaa131be56acf276a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Azure.Security.KeyVault.Secrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0318a5b4310c29bc9a923fe5c8f77bcfe5d74915e69557aa82505afed5a0ee6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "378c16f9aec43eeff3ccad8976a37b49e572c7e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b955dfb0f27a00fbcb570c419ed316e01ae3c56f2df70deba45a22e7c0597741" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d9a1533782abcdceeda47e890adf49bff11e51d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287809a6eddbf2c6df40a10302bafeec5bb95c0f4d7ce9fea9a341d5930fe152" - }, - { - "algorithm": "SHA1", - "checksumValue": "5257bc4e04fd736bd253121b31bccb87e222e23e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.deps.json-27445475EECBBE6024471862D307997538FE949D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84a8001a5764779dd3e62af509defd014cef72700874e6d11395bcca22ef24cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "27445475eecbbe6024471862d307997538fe949d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.deps.json-F5B431F1485010522D9D19C7FCB3B7E2C35A6F54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "249048ba1943d4aeccc81b7290984548ba62fb06685f41ed78acda4e70f0f962" - }, - { - "algorithm": "SHA1", - "checksumValue": "f5b431f1485010522d9d19c7fcb3b7e2c35a6f54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.xml-B5AE8DD60627ECDF1DA6B23D6B10646F2FA8EB81", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "35b41e0231138f6a5f4b884c6157ec85079cb136189b0cd28e25a40edf61d424" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5ae8dd60627ecdf1da6b23d6b10646f2fa8eb81" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c45d7bcfb22c34cb33965c622ace173c14887d6fe1159910e3465d5f7cfcad" - }, - { - "algorithm": "SHA1", - "checksumValue": "5084fd613904df2c4405beb0a412c485fc5aa847" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ac9a0bd690e6b46ee8476db873b052ce9ec1fef76b94c3e888c69bfea8da9af" - }, - { - "algorithm": "SHA1", - "checksumValue": "2917334a8038f654cd1c008b55b589a48f082c09" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6af9f016f0316757ad100b613f71ebe827d81296d81cf1f19b7431624f89b683" - }, - { - "algorithm": "SHA1", - "checksumValue": "8615ae14e654c90430be2482582be0e77e0e76aa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b39e2bd474c6ec1c8e1162759ea4c17b14d1356f4c24dcc7549892229fde5c1f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fc14871577b5abceb656aefc5b2871cf11bf6ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.pdb-225EEBA394F205272838C1329463CEE516AE2080", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1e52be19694561f50da7ed3177aec6aa0b8406b6659c3ed7c9daa474ef07d394" - }, - { - "algorithm": "SHA1", - "checksumValue": "225eeba394f205272838c1329463cee516ae2080" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.pdb-DE05D3533A104963DD5172C22C02E36FD5DCCD35", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cff5e3119c6e2d9b9fa396d8615254a27e6feec629560e43b4c930d5085e64b0" - }, - { - "algorithm": "SHA1", - "checksumValue": "de05d3533a104963dd5172c22c02e36fd5dccd35" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.pdb-AB002014AC18D4F66BA3D46AE96D1ABF8E2D6195", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5c86679b41b92ea95091e4e2f030628ab3c044a431339adc0c6e4c76e130debc" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab002014ac18d4f66ba3d46ae96d1abf8e2d6195" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4cbf940463fcead72e93e2545c4cc4dff7d93508731a3c01cf4a8b64e189b9cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca784dffb5416250b72a84306c7728868094ff37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6574b3b7faeb0db75c89a7b14dc9447a2ab7c2ba7eaf9d7854185671ee312d10" - }, - { - "algorithm": "SHA1", - "checksumValue": "79fa4e9c54002527b953af20dbb6efa21f740435" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6574b3b7faeb0db75c89a7b14dc9447a2ab7c2ba7eaf9d7854185671ee312d10" - }, - { - "algorithm": "SHA1", - "checksumValue": "79fa4e9c54002527b953af20dbb6efa21f740435" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "052b55155139ea5eade09be9bb6e2d6949beff596e96d26409c7255155bae1ae" - }, - { - "algorithm": "SHA1", - "checksumValue": "05a84e1d949053d92e092c6216b11d7ea8eee0fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6615e33805dfaf51dbd7218cb990d2a10c49c79131b5e29a00f093562fb208cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "8841cae85273e12452bddd46d5f825961679ee32" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6615e33805dfaf51dbd7218cb990d2a10c49c79131b5e29a00f093562fb208cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "8841cae85273e12452bddd46d5f825961679ee32" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18989199e0323e1f701aa9a6a3698083188f210895d6f6f4571104e9a448f64f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c9a46db5784286b1bf7ba86e2369d7fee3fe9ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.xml-59384566D264B2DFD0A21B57CCC4C6CF4B338CC9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa698abc557ae7d3a710d22bdc2e510c87f7db6e904b88274207278a7e47d303" - }, - { - "algorithm": "SHA1", - "checksumValue": "59384566d264b2dfd0a21b57ccc4c6cf4b338cc9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b955dfb0f27a00fbcb570c419ed316e01ae3c56f2df70deba45a22e7c0597741" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d9a1533782abcdceeda47e890adf49bff11e51d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/System.IdentityModel.Tokens.Jwt.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3ec36bb42e44c0202e1b43440a7f6cb6764b2b3e2d8a23b20a375dc5f0403" - }, - { - "algorithm": "SHA1", - "checksumValue": "5006411473e54d48541c43a63de87376d09e2f82" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cfeafbca346d7019c606a15a732f20f118e595f0b3b5837e1628940cdfcfe9a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "1102bbf6741848cb33eb6224beda2abe27be61b5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76f6aad721703635e963bf214b94f1cc7fe124ef5a9878f96400453086a79f3d" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa1f017db08a1cefbb2a3c48c56e56de59f5ab77" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-CoverletSourceRootsMapping-41CEA6FC4D02472DEDB5F3EFC3570951904EF907", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9722aa4dd6fcc96c5b3837d9292ae9dd264f6952c9fdbb41e3bc17140e2ff959" - }, - { - "algorithm": "SHA1", - "checksumValue": "41cea6fc4d02472dedb5f3efc3570951904ef907" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76f6aad721703635e963bf214b94f1cc7fe124ef5a9878f96400453086a79f3d" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa1f017db08a1cefbb2a3c48c56e56de59f5ab77" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll-643236F4939D8B264031B493C286ABD1ABEEC7D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b46dc78f10bd084b969f0db6af0f3f901c39073855e97befed2974a247587931" - }, - { - "algorithm": "SHA1", - "checksumValue": "643236f4939d8b264031b493c286abd1abeec7d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll-64AAEC8183601356A7D56C49456C0B6DD264E986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d65804854407013eaffe6e70bef135bd29394f05e5609e6cb17aeaaa3bcd7764" - }, - { - "algorithm": "SHA1", - "checksumValue": "64aaec8183601356a7d56c49456c0b6dd264e986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93c5a637050583146347c76cb32165af83cdd9b113dfd0d812fedac79c82c8eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5cc0cbd4353f01f135ac361aaf6f20c60511c803" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1a3409a1c823a1a726fc88de403c0cea4d67e733744c0010adcbf43389289436" - }, - { - "algorithm": "SHA1", - "checksumValue": "1937309c010bd7449aca160b9b384f9d4557093d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/appsettings.Development.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "888f6a7984249c3c4c848293b81b7676be5565050a5a8e3e31ad154b8f4f8734" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f2fad65c3d41a041abe344fa21f5975d67c0af5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.IdentityModel.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ca294ca9e3b7188e4e7fe5c33cd9fc83eacefdd718c7f4f152a99dfbd18e545f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f232d6b46c6e88cf4b55260c3fdd876a84b3e118" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Scrutor.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "59d0a015042d7aff84c43707fe6c00db4bc8194aeaee364ec0222a68d3055d89" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9f4514122d194e8ef5f01797fa8c7299f4245c3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4024ec2d41adb6282071968961ca148ec28bd3cddba4941be99bdb175d00fbf2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6691f3ea331c03cb73a00f45d8861aa8d26d83a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e910b25adc9057a3eaa00c30c659c015077e4a97b57d0895d6fac50d96d9ac4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "662d3f82fb5fbe6610c8d338f78273f7d1ca8bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3f147f5a937438524addf2c2a0e9859be7e36bfbe34c265c4375d4d5092d9534" - }, - { - "algorithm": "SHA1", - "checksumValue": "cae3c6e58b684063f0e186abe438abc960adb426" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll-E44BA8F7748BFE6E2302DB4F4F54CED91201BB5F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "33ce34f7a9ee37b4ee11709d31207d7511fdbeedbaa42470db22e59fe48fe7e5" - }, - { - "algorithm": "SHA1", - "checksumValue": "e44ba8f7748bfe6e2302db4f4f54ced91201bb5f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4cbf940463fcead72e93e2545c4cc4dff7d93508731a3c01cf4a8b64e189b9cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca784dffb5416250b72a84306c7728868094ff37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "052b55155139ea5eade09be9bb6e2d6949beff596e96d26409c7255155bae1ae" - }, - { - "algorithm": "SHA1", - "checksumValue": "05a84e1d949053d92e092c6216b11d7ea8eee0fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58257c5ae55acf9a4a34d2ff01dc07a3830f51d80749e673b679dcf61c9cb99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "97e770f8e34e3010fb82cf5ee0c228c6fc9a7e56" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18989199e0323e1f701aa9a6a3698083188f210895d6f6f4571104e9a448f64f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c9a46db5784286b1bf7ba86e2369d7fee3fe9ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.pdb-DC44C4681D38BD138233E38D2890942C6CEC416C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5f369fd98953cb073451ea784104ca2ced39fab31fe9c571dcd621d19427f13f" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc44c4681d38bd138233e38d2890942c6cec416c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58257c5ae55acf9a4a34d2ff01dc07a3830f51d80749e673b679dcf61c9cb99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "97e770f8e34e3010fb82cf5ee0c228c6fc9a7e56" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63392a894b3e598c14c12f48a6adc90b313afcec765b99b8e7877d893ee6e30" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b3481db429e0803ab14fc02fa095fdf29798756" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f7b0c759fcba056aaeeca21cf580d32e0de91064bfc12a6b413d4fac112b0b6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "67a97fa064a998f63aa4639fa8d989035a957111" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c45d7bcfb22c34cb33965c622ace173c14887d6fe1159910e3465d5f7cfcad" - }, - { - "algorithm": "SHA1", - "checksumValue": "5084fd613904df2c4405beb0a412c485fc5aa847" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6af9f016f0316757ad100b613f71ebe827d81296d81cf1f19b7431624f89b683" - }, - { - "algorithm": "SHA1", - "checksumValue": "8615ae14e654c90430be2482582be0e77e0e76aa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cfeafbca346d7019c606a15a732f20f118e595f0b3b5837e1628940cdfcfe9a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "1102bbf6741848cb33eb6224beda2abe27be61b5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.IdentityModel.Tokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98eb2ddd00f7a62cb7e6c45dd7826baa857afb2a917682716e2b343c3f7cd1e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8280a4aea2b9d716f4dcf710fc57ba31e3f7878" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-CoverletSourceRootsMapping-799DB0C0A75A9CCA766652DE84C7FD19C3AC8DFF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "94fb78c760eb5061388a8346da60f929d233e66146cc35803a87a25f47f8ca75" - }, - { - "algorithm": "SHA1", - "checksumValue": "799db0c0a75a9cca766652de84c7fd19c3ac8dff" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd2351347020a366a5c436389380a3b12b7d4d9470c5e09bec01f0bc8b27cbd7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7e80c5fd0b09000bcdebb54085e23f22ad29ca1c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll-90BDC50351A7D9D598CF4F96EF67A4506D8CC893", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "49adafbe3073b6ed2da89cdbab97b5661cccfb15c5f5e15238644255b04c1faa" - }, - { - "algorithm": "SHA1", - "checksumValue": "90bdc50351a7d9d598cf4f96ef67a4506d8cc893" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff28c78f9087f34f7b742963b9a27a8ff85cd0fa7b61ae2bea9e9abf8ce0ad4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd979575e9121e803d3a37be452215230ccc8990" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Cache.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.deps.json-575DC0F89C5AA53ACD76AA9798B8F3CCFC3D6062", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a8b4031ed067a4bcbcc30b67f1ca1f8534f7c06c0694c4c9ee88e71696bd92ac" - }, - { - "algorithm": "SHA1", - "checksumValue": "575dc0f89c5aa53acd76aa9798b8f3ccfc3d6062" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c06e9bbb28323ed8545a9056ca0ce8cfb774d00a8590f2d5bc007ea2256d9fa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd5be9f1082775f663acf2bde4b3f23f271956bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Annotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b58ff2067dbe7692986b4ddde05ff01844949304287d2f8c87d884eed1043fc9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9abe5135a961496f1a5d6adafeb105c7fbae3d7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d6edd14982123ce9788de6f142b173cd86ab35fbba22b6367e245150bad8b9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a98a60de74a191807ffb71b4a428a82620fe501" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.deps.json-8A463DE166783FDA1EEE96B6D0B8BEAD4BDED23F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "812ef888955829915932353507eef1d7f7ccb2b41238f7a38c945dfb874b7618" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a463de166783fda1eee96b6d0b8bead4bded23f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0849b0af8362e17f7716209e410a84d56f05c6dc8bae36c42109c346535e9bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "93db9f04b230e9b6423ab1e6f8103ddabc2e118a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "933627b57f2d0115491cdacc61efc313bee1ec0ff066fba545093a39b8ac4391" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f8d529adca79aaa9481121c944f99fa694664f2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1164d1f88e0b94d034b1a4d2ae3de7e8c816c77ca786328818fa0a876bbc9b9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fe5f8670301a959e45f5558792cbd5807a4fb53" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287809a6eddbf2c6df40a10302bafeec5bb95c0f4d7ce9fea9a341d5930fe152" - }, - { - "algorithm": "SHA1", - "checksumValue": "5257bc4e04fd736bd253121b31bccb87e222e23e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/OpenTelemetry.Exporter.Geneva.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "40277b808709c26a3efb46265723f3aef7339e37ab06fb5aae207438048ce191" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d3c94822298f36fb03a1a4736296ac6a961f71b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "376d050e033ed73afcbe563f0951c669358aab90d17d0324608d9475d23155d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c26a60ebbf9bf80ef7cd9c7e96957a063d04e952" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-CoverletSourceRootsMapping-242941979095677D37A39C2F6DE829DDA88E02E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f5d6f29ac038b768a40871bfb565f0ae2a5870df354283035c88db4df713810c" - }, - { - "algorithm": "SHA1", - "checksumValue": "242941979095677d37a39c2f6de829dda88e02e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8c218dd5471e7fd6a3c8a96e7cb6f374e40729214e8c70b347e60636c153125a" - }, - { - "algorithm": "SHA1", - "checksumValue": "93ab20869927276399c1cca4e543de9c7cedbcbb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c45d7bcfb22c34cb33965c622ace173c14887d6fe1159910e3465d5f7cfcad" - }, - { - "algorithm": "SHA1", - "checksumValue": "5084fd613904df2c4405beb0a412c485fc5aa847" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "376d050e033ed73afcbe563f0951c669358aab90d17d0324608d9475d23155d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c26a60ebbf9bf80ef7cd9c7e96957a063d04e952" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6af9f016f0316757ad100b613f71ebe827d81296d81cf1f19b7431624f89b683" - }, - { - "algorithm": "SHA1", - "checksumValue": "8615ae14e654c90430be2482582be0e77e0e76aa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "836fa1009286db71e6b42e81f2feb899ad176d2cc3efe6d42713008c4ea643f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1559636b9fee884b2b30283a1bf2930dd0ee7df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7a7c4c761fb3d1cf12b57931409cc6f39d2bf5a243265f33a807a202c94569" - }, - { - "algorithm": "SHA1", - "checksumValue": "aff3cb336b8d3f73814b74b96d12a13df29f26ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cfeafbca346d7019c606a15a732f20f118e595f0b3b5837e1628940cdfcfe9a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "1102bbf6741848cb33eb6224beda2abe27be61b5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Azure.Security.KeyVault.Secrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0318a5b4310c29bc9a923fe5c8f77bcfe5d74915e69557aa82505afed5a0ee6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "378c16f9aec43eeff3ccad8976a37b49e572c7e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-CoverletSourceRootsMapping-D7977CD76C5FA090AECAB677591A924324178F83", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3756468a304bd9b35cc1ce343e4a3b8034ad2fa3d685ad648ac54f26e9be6a90" - }, - { - "algorithm": "SHA1", - "checksumValue": "d7977cd76c5fa090aecab677591a924324178f83" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.deps.json-DAA7E012B1179F593573450A8E4169AB41993BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e796ff8b19ea62120905324a1da515f732adc6f8e1bbea0a888b2b7bd89cc9a" - }, - { - "algorithm": "SHA1", - "checksumValue": "daa7e012b1179f593573450a8e4169ab41993bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff28c78f9087f34f7b742963b9a27a8ff85cd0fa7b61ae2bea9e9abf8ce0ad4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd979575e9121e803d3a37be452215230ccc8990" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c06e9bbb28323ed8545a9056ca0ce8cfb774d00a8590f2d5bc007ea2256d9fa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd5be9f1082775f663acf2bde4b3f23f271956bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8c218dd5471e7fd6a3c8a96e7cb6f374e40729214e8c70b347e60636c153125a" - }, - { - "algorithm": "SHA1", - "checksumValue": "93ab20869927276399c1cca4e543de9c7cedbcbb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b955dfb0f27a00fbcb570c419ed316e01ae3c56f2df70deba45a22e7c0597741" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d9a1533782abcdceeda47e890adf49bff11e51d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.UnitTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.runtimeconfig.json-BF524148BE178643CF0910C7084CDB69FE461538", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0fc1be224600db948115fbeb4d57e4d49f36be315863cc91677eb7b84cda1c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf524148be178643cf0910c7084cdb69fe461538" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4005d3989161a519fa6be148e2a41de287dc616acd9391bbe89d003d90c04c7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de55111f817351392130730ccef44665e266d5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84daed45505ecec678a58e666fd868b8753dbfebde20f92a3b5a1bddd2b2425f" - }, - { - "algorithm": "SHA1", - "checksumValue": "8761407f7ac3e7ed3f08e2b4fdaa1cd4215ca451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6054038557c18959da52f7bb4183d6bf1cae79a22ded2b0bb87746a7981ff217" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9469a5630a0a9d61d2ce2d3af159d294e091150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/appsettings.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ec657e434d0c26ec82560f0aa397fa956b83ff16a27c3f5b45fbea8728ee0d6" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed29cc79d6f882dfdae1deeeb5c5ab8095c82cfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.OpenApi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4e8c83fde8785daac1c5e5a830fbc95cfc4612e99ffa347842001809471a447" - }, - { - "algorithm": "SHA1", - "checksumValue": "8e74c678e651ba03a6bceb074fbe47933e87f6d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14213b2b86091b165c3847ebf81e67607ed8942852f5f9e49e6f0041af7c9a56" - }, - { - "algorithm": "SHA1", - "checksumValue": "f255d26a3f4d96a334d063857f951032a2078b99" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b47495a9d0db4d28010ad07ea421b9e8588933d5bc7145780a8d4b8c5dcd6447" - }, - { - "algorithm": "SHA1", - "checksumValue": "10005cdea27776f5f88e3ccaa131be56acf276a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "732b734cc080278a89a62a393c99816ebdcdfc8bd20cdfa6e88a60ebe7a59f67" - }, - { - "algorithm": "SHA1", - "checksumValue": "efcd1a1e48d12d856f0b6e7c6a9cd26aa9751626" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b47495a9d0db4d28010ad07ea421b9e8588933d5bc7145780a8d4b8c5dcd6447" - }, - { - "algorithm": "SHA1", - "checksumValue": "10005cdea27776f5f88e3ccaa131be56acf276a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4d8d151f911f88a8f883257d95b0a7c597082ba7e9b6b92c3e2f2f3b58b758dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "337d887db727b92b95776666a7f8e2fedf04311b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.runtimeconfig.json-BF524148BE178643CF0910C7084CDB69FE461538", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0fc1be224600db948115fbeb4d57e4d49f36be315863cc91677eb7b84cda1c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf524148be178643cf0910c7084cdb69fe461538" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84daed45505ecec678a58e666fd868b8753dbfebde20f92a3b5a1bddd2b2425f" - }, - { - "algorithm": "SHA1", - "checksumValue": "8761407f7ac3e7ed3f08e2b4fdaa1cd4215ca451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Filters.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1924b981a3c8def00313fc12e6828ddb6dcc19ad232d3dcc22c9d8fc9aabc69b" - }, - { - "algorithm": "SHA1", - "checksumValue": "55b596abfa450b498d8cccbe64d69c07e4b3664c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287809a6eddbf2c6df40a10302bafeec5bb95c0f4d7ce9fea9a341d5930fe152" - }, - { - "algorithm": "SHA1", - "checksumValue": "5257bc4e04fd736bd253121b31bccb87e222e23e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6054038557c18959da52f7bb4183d6bf1cae79a22ded2b0bb87746a7981ff217" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9469a5630a0a9d61d2ce2d3af159d294e091150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll-762444B811D0D44BCB043D388AA282293815FC67", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b479a2915f8f5fcef73dea7802a14d4f59f2ff34f80bcbca646f755c05342e9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "762444b811d0d44bcb043d388aa282293815fc67" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/System.IdentityModel.Tokens.Jwt.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3ec36bb42e44c0202e1b43440a7f6cb6764b2b3e2d8a23b20a375dc5f0403" - }, - { - "algorithm": "SHA1", - "checksumValue": "5006411473e54d48541c43a63de87376d09e2f82" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5d8ac8f3d565d95561cf763acc6ba08a52213aece170d9b14d59fe943abfb9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "546c88868b733f532737d99b946b33810f4db01b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36d1a55db0bdee687abe9eb91801284079376d92e6bfa8a5bd7b35541ca39549" - }, - { - "algorithm": "SHA1", - "checksumValue": "7d45cd49d9bac62eccfadc7531849af9cfb5c82a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.OpenApi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4e8c83fde8785daac1c5e5a830fbc95cfc4612e99ffa347842001809471a447" - }, - { - "algorithm": "SHA1", - "checksumValue": "8e74c678e651ba03a6bceb074fbe47933e87f6d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1a3409a1c823a1a726fc88de403c0cea4d67e733744c0010adcbf43389289436" - }, - { - "algorithm": "SHA1", - "checksumValue": "1937309c010bd7449aca160b9b384f9d4557093d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.IdentityModel.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ca294ca9e3b7188e4e7fe5c33cd9fc83eacefdd718c7f4f152a99dfbd18e545f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f232d6b46c6e88cf4b55260c3fdd876a84b3e118" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Scrutor.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "59d0a015042d7aff84c43707fe6c00db4bc8194aeaee364ec0222a68d3055d89" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9f4514122d194e8ef5f01797fa8c7299f4245c3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4024ec2d41adb6282071968961ca148ec28bd3cddba4941be99bdb175d00fbf2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6691f3ea331c03cb73a00f45d8861aa8d26d83a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e910b25adc9057a3eaa00c30c659c015077e4a97b57d0895d6fac50d96d9ac4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "662d3f82fb5fbe6610c8d338f78273f7d1ca8bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Filters.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1924b981a3c8def00313fc12e6828ddb6dcc19ad232d3dcc22c9d8fc9aabc69b" - }, - { - "algorithm": "SHA1", - "checksumValue": "55b596abfa450b498d8cccbe64d69c07e4b3664c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/System.IdentityModel.Tokens.Jwt.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3ec36bb42e44c0202e1b43440a7f6cb6764b2b3e2d8a23b20a375dc5f0403" - }, - { - "algorithm": "SHA1", - "checksumValue": "5006411473e54d48541c43a63de87376d09e2f82" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/appsettings.Production.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c7baf183b608bab2136157f7c9bd3363a2ce47b231242e9668b715f1e6ff2a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "5889351907d3981c19397ca496e788824ea3b904" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3768017bc22abe638fe813b77ef0dfc0d247e6f70f63064c2d6c422563d72ca8" - }, - { - "algorithm": "SHA1", - "checksumValue": "66824afbb37fdfa67f53b8c825ab4acf329c7972" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287809a6eddbf2c6df40a10302bafeec5bb95c0f4d7ce9fea9a341d5930fe152" - }, - { - "algorithm": "SHA1", - "checksumValue": "5257bc4e04fd736bd253121b31bccb87e222e23e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.xml-ED76002D9C42C52E9BFC669E84AD5AADB0E87D8B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0fde55572c0855d8e4d1993f4ce2cb9d9e26f125c65ee10fd4c869f63f5a665" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed76002d9c42c52e9bfc669e84ad5aadb0e87d8b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5d8ac8f3d565d95561cf763acc6ba08a52213aece170d9b14d59fe943abfb9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "546c88868b733f532737d99b946b33810f4db01b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c7f32153b3c0dbeab6ea56f5df96dc92ffae9d1e8580f05b7e454cd27861f42" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba17bb80ef60c1e34354a2e544a0981328bd96f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Client.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.exe-3EF406DDBC4CC8CEEDBD9E8B1EB536FAA8FEE0AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ac5c8b20833e40c4c40f05e7a1462fb394b44d9e912dd3c0f32da8f53c25d5" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ef406ddbc4cc8ceedbd9e8b1eb536faa8fee0ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a407051ebca24397e916525b1a4e24da596ef8242e26ad76bba73aae5c44208" - }, - { - "algorithm": "SHA1", - "checksumValue": "8decd43a00c4bee03e709bf066e41f6b3a6e79ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6574b3b7faeb0db75c89a7b14dc9447a2ab7c2ba7eaf9d7854185671ee312d10" - }, - { - "algorithm": "SHA1", - "checksumValue": "79fa4e9c54002527b953af20dbb6efa21f740435" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "376d050e033ed73afcbe563f0951c669358aab90d17d0324608d9475d23155d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c26a60ebbf9bf80ef7cd9c7e96957a063d04e952" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.UnitTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.pdb-5DE93B6D23196F1CC313980E91392CFF751CA8BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "884f79b9708abd241a265531cc3ab7ad673cba348cb7900add5f9de747167b18" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de93b6d23196f1cc313980e91392cff751ca8bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c45d7bcfb22c34cb33965c622ace173c14887d6fe1159910e3465d5f7cfcad" - }, - { - "algorithm": "SHA1", - "checksumValue": "5084fd613904df2c4405beb0a412c485fc5aa847" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b39e2bd474c6ec1c8e1162759ea4c17b14d1356f4c24dcc7549892229fde5c1f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fc14871577b5abceb656aefc5b2871cf11bf6ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "884a5b6dd9e34dd52c64d2fa64d8ec73e9c52dedb80e87da055bda0dba14e389" - }, - { - "algorithm": "SHA1", - "checksumValue": "294957268f8d2514127453edbc7012dbc0e20a7f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Filters.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fe8cc7be1bdb94c1848c6f3a6ffe12e0fe4bd62c68375fcc452b2e69f1ba9df2" - }, - { - "algorithm": "SHA1", - "checksumValue": "322eb1043eb16d6a7e81c2ac4afacf692df10d8c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63392a894b3e598c14c12f48a6adc90b313afcec765b99b8e7877d893ee6e30" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b3481db429e0803ab14fc02fa095fdf29798756" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18989199e0323e1f701aa9a6a3698083188f210895d6f6f4571104e9a448f64f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c9a46db5784286b1bf7ba86e2369d7fee3fe9ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/System.IO.Pipelines.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4d360e5f7b2232cfbf5ede287314161c9aa85d9178af153b5af1880885301d0" - }, - { - "algorithm": "SHA1", - "checksumValue": "087abdd0481f248af577c786f47618712eec7227" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f7b0c759fcba056aaeeca21cf580d32e0de91064bfc12a6b413d4fac112b0b6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "67a97fa064a998f63aa4639fa8d989035a957111" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.Diagnostics.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Diagnostics.EventLog.dll-0C6C6F92CA2A27EC0DE1863BFC58C33F152A7F91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "25bbabba8af28e9885953c9a1eb7e9895625969c7d399c0075bdbf0c3f2f2d5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6c6f92ca2a27ec0de1863bfc58c33f152a7f91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3768017bc22abe638fe813b77ef0dfc0d247e6f70f63064c2d6c422563d72ca8" - }, - { - "algorithm": "SHA1", - "checksumValue": "66824afbb37fdfa67f53b8c825ab4acf329c7972" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/es/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-es-System.CommandLine.resources.dll-8CDB89C29A0B07AF675FC3DD47104C17E25632B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "95bf9e1db4aa5887124a161b8c221d88775c9bdbe522faa06ef953839914d7e0" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cdb89c29a0b07af675fc3dd47104c17e25632b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.IdentityModel.Tokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98eb2ddd00f7a62cb7e6c45dd7826baa857afb2a917682716e2b343c3f7cd1e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8280a4aea2b9d716f4dcf710fc57ba31e3f7878" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Annotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b58ff2067dbe7692986b4ddde05ff01844949304287d2f8c87d884eed1043fc9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9abe5135a961496f1a5d6adafeb105c7fbae3d7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll-C6154BA1CC522ACC1A2CB36F37AE9BB10C970EE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60c9552da73e8aeef69e32d7da5a1a9d9a21a63b4a6ceff8c315385029fa12e0" - }, - { - "algorithm": "SHA1", - "checksumValue": "c6154ba1cc522acc1a2cb36f37ae9bb10c970ee1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd2351347020a366a5c436389380a3b12b7d4d9470c5e09bec01f0bc8b27cbd7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7e80c5fd0b09000bcdebb54085e23f22ad29ca1c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4cbf940463fcead72e93e2545c4cc4dff7d93508731a3c01cf4a8b64e189b9cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca784dffb5416250b72a84306c7728868094ff37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d6edd14982123ce9788de6f142b173cd86ab35fbba22b6367e245150bad8b9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a98a60de74a191807ffb71b4a428a82620fe501" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "052b55155139ea5eade09be9bb6e2d6949beff596e96d26409c7255155bae1ae" - }, - { - "algorithm": "SHA1", - "checksumValue": "05a84e1d949053d92e092c6216b11d7ea8eee0fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c55c5e1e1ef2fe4b2ab64c2b10be19d1ee350ca75e5a12bece19d015f6a87f2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd687dc2da79accde15cffc09f0192d1e4114951" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.UnitTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.xml-20E366C184094F7CAC1F58DB6D0A6667AB3738E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2880fe77c442f6e59a9d23a50a076b5532ee087d746a9912e51504a95e970c13" - }, - { - "algorithm": "SHA1", - "checksumValue": "20e366c184094f7cac1f58db6d0a6667ab3738e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18989199e0323e1f701aa9a6a3698083188f210895d6f6f4571104e9a448f64f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c9a46db5784286b1bf7ba86e2369d7fee3fe9ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7cadff89864104ced5cbb961a7950c1fbc0c793bd31fd957b415dd6c50861c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c920f91d43b9b76f6bb5a2b791be2a3792e6533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c7f32153b3c0dbeab6ea56f5df96dc92ffae9d1e8580f05b7e454cd27861f42" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba17bb80ef60c1e34354a2e544a0981328bd96f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.Messages.dll-FBCF59D08AACDAADCD4D04DB203BC595E5FB4718", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1ed4fcefa529cdca6387d05797b8ba26797d15e6a8e64595ce9ffb5883e72f57" - }, - { - "algorithm": "SHA1", - "checksumValue": "fbcf59d08aacdaadcd4d04db203bc595e5fb4718" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-CoverletSourceRootsMapping-F75D6F932A9AC6C5DA274C45954D88C86DC8C014", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c33f1af54bba9497b863b1e8604da1ab07b2da12d93d9dd39082eb401e50adcf" - }, - { - "algorithm": "SHA1", - "checksumValue": "f75d6f932a9ac6c5da274c45954d88c86dc8c014" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/tr/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-tr-System.CommandLine.resources.dll-7859902148304CF0E561E0EA608A12AE0C2B5031", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7553635f3afe9edebad5fc7421e1836eb254fc6ac7a04721bb27ec8fd9617174" - }, - { - "algorithm": "SHA1", - "checksumValue": "7859902148304cf0e561e0ea608a12ae0c2b5031" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-file-l1-2-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-file-l1-2-0.dll-D2058481E6A4C6552D4DB75EA42FB76EB4C973FD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5fc335879ea082f374ed3e751acd78f7f5cf6d1a655758018b2d4cab43ad0153" - }, - { - "algorithm": "SHA1", - "checksumValue": "d2058481e6a4c6552d4db75ea42fb76eb4c973fd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-namedpipe-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-namedpipe-l1-1-0.dll-EC3D32C4F9781A9E63984CFF53DF23F8C9A83C63", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e29a6adeb9eda06ea747ab2acd212bac2a90d4f5f2ae841cf71a667d8e42023" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec3d32c4f9781a9e63984cff53df23f8c9a83c63" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-synch-l1-2-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-synch-l1-2-0.dll-54303B099118AA63A958E213069A96C0C34E4C5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3423540ceacaad1f4db70d4404c6905c0311278b1a7e6044e248801ea1f64d24" - }, - { - "algorithm": "SHA1", - "checksumValue": "54303b099118aa63a958e213069a96c0c34e4c5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a407051ebca24397e916525b1a4e24da596ef8242e26ad76bba73aae5c44208" - }, - { - "algorithm": "SHA1", - "checksumValue": "8decd43a00c4bee03e709bf066e41f6b3a6e79ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-heap-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-heap-l1-1-0.dll-8D858FF99495861473BE61D50FD6300F530D3087", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e63e7d2a456d2069f624ee20cfa6354cb2d361c62d5136a8d77b6667d0d3cab5" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d858ff99495861473be61d50fd6300f530d3087" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-string-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-string-l1-1-0.dll-17A78C90B3E74DF09B22B82CA441A937BF9B683C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e98ec9dd07d83613372d9a9a955d1ff5c3d17fa880763220819015ca0f8a460" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a78c90b3e74df09b22b82ca441a937bf9b683c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/createdump.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-createdump.exe-A7D279F0A714D05194ECBF6ADAA1C614CAC79F5D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a31719c74c7e533fe647b57b8c0ddcb239e3e28b945bd63d0ba4c27c5f81fdc" - }, - { - "algorithm": "SHA1", - "checksumValue": "a7d279f0a714d05194ecbf6adaa1c614cac79f5d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Filters.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fe8cc7be1bdb94c1848c6f3a6ffe12e0fe4bd62c68375fcc452b2e69f1ba9df2" - }, - { - "algorithm": "SHA1", - "checksumValue": "322eb1043eb16d6a7e81c2ac4afacf692df10d8c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.deps.json-F8CB39FC67EE5A50DF08F927832E2A59512A04D5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a40af9c62407f2b764a5039e01048c8b73a691e3378c57a3232264d2a691224b" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8cb39fc67ee5a50df08f927832e2a59512a04d5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/System.IO.Pipelines.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4d360e5f7b2232cfbf5ede287314161c9aa85d9178af153b5af1880885301d0" - }, - { - "algorithm": "SHA1", - "checksumValue": "087abdd0481f248af577c786f47618712eec7227" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.dll-EFA49A9531DE53B7D7AEA1D3C73DDCD0F91934F1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "15542b385c6b4f1a9d945f0b96b4317233584df5632794405de3ea2c297c1cc5" - }, - { - "algorithm": "SHA1", - "checksumValue": "efa49a9531de53b7d7aea1d3c73ddcd0f91934f1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff28c78f9087f34f7b742963b9a27a8ff85cd0fa7b61ae2bea9e9abf8ce0ad4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd979575e9121e803d3a37be452215230ccc8990" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0849b0af8362e17f7716209e410a84d56f05c6dc8bae36c42109c346535e9bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "93db9f04b230e9b6423ab1e6f8103ddabc2e118a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4cbf940463fcead72e93e2545c4cc4dff7d93508731a3c01cf4a8b64e189b9cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca784dffb5416250b72a84306c7728868094ff37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d7863ec46b50ce1361a3af3d9037c8858c9323d04bbdbdfacfb5a0db02c5921" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd657f9838e933ea77665d04551237c6c30cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c06e9bbb28323ed8545a9056ca0ce8cfb774d00a8590f2d5bc007ea2256d9fa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd5be9f1082775f663acf2bde4b3f23f271956bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "732b734cc080278a89a62a393c99816ebdcdfc8bd20cdfa6e88a60ebe7a59f67" - }, - { - "algorithm": "SHA1", - "checksumValue": "efcd1a1e48d12d856f0b6e7c6a9cd26aa9751626" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c06e9bbb28323ed8545a9056ca0ce8cfb774d00a8590f2d5bc007ea2256d9fa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd5be9f1082775f663acf2bde4b3f23f271956bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.dll-FA711A0791E9934A5671D66983A48F1669503479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7eaae01546af4e12727e036f264e6e5f38dd456e4d13961515523e0b2bbfa9a1" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa711a0791e9934a5671d66983a48f1669503479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.AppContext.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.AppContext.dll-DB04CDC3C1575733C8F1C1E75694F065372439AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2fb981b2d1e1f4ed8a3c0f8cce566967363fa8f401c9779f91798787444205db" - }, - { - "algorithm": "SHA1", - "checksumValue": "db04cdc3c1575733c8f1c1e75694f065372439ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4cbf940463fcead72e93e2545c4cc4dff7d93508731a3c01cf4a8b64e189b9cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca784dffb5416250b72a84306c7728868094ff37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.CommandLine.DragonFruit.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.CommandLine.DragonFruit.dll-AC7C229F1BC9A2076C65C2552F86B49C31B66A81", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "49c4e6aa500ed5e6d3e3ba4470efe0ef7fc30647286b0db3a6b1575a171ab6ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "ac7c229f1bc9a2076c65c2552f86b49c31b66a81" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "732b734cc080278a89a62a393c99816ebdcdfc8bd20cdfa6e88a60ebe7a59f67" - }, - { - "algorithm": "SHA1", - "checksumValue": "efcd1a1e48d12d856f0b6e7c6a9cd26aa9751626" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Client.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.deps.json-5DD50F69100AC8DD77CE3C01F494C4784550926B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a7af4cd298dca566ba14c1ce31d331833b2232aa23635b60797e0f0cfe562e78" - }, - { - "algorithm": "SHA1", - "checksumValue": "5dd50f69100ac8dd77ce3c01f494c4784550926b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c06e9bbb28323ed8545a9056ca0ce8cfb774d00a8590f2d5bc007ea2256d9fa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd5be9f1082775f663acf2bde4b3f23f271956bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d7863ec46b50ce1361a3af3d9037c8858c9323d04bbdbdfacfb5a0db02c5921" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd657f9838e933ea77665d04551237c6c30cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Swagger.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580c018dd11d694eb36e10f1030957ecec54ba39c7f08e094a0fd2804b8df3e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f5f74e698966244f692a3c8ec4fbf9c6c38e7c9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Azure.Security.KeyVault.Secrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0318a5b4310c29bc9a923fe5c8f77bcfe5d74915e69557aa82505afed5a0ee6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "378c16f9aec43eeff3ccad8976a37b49e572c7e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95dff7d344cb012fe07af3afa79ae11c64c55be4f54b391b0590e4b64c995bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "140acec58a587a9c9e3bb8f530cb09cfacaf4bb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.Debug.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.Debug.dll-94180C053B5853D428573D139DD53FDE897C1C4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9e6d1f5d640167c7c1a462692bf6ea6712c3bf63150107f83f4761ec4b069ab" - }, - { - "algorithm": "SHA1", - "checksumValue": "94180c053b5853d428573d139dd53fde897c1c4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.TextWriterTraceListener.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.TextWriterTraceListener.dll-1C951C396922369D27E3BD15D3035C87D079FA4F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c14f01ae65f993436e5376a8062ee521baf2d85e53f02dfa50d565fe9dc0624" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c951c396922369d27e3bd15d3035c87d079fa4f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6af9f016f0316757ad100b613f71ebe827d81296d81cf1f19b7431624f89b683" - }, - { - "algorithm": "SHA1", - "checksumValue": "8615ae14e654c90430be2482582be0e77e0e76aa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e910b25adc9057a3eaa00c30c659c015077e4a97b57d0895d6fac50d96d9ac4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "662d3f82fb5fbe6610c8d338f78273f7d1ca8bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Dynamic.Runtime.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Dynamic.Runtime.dll-93D09FC67526D374E6BA34A234863EAE4E85825B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6da89a3bd8ee53f4861dd2d8a474272b6cd6508dbbc9d81c0703da9f63004934" - }, - { - "algorithm": "SHA1", - "checksumValue": "93d09fc67526d374e6ba34a234863eae4e85825b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c55c5e1e1ef2fe4b2ab64c2b10be19d1ee350ca75e5a12bece19d015f6a87f2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd687dc2da79accde15cffc09f0192d1e4114951" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.CommandLine.Rendering.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.CommandLine.Rendering.dll-EF6C05AF3AABC28B56668515A4821D5FDB3714E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dc437508aee7f03116ea2b2896a2c3712c247d5c122af554db62cc6319a347bd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ef6c05af3aabc28b56668515a4821d5fdb3714e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7cadff89864104ced5cbb961a7950c1fbc0c793bd31fd957b415dd6c50861c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c920f91d43b9b76f6bb5a2b791be2a3792e6533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95dff7d344cb012fe07af3afa79ae11c64c55be4f54b391b0590e4b64c995bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "140acec58a587a9c9e3bb8f530cb09cfacaf4bb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/pl/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pl-System.CommandLine.resources.dll-1831C96DAEF62D9C69471E1652FC9CB138C9498D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b38e8e9f1cfbece4248d6365f6c2b402d422c4f432529555595c1a885c8f77d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "1831c96daef62d9c69471e1652fc9cb138c9498d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Client.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.pdb-98750EAB06F7FB88BFE3E72700225D82EFC14B83", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a5efaa19655a47e4e0e938b339d485bf1b3ecf2ccb14a873cf979062ea9466ef" - }, - { - "algorithm": "SHA1", - "checksumValue": "98750eab06f7fb88bfe3e72700225d82efc14b83" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.dll-8580C9A62B7A8327EC79331EF26F1073A9D0A17B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6a4acc14b01da88de9f3426feed49689b4dcb917f953448228e62a30360edda8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8580c9a62b7a8327ec79331ef26f1073a9d0a17b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d17f2f2bba2970c7ef40a8a318faf338fd2872266c155510171c33fcb5e26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a2f542a375e71f8776617acfec2aa8164f400bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/OpenTelemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58770f0e864fcca58cb874971c3352dd13e646814a2ab72c4cf77808e6b978dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "690f954fa0a5b8fedc4b4e2617388a3a8866abfe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.Compression.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Compression.Native.dll-2F5CB6135F57C221B6BE8983464647C774210E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eabd297b9b8e59c1ef5124eb3f1cc51a9bb9ae2f740846ec3675015639e95df6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2f5cb6135f57c221b6be8983464647c774210e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Configuration.CommandLine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.CommandLine.dll-8632A647C2F76BEEB32215B8822AF31D8E6FF4BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aff47eb24f2a7d1a7f49669bbf365e4df53757aab6eaa162bb7b6b94ef9b132c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8632a647c2f76beeb32215b8822af31d8e6ff4bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-file-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-file-l1-1-0.dll-B5AEF669B6CAD999A4780A732C3AFBF01C53CFC5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "30286f633a6c79f627b8bca7e8f66af9ae97971965f5fc89ce9d21d7927980d8" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5aef669b6cad999a4780a732c3afbf01c53cfc5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff28c78f9087f34f7b742963b9a27a8ff85cd0fa7b61ae2bea9e9abf8ce0ad4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd979575e9121e803d3a37be452215230ccc8990" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.IsolatedStorage.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.IsolatedStorage.dll-7EFAEE65918E78F57E3ACE4B9A9C9C9C9A58537D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3280e236900208f8a495d162ba0c0e92b929937ef8e7efdbe9055efd17b7dd39" - }, - { - "algorithm": "SHA1", - "checksumValue": "7efaee65918e78f57e3ace4b9a9c9c9c9a58537d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-memory-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-memory-l1-1-0.dll-66F9FB771C5A75D06DBFA3C93947572B2479B67B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7f20f6841a4ecf5cafd82883d5452f7d5b4769a0fe869975b4b193c99f370dca" - }, - { - "algorithm": "SHA1", - "checksumValue": "66f9fb771c5a75d06dbfa3c93947572b2479b67b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.deps.json-E70334EED558B3316E0241C80D36C7A2492AF15E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c2e174d63c18a826bef29c4116885805145666e913dd210fc163ddbeec4d8b0" - }, - { - "algorithm": "SHA1", - "checksumValue": "e70334eed558b3316e0241c80d36c7a2492af15e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-synch-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-synch-l1-1-0.dll-7056BC489D025B32BF9C0896CB384AB1DC6D1C96", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0fad744afb73c83236901f315be3084c3c844a2a0e13510439f191018cd5cdc6" - }, - { - "algorithm": "SHA1", - "checksumValue": "7056bc489d025b32bf9c0896cb384ab1dc6d1c96" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7a7c4c761fb3d1cf12b57931409cc6f39d2bf5a243265f33a807a202c94569" - }, - { - "algorithm": "SHA1", - "checksumValue": "aff3cb336b8d3f73814b74b96d12a13df29f26ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-filesystem-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-filesystem-l1-1-0.dll-909B5B38508896A574D4990C8B66B7D112C7FD50", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0d103d22ded7086cea1d2cafecbdea1d6903a23a1c4a52a0a2d84b9486cf039c" - }, - { - "algorithm": "SHA1", - "checksumValue": "909b5b38508896a574d4990c8b66b7d112c7fd50" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-stdio-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-stdio-l1-1-0.dll-C4BA091BA9C1FD1780DE2E184C4E52468C712BCC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8aed3b41cdd15c0509d33e75f8977fe23e53b3e4b3d1c9cf9c130f9d0bb47ad9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c4ba091ba9c1fd1780de2e184c4e52468c712bcc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/it/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-it-System.CommandLine.resources.dll-87199249CD427010229843B8F960A79AD220E13F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0c3c871da351afc0453d4fd9544b8c76d7902e2dca05798a6673be74517960f" - }, - { - "algorithm": "SHA1", - "checksumValue": "87199249cd427010229843b8f960a79ad220e13f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Linq.Queryable.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Linq.Queryable.dll-C2EFD38F3641D426BE5D9440E61358CC7A453CA5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ad5352c35f15057c3e5b89f5c1151f91edc023a299892423118b950d085ec6cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "c2efd38f3641d426be5d9440e61358cc7a453ca5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.NameResolution.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.NameResolution.dll-6AC181012CBF5B8353EFC0D4B7970D1E03C16270", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "681f43d96bc8f1bc6a642601c199f44077df41d9f2576fc6d228bd714890831e" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ac181012cbf5b8353efc0d4b7970d1e03c16270" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3768017bc22abe638fe813b77ef0dfc0d247e6f70f63064c2d6c422563d72ca8" - }, - { - "algorithm": "SHA1", - "checksumValue": "66824afbb37fdfa67f53b8c825ab4acf329c7972" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "376d050e033ed73afcbe563f0951c669358aab90d17d0324608d9475d23155d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c26a60ebbf9bf80ef7cd9c7e96957a063d04e952" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "884a5b6dd9e34dd52c64d2fa64d8ec73e9c52dedb80e87da055bda0dba14e389" - }, - { - "algorithm": "SHA1", - "checksumValue": "294957268f8d2514127453edbc7012dbc0e20a7f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d7863ec46b50ce1361a3af3d9037c8858c9323d04bbdbdfacfb5a0db02c5921" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd657f9838e933ea77665d04551237c6c30cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.Sockets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Sockets.dll-5FDE5E654CB74BCACD87FE8F37AFA75891210DAA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85bfb09f92a0055d7dc3ea2dfa944192d2dc39ed969e9962f23b2bf0e0a4fcb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5fde5e654cb74bcacd87fe8f37afa75891210daa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Client.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ObjectModel.dll-AD54444F5443B2B849D188DF9AC30CA25190B32A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b5d875ba0426ff40eaeb815f257785d74f3c1450deb8f544b6409780568b0e2" - }, - { - "algorithm": "SHA1", - "checksumValue": "ad54444f5443b2b849d188df9ac30ca25190b32a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b955dfb0f27a00fbcb570c419ed316e01ae3c56f2df70deba45a22e7c0597741" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d9a1533782abcdceeda47e890adf49bff11e51d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Reflection.Emit.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Emit.dll-9148C48122EE43AD72EABD85A902B82786A6D758", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c4eb9ea17efcd674a3f53cbf8723538535b8165c5ca085cecf87cfa2a8fd2501" - }, - { - "algorithm": "SHA1", - "checksumValue": "9148c48122ee43ad72eabd85a902b82786a6d758" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Resources.ResourceManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Resources.ResourceManager.dll-7401A16A974D61FF4ECCEC5075514F7CEFAF5F21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12f0f02b4bfb5f0e1f798686657ad44b66fefcec235f61d042392431c69e8b6d" - }, - { - "algorithm": "SHA1", - "checksumValue": "7401a16a974d61ff4eccec5075514f7cefaf5f21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "052b55155139ea5eade09be9bb6e2d6949beff596e96d26409c7255155bae1ae" - }, - { - "algorithm": "SHA1", - "checksumValue": "05a84e1d949053d92e092c6216b11d7ea8eee0fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-fibers-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-fibers-l1-1-0.dll-340392C0E6FD1FBF0392F127A62979920217CA90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d76912480750e6d6751a66439312da035963b038db74595b0fb10c0c28be566" - }, - { - "algorithm": "SHA1", - "checksumValue": "340392c0e6fd1fbf0392f127a62979920217ca90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Logging.Debug.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.Debug.dll-4140D573312BF50435BC391ADB333D58BF401619", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e160cd1bf6b3496b97ce3b222392ecc198f1da09fd3dc8cd158b49093e49bd73" - }, - { - "algorithm": "SHA1", - "checksumValue": "4140d573312bf50435bc391adb333d58bf401619" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.InteropServices.RuntimeInformation.dll-BBF5B1BF829F9F623AB07CFAF052671F6DC130A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4a55cb82c4453eee1e8eeb8c19c9f718c6996af15ccce9d55fd9152198aeca94" - }, - { - "algorithm": "SHA1", - "checksumValue": "bbf5b1bf829f9f623ab07cfaf052671f6dc130a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-localization-l1-2-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-localization-l1-2-0.dll-F9B56A379C265E652C913E49786BE21E5AE2E20D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9c9036ca3e90e94257e7af269b79d4cc1fdeb1c4e28131c448333f49701e2dc0" - }, - { - "algorithm": "SHA1", - "checksumValue": "f9b56a379c265e652c913e49786be21e5ae2e20d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.Serialization.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Serialization.Xml.dll-CA7F90F21E017763D9C3D788BEB6AE2BEA429475", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4b511362fdb187297cd4fb31ab3d90cd50ed905bf2888f9a88faf8eed62635a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca7f90f21e017763d9c3d788beb6ae2bea429475" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-string-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-string-l1-1-0.dll-4D16A8BC8F2B78A44337CC3218032725E9E00C3F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d00c2a0cb0879f607540f005be9c250187c07a2d52b25d197941f662ff596446" - }, - { - "algorithm": "SHA1", - "checksumValue": "4d16a8bc8f2b78a44337cc3218032725e9e00c3f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-environment-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-environment-l1-1-0.dll-4633519B66E56B73D6CCBADA0897C5E7356A448F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d1d27614e0a06c0c85feeb679dfc0041d1522da309d09a98ac08f5f52dc5fad" - }, - { - "algorithm": "SHA1", - "checksumValue": "4633519b66e56b73d6ccbada0897c5e7356a448f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-runtime-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-runtime-l1-1-0.dll-8789C18353D22D50A1E9B71FFDCFFD19CC7A2DE9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e8e3fe2e23cdc1ca972581b00af01c5644ee7c05c6a34b8232a0613755ca975a" - }, - { - "algorithm": "SHA1", - "checksumValue": "8789c18353d22d50a1e9b71ffdcffd19cc7a2de9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Cryptography.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.Primitives.dll-916D0B4D04CBB3AC2007BD03649BFA1850EB6EAC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7f90c1b882253fda9ad7f31a8c95b4e6517e0c3f1c00fa01928e25a59a9af8ef" - }, - { - "algorithm": "SHA1", - "checksumValue": "916d0b4d04cbb3ac2007bd03649bfa1850eb6eac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d6edd14982123ce9788de6f142b173cd86ab35fbba22b6367e245150bad8b9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a98a60de74a191807ffb71b4a428a82620fe501" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.ServiceModel.Web.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ServiceModel.Web.dll-B498ADB0F0EE52B4E2683944FE9F7FFF9D69F2F4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2d64c8b07ca49ccd2e84c14e3deb645f1d0210d2df5f6760e3a54980321f886" - }, - { - "algorithm": "SHA1", - "checksumValue": "b498adb0f0ee52b4e2683944fe9f7fff9d69f2f4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/cs/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-cs-System.CommandLine.resources.dll-84C44847520EC562D7799DDF5792F44211C830BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "23f20d7c928d0002fd12af838f89ccb1d6b22d4a923e7a9d8a65cf0cd1c906e1" - }, - { - "algorithm": "SHA1", - "checksumValue": "84c44847520ec562d7799ddf5792f44211c830bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Swagger.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580c018dd11d694eb36e10f1030957ecec54ba39c7f08e094a0fd2804b8df3e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f5f74e698966244f692a3c8ec4fbf9c6c38e7c9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Threading.Channels.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Channels.dll-84AC689E64BF3BBCFCD714E91313224D3A529C90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dd6c9c00f98629adf16476c6c88ed44947a6f33cb3e02a01fa3c2317840a55d2" - }, - { - "algorithm": "SHA1", - "checksumValue": "84ac689e64bf3bbcfcd714e91313224d3a529c90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Threading.ThreadPool.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.ThreadPool.dll-B6D0A632C4AD650F5164435E733A436A048A9621", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb9f61658a5a077d42599a224694a072848dfa4a6088f37726ed16c92cb65be1" - }, - { - "algorithm": "SHA1", - "checksumValue": "b6d0a632c4ad650f5164435e733a436a048a9621" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Xml.XPath.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.XPath.dll-DBBD3EAA8D854C8AA1B747246D594A070E252074", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3a537d8a0bc2df9edb73b3f88ca1a04f8afa7f126e14cf175d969a7e5e54353a" - }, - { - "algorithm": "SHA1", - "checksumValue": "dbbd3eaa8d854c8aa1b747246d594a070e252074" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/pt-BR/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pt-BR-System.CommandLine.resources.dll-D987D18ECB1E7F59926BE5078AF5C5BCEFC6E642", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a2596f9f8dd9a27c6851ef41fd1fd975697c77850483cad9255102e89e9f4d5d" - }, - { - "algorithm": "SHA1", - "checksumValue": "d987d18ecb1e7f59926be5078af5c5bcefc6e642" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-console-l1-2-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-console-l1-2-0.dll-DCA45723E2508327222487B31C1B3F1298236822", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0513c209fd86eb3745c4675e856085f00dd18deba42da9f2f860ea4bee48cc39" - }, - { - "algorithm": "SHA1", - "checksumValue": "dca45723e2508327222487b31c1b3f1298236822" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-handle-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-handle-l1-1-0.dll-631FB8F9E0644ED1FB17B7B3BECAA854D8B1F86D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "acd08d5ebb70ca4b8d10969ed3a54d2f2784aa5bef2f743ef26c71dcd6691555" - }, - { - "algorithm": "SHA1", - "checksumValue": "631fb8f9e0644ed1fb17b7b3becaa854d8b1f86d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-processthreads-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-processthreads-l1-1-0.dll-251A4C044773B603FF9555A911BE8F25ACBEFE66", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "692bb02a1a28b90b15deff85560fb87c20916fe47b75d13daf24e10555e75187" - }, - { - "algorithm": "SHA1", - "checksumValue": "251a4c044773b603ff9555a911be8f25acbefe66" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/ko/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ko-System.CommandLine.resources.dll-85732A09258305A13A5304FE64998E6F1D197166", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "55320d4815a50ddba1d2a890c6b9da34a5d6f469c80cc9104a63180335e479c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "85732a09258305a13a5304fe64998e6f1d197166" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-timezone-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-timezone-l1-1-0.dll-0E57E026E5EA2DBD92E61D233D48F5CBC511BEAF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c29dbf2b90f2266f2cb56a104a364b44e06878df6afc68c0411a495dff34f264" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e57e026e5ea2dbd92e61d233d48f5cbc511beaf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-math-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-math-l1-1-0.dll-D69CAD280E285D4B1E0BFBDFD88C16CCD338429B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "baeb0868b1b08fdf748374411c3007fffb3aeb032a55d970c8b0cdbde8fbc4f3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d69cad280e285d4b1e0bfbdfd88c16ccd338429b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-utility-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-utility-l1-1-0.dll-269423EA557F026B16C92687DF8EB715B540BCD1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2fcbe41760c374ed58dfdb7ad4fed0d5028dc12cf71f4e908902981f5706e2ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "269423ea557f026b16c92687df8eb715b540bcd1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "150af2dac14a573e88d16ba3059ee596e5831bdcdd213febb15c595e8e56b2e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "83bce1daa6eab39c91678e8e8f8afa86221e0487" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/zh-Hant/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hant-System.CommandLine.resources.dll-3D61241A0B13B8F1575BD25CC2DF36B44FA6FCB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a127fbb7cea080320e34a55ddcdbf6fefb8f79f30e412cb94418775a07eefca0" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d61241a0b13b8f1575bd25cc2df36b44fa6fcb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/hostfxr.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-hostfxr.dll-9959432598343B2D0FF2868FDD7B5CCEE3A821B8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "07ffeac3cac48c4319871e3ef1ec4e413c90df675bdc699c3902d14e61976dfb" - }, - { - "algorithm": "SHA1", - "checksumValue": "9959432598343b2d0ff2868fdd7b5ccee3a821b8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/clrjit.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-clrjit.dll-9E1CD0824F05B6181F01F066440585A72C9AB44D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "210139c9f20e36be0b4976f522f6ce0c3a5ac644d43f5056f5003d490bbbd516" - }, - { - "algorithm": "SHA1", - "checksumValue": "9e1cd0824f05b6181f01f066440585a72c9ab44d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4024ec2d41adb6282071968961ca148ec28bd3cddba4941be99bdb175d00fbf2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6691f3ea331c03cb73a00f45d8861aa8d26d83a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.ApplicationInsights.WorkerService.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6b247a9281e1becf8148339229849f045bc36e3a1fea4c679cca95a45953a0a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4909059073fada020c0d33d98cb00254716b2e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.deps.json-1464C21D1D77EC116744993DD55D5FF241CDBD5B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8b5880eceab36861901f08c7cbda35b0b422d2aaa378e6ba01389d523ef5a6e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1464c21d1d77ec116744993dd55d5ff241cdbd5b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/appsettings.Development.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "888f6a7984249c3c4c848293b81b7676be5565050a5a8e3e31ad154b8f4f8734" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f2fad65c3d41a041abe344fa21f5975d67c0af5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Client.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.pdb-93E768A6191621A5883C7184FDDF942E613EE2F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f03fb731416cac70bda87038b6773aefd0a895e1f34663f4b94cf446347b319e" - }, - { - "algorithm": "SHA1", - "checksumValue": "93e768a6191621a5883c7184fddf942e613ee2f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.ClientLibrary.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d17f2f2bba2970c7ef40a8a318faf338fd2872266c155510171c33fcb5e26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a2f542a375e71f8776617acfec2aa8164f400bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.CommandLine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.CommandLine.dll-8632A647C2F76BEEB32215B8822AF31D8E6FF4BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aff47eb24f2a7d1a7f49669bbf365e4df53757aab6eaa162bb7b6b94ef9b132c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8632a647c2f76beeb32215b8822af31d8e6ff4bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.ServerTelemetryChannel.dll-CE1CFD1BA908E2316AF30112C6735AB727AA0419", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c535742d35581f9703012d565b34fc008892004a2af59966dd03a7aa4436d6b" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce1cfd1ba908e2316af30112c6735ab727aa0419" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff28c78f9087f34f7b742963b9a27a8ff85cd0fa7b61ae2bea9e9abf8ce0ad4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd979575e9121e803d3a37be452215230ccc8990" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7a7c4c761fb3d1cf12b57931409cc6f39d2bf5a243265f33a807a202c94569" - }, - { - "algorithm": "SHA1", - "checksumValue": "aff3cb336b8d3f73814b74b96d12a13df29f26ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-206AE9D28C5BB0B1FE1193F8216F3334A903864B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecbff91c9317401f1d35855d1873c2d832d44ee0e80c7d0f8604d9eb85c21345" - }, - { - "algorithm": "SHA1", - "checksumValue": "206ae9d28c5bb0b1fe1193f8216f3334a903864b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.dll-C0FD39C11948B77E0439A86DA778146606C78425", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9fbeb1ad48ca0ed30e376becf0c96e23951ee50c25518edebf2bc43306528d99" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0fd39c11948b77e0439a86da778146606c78425" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.FileProviders.Physical.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.FileProviders.Physical.dll-4124269AC847599ACFFEF7D9C5689DE682E84730", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0433976f3632006910317c9b7b098f2340b506e6edba8be857a4de0a3b176d1c" - }, - { - "algorithm": "SHA1", - "checksumValue": "4124269ac847599acffef7d9c5689de682e84730" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/ja/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ja-System.CommandLine.resources.dll-F7856CFDBA6713EC780FF063C9DC0CBA7586759E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4958469ec86502fa277d66027f8c7c7f9b12626de82f29e895fb19584ae2d590" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7856cfdba6713ec780ff063c9dc0cba7586759e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Logging.Debug.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.Debug.dll-B8C2E952D50277F3361E832B933A95B59EFB0C88", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "841d3185c2f4744fcf5e8d73be8d9d7e277512ecd2fa235714175b9376259adc" - }, - { - "algorithm": "SHA1", - "checksumValue": "b8c2e952d50277f3361e832b933a95b59efb0c88" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3f147f5a937438524addf2c2a0e9859be7e36bfbe34c265c4375d4d5092d9534" - }, - { - "algorithm": "SHA1", - "checksumValue": "cae3c6e58b684063f0e186abe438abc960adb426" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4005d3989161a519fa6be148e2a41de287dc616acd9391bbe89d003d90c04c7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de55111f817351392130730ccef44665e266d5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57fe61270789edeb4127f7b4423c17f7a5ca0a74aa831cbe98fca216bd5afea0" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bff84b6df28941d5d157abd4edea3d9cb0ee90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Identity.Client.Extensions.Msal.dll-4E144CC52C779D6275EF4D79737CABE5CD61B73D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "330672261768972bb2e94f614d42aba78e3fc2d2e427ad0b0c18e9b7db03bf68" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e144cc52c779d6275ef4d79737cabe5cd61b73d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.CSharp.dll-271B909B47777B866A12CC6620073EED0EFD6BA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "111a8fc9dbdd22470a245372203ff737aa829e9eb5e10d21452ada2f0bffce11" - }, - { - "algorithm": "SHA1", - "checksumValue": "271b909b47777b866a12cc6620073eed0efd6ba6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93c5a637050583146347c76cb32165af83cdd9b113dfd0d812fedac79c82c8eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5cc0cbd4353f01f135ac361aaf6f20c60511c803" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57fe61270789edeb4127f7b4423c17f7a5ca0a74aa831cbe98fca216bd5afea0" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bff84b6df28941d5d157abd4edea3d9cb0ee90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Numerics.Vectors.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Numerics.Vectors.dll-400711D58178730D65A294190B0D304276E67B27", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6924adf39c79e417eae07f0f9d422dc0e0a0556ad5ab7891ba3f8e93072eab4c" - }, - { - "algorithm": "SHA1", - "checksumValue": "400711d58178730d65a294190b0d304276e67b27" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c9eda5007cfa21d12a617ecfa8d85293ae4977fa3976a1611d2f7fa60ef3d07c" - }, - { - "algorithm": "SHA1", - "checksumValue": "167fa65c727edcd6eb27ef45ca245f80ec1628e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.ValueTuple.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.ValueTuple.dll-26D8170EEFD06761949A52E98BC3FE39BB33C61C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0e22a82f6b13e3cd49b0af7747e81a3cee2000d50ed379b8573d1425b3a81b90" - }, - { - "algorithm": "SHA1", - "checksumValue": "26d8170eefd06761949a52e98bc3fe39bb33c61c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-console-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-console-l1-1-0.dll-8F92C4C1742ECC3A7A20CBC9DA9A3800AB456064", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a3bae0863f4091f51bc4eab2324b576225f191834b90b0d71baf6e0373c84690" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f92c4c1742ecc3a7a20cbc9da9a3800ab456064" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Caching.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Caching.Abstractions.dll-EEB41B18A408564075F5C776605F4EC3807B7B60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "99ca1ffdd0086c57ffded3e93edfb2f0d0980a2689f15800a06448349395076d" - }, - { - "algorithm": "SHA1", - "checksumValue": "eeb41b18a408564075f5c776605f4ec3807b7b60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-file-l2-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-file-l2-1-0.dll-C5D6ACCC0CE4CEAF6AE50DE778968AC3922F8920", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5ba0d4cce4c916ae2864a02ee65bc5d3bef1280daf730383aeb9096c2a5ca3a8" - }, - { - "algorithm": "SHA1", - "checksumValue": "c5d6accc0ce4ceaf6ae50de778968ac3922f8920" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "836fa1009286db71e6b42e81f2feb899ad176d2cc3efe6d42713008c4ea643f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1559636b9fee884b2b30283a1bf2930dd0ee7df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-fr-Microsoft.CodeAnalysis.resources.dll-2FD1CB6BF86F5129A6FB870207A71B3F96BCE71A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7d57a057568a7a6d5244648c38aed5929afd79c17e7010bd8f180fa6a4221b4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "2fd1cb6bf86f5129a6fb870207a71b3f96bce71a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6054038557c18959da52f7bb4183d6bf1cae79a22ded2b0bb87746a7981ff217" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9469a5630a0a9d61d2ce2d3af159d294e091150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-pl-Microsoft.CodeAnalysis.resources.dll-3B786D37A160BB0099447AD21C8D8EB03E90705D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bbf644a86c1c1e6761f940824016093a1b848f502f5649f49186307f70f3d973" - }, - { - "algorithm": "SHA1", - "checksumValue": "3b786d37a160bb0099447ad21c8d8eb03e90705d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Logging.EventSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.EventSource.dll-0ED2B3C3EC971B7EA19DD1916097B0F91F859A46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f59d3a09c2e8ef2dacc3706a5a3ff9bba04cb4d2f916a9f01a8c167cb4e71826" - }, - { - "algorithm": "SHA1", - "checksumValue": "0ed2b3c3ec971b7ea19dd1916097b0f91f859a46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "150af2dac14a573e88d16ba3059ee596e5831bdcdd213febb15c595e8e56b2e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "83bce1daa6eab39c91678e8e8f8afa86221e0487" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-processenvironment-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-processenvironment-l1-1-0.dll-DDC8F91B6880B16B6E37A4DEB903255F3F61935F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b6240c5e9edf84ca86e12b1a324e12df9657356ba68e7bc463c2716de700ae18" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddc8f91b6880b16b6e37a4deb903255f3f61935f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Win32.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Win32.Primitives.dll-EA11A0FFE7B00C0F8201C3CC7E278B44730361D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "450977c7c9ee125be350eed72f9d3cee5a823c42dff87617be410552625a2e8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "ea11a0ffe7b00c0f8201c3cc7e278b44730361d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-zh-Hans-Microsoft.CodeAnalysis.resources.dll-9AD171190C200D99FB898D9A0DCF0DCCCC4B0211", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5e4ba402b7c3a2cd026c34afc37dcaf983bba7854708388d42ec8d30c67f4a4" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ad171190c200d99fb898d9a0dcf0dcccc4b0211" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-sysinfo-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-sysinfo-l1-1-0.dll-05D289B678F5470535EC9B84AE21273C55120DC1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2dc9ad1bea162d3afcd754ed7bdae1b27d59f53134f4fe93198a0297edc9de78" - }, - { - "algorithm": "SHA1", - "checksumValue": "05d289b678f5470535ec9b84ae21273c55120dc1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-locale-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-locale-l1-1-0.dll-7259D4AF28AA14551C12060C50F004E7048C12F1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44ae8a37966c8ed48a29aaab2ae6ffea5e1b21adeaecc75479e7220dfa10c48f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7259d4af28aa14551c12060c50f004e7048c12f1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/coreclr.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-coreclr.dll-68936E51CECC08903B7EF02C9692B11231C3C583", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "589b7e5baab4f4665a567bd2dc6414714ee03aeae05ba3498c36d0107dcd10d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "68936e51cecc08903b7ef02c9692b11231c3c583" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/msquic.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-msquic.dll-65998DEFF8A30FD126518DC38FE4E003170F8C62", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "757c60b6ba02dd9c3663825bb536276f95322f562041861d30296209199cc36f" - }, - { - "algorithm": "SHA1", - "checksumValue": "65998deff8a30fd126518dc38fe4e003170f8c62" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Collections.Specialized.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Collections.Specialized.dll-AAC4174B6E4F3C67F253A4B2555F0F1F5A523E39", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "299f861c113d2332d1d2d64eca5f85071d971b33f0262d7caa3b3624b5615ee7" - }, - { - "algorithm": "SHA1", - "checksumValue": "aac4174b6e4f3c67f253a4b2555f0f1f5a523e39" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76f6aad721703635e963bf214b94f1cc7fe124ef5a9878f96400453086a79f3d" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa1f017db08a1cefbb2a3c48c56e56de59f5ab77" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.ComponentModel.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.Primitives.dll-5FF25E85F184F91F9AA6EB94F5A2ECA835A48953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cab66b41caefe9f5e0415d464eb7c351ec40a4c916d7e688327b1b823ff3436c" - }, - { - "algorithm": "SHA1", - "checksumValue": "5ff25e85f184f91f9aa6eb94f5a2eca835a48953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Data.dll-62D4790A3E430B90B355BCC750ED8AE96F3D8961", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1f6217775f53e86b92f9e89e5e0fe4b90e87e43a245a8b89436d400647a8131" - }, - { - "algorithm": "SHA1", - "checksumValue": "62d4790a3e430b90b355bcc750ed8ae96f3d8961" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-2BF48A41757631FC6E90941DE06AAE6BAE7526BF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c2ce307ac101167ff4f4787677457a7d30b717f54c77744381bb74beee0e560" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bf48a41757631fc6e90941de06aae6bae7526bf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-time-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-time-l1-1-0.dll-F71A3F4B445D7E56A67176A87DC47F96E7479349", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b78e2f50ca211f9e18b41f40a6a07698c3cd7eb2151efa6596b0d124b20e7860" - }, - { - "algorithm": "SHA1", - "checksumValue": "f71a3f4b445d7e56a67176a87dc47f96e7479349" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76f6aad721703635e963bf214b94f1cc7fe124ef5a9878f96400453086a79f3d" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa1f017db08a1cefbb2a3c48c56e56de59f5ab77" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84daed45505ecec678a58e666fd868b8753dbfebde20f92a3b5a1bddd2b2425f" - }, - { - "algorithm": "SHA1", - "checksumValue": "8761407f7ac3e7ed3f08e2b4fdaa1cd4215ca451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57fe61270789edeb4127f7b4423c17f7a5ca0a74aa831cbe98fca216bd5afea0" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bff84b6df28941d5d157abd4edea3d9cb0ee90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.Process.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.Process.dll-002C818B2F9CF4E64691841124206FC54BB7CFF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c7d720a131867fc828456eafa5f741cc25744199d5bb79248fbc796e77f372c" - }, - { - "algorithm": "SHA1", - "checksumValue": "002c818b2f9cf4e64691841124206fc54bb7cff5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6615e33805dfaf51dbd7218cb990d2a10c49c79131b5e29a00f093562fb208cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "8841cae85273e12452bddd46d5f825961679ee32" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/dbgshim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-dbgshim.dll-605AE89CE6F7E32059748F574CD48657D6D767FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6b22e505bc961a77466b5cfd37d99484359657974f1d3aa13d4d2d590d61cbc" - }, - { - "algorithm": "SHA1", - "checksumValue": "605ae89ce6f7e32059748f574cd48657d6d767fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Drawing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Drawing.dll-BD2B948BF9D7B253E174BCB036021D8413FED395", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b3c7518efc7f2ec1e2a8672337f13cdb53408600034a790c0a45e3e04fe5327" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd2b948bf9d7b253e174bcb036021d8413fed395" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4d8d151f911f88a8f883257d95b0a7c597082ba7e9b6b92c3e2f2f3b58b758dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "337d887db727b92b95776666a7f8e2fedf04311b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/mscordaccore_amd64_amd64_6.0.422.16404.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-mscordaccore-amd64-amd64-6.0.422.16404.dll-F459A93171E28CC92862BF3E824D1FE16138CA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0396635750efebe45898248b4522c2ee2d99f2e045f78321d8eb9748c005e99b" - }, - { - "algorithm": "SHA1", - "checksumValue": "f459a93171e28cc92862bf3e824d1fe16138ca92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.Compression.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Compression.dll-F520699A377DA7A2DE86B61978B4B691A6BCA67F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f81ff93e8b18522eb63cc41b04cd8de07048d2070230fe0bf517fe746b4bd762" - }, - { - "algorithm": "SHA1", - "checksumValue": "f520699a377da7a2de86b61978b4b691a6bca67f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.FileSystem.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.FileSystem.Primitives.dll-0BCB8653C648AAAECD56B0D8C62AE1249758BEE6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b74b4cffbe61a1413f9f4a902b9d3a97b50870885d9f190d661392757027439" - }, - { - "algorithm": "SHA1", - "checksumValue": "0bcb8653c648aaaecd56b0d8c62ae1249758bee6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/OpenTelemetry.Api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "89ce2c2f75963519790a136ee7fdb67c89c53bfa3389318d045a8dc446f05407" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ad9019837fe1918053ecc00cec15b0b64921c87" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9d1ec49af131255e77ef2a54eec292c9c0bd045727c822d95b65bde28ae40710" - }, - { - "algorithm": "SHA1", - "checksumValue": "a75f3a8de341ca3c6f96515bd2e19c47d66884f8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3d1965df171d178aa4da094349a5e21d688625aed4fae7ad62d31dff7103b317" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d0021dfa733512686d43821f7c24f6f87d4d86e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/OpenTelemetry.Api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "89ce2c2f75963519790a136ee7fdb67c89c53bfa3389318d045a8dc446f05407" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ad9019837fe1918053ecc00cec15b0b64921c87" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9d1ec49af131255e77ef2a54eec292c9c0bd045727c822d95b65bde28ae40710" - }, - { - "algorithm": "SHA1", - "checksumValue": "a75f3a8de341ca3c6f96515bd2e19c47d66884f8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Collections.Concurrent.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Collections.Concurrent.dll-DA50E36AF4F6E3667A0B512E7A3D5736F9CC01C6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c3a4d385efaed900aa6479ab1146d61223ee3d47c31ba9179c3fa26902cce4c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da50e36af4f6e3667a0b512e7a3d5736f9cc01c6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3d1965df171d178aa4da094349a5e21d688625aed4fae7ad62d31dff7103b317" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d0021dfa733512686d43821f7c24f6f87d4d86e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e77631e9adcc69284f89a49a1a2ba84e6f4f22d870eb55f1786101cd5a20b638" - }, - { - "algorithm": "SHA1", - "checksumValue": "a2996e946465a7582f6e25e404d9fd15e3a1a894" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.DiaSymReader.Native.amd64.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.DiaSymReader.Native.amd64.dll-A774426BE87CF270E33B4FFB3D01DF2E44625D3E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "17c6ba758fcacbbdc7e1067067f915893e175944b0f1559f61dccd137eb2a1de" - }, - { - "algorithm": "SHA1", - "checksumValue": "a774426be87cf270e33b4ffb3d01df2e44625d3e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.ComponentModel.Annotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.Annotations.dll-3C3A3C5D6426BC6F66ADA011C0CB63C47DA1F1E4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6a0a4d3d05fc97eff7a982aa25a3e73f86cebd9e0b1ea7f5c07233e407a2e3e0" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c3a3c5d6426bc6f66ada011c0cb63c47da1f1e4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Client.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.deps.json-CDAE9525BEE89B65E6E0F7E1A05C1842ED510F2E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2af8e3acf1b9e7a607a63373861f8a808d3f01746ff7e21ddf7d8eb3e638bb4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "cdae9525bee89b65e6e0f7e1a05c1842ed510f2e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.ComponentModel.Composition.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ComponentModel.Composition.dll-E08FB9DA5667E7124AFD37AB60D6DBE515E01063", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36374ad86c64583dd4874d3233b0997cb5e02897d3b99a800b955f5521123762" - }, - { - "algorithm": "SHA1", - "checksumValue": "e08fb9da5667e7124afd37ab60d6dbe515e01063" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Console.dll-A98EEC476135572FB6B1B694F6B0F20C4D68D1C7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1adea85072ceb1ec5af665cd81d0babdba5c4bcf6c2966679f87b5a275dcd060" - }, - { - "algorithm": "SHA1", - "checksumValue": "a98eec476135572fb6b1b694f6b0f20c4d68d1c7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.DirectoryServices.AccountManagement.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.DirectoryServices.AccountManagement.dll-C41FB16461FDDD23022465214EB82DB94213B2FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d96c2bc27118de22571af3c8e107fe321d57c7ab50e8f1da933dd2b2647ee30" - }, - { - "algorithm": "SHA1", - "checksumValue": "c41fb16461fddd23022465214eb82db94213b2fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d7863ec46b50ce1361a3af3d9037c8858c9323d04bbdbdfacfb5a0db02c5921" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd657f9838e933ea77665d04551237c6c30cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95dff7d344cb012fe07af3afa79ae11c64c55be4f54b391b0590e4b64c995bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "140acec58a587a9c9e3bb8f530cb09cfacaf4bb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Net.Http.WinHttpHandler.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Net.Http.WinHttpHandler.dll-3FF3808DED90D53435FF4AB46E6D7B17FDDEB520", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cf770b3d09b1d3746c51a6d405d5b8d07e3d2a3b5593750a9ea239c4cce4c76" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ff3808ded90d53435ff4ab46e6d7b17fddeb520" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.EventLog.dll-8580C9A62B7A8327EC79331EF26F1073A9D0A17B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6a4acc14b01da88de9f3426feed49689b4dcb917f953448228e62a30360edda8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8580c9a62b7a8327ec79331ef26f1073a9d0a17b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.ServiceModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.dll-A7AEB1CDD6CBD4BBC0F2A7EAC9E04335FB70CDC2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6a38e4e044436c119a28dfed53781339edeb42bbe9234140e3a87704e8fb4b0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "a7aeb1cdd6cbd4bbc0f2a7eac9e04335fb70cdc2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6af9f016f0316757ad100b613f71ebe827d81296d81cf1f19b7431624f89b683" - }, - { - "algorithm": "SHA1", - "checksumValue": "8615ae14e654c90430be2482582be0e77e0e76aa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.TraceSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.TraceSource.dll-66D4019484ED207E12DA08A12F759654D82A50AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ad86af16e418eb4a7f724c52bca400c310166afed6680869dc10f81b2f570327" - }, - { - "algorithm": "SHA1", - "checksumValue": "66d4019484ed207e12da08a12f759654d82a50ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Win32.Registry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Win32.Registry.dll-52F858F42487344FC9B253DE89DE9D97FE7F3A26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "437b69726f548d29756fe2f25dac2a88f62c0f7258689f9c0a9a365ad3db2332" - }, - { - "algorithm": "SHA1", - "checksumValue": "52f858f42487344fc9b253de89de9d97fe7f3a26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Globalization.Calendars.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Globalization.Calendars.dll-5F2432B08BD5873ABCC2F6E674F8B08107548BA0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fc39c566b9cf7c021c62b7dc17bc4e92910148f10d6b150184f890ebf52a7028" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f2432b08bd5873abcc2f6e674f8b08107548ba0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.dll-B0AEF17B919FF9B243987A8541FE1C1FEC913F96", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b3932dadc44d3f25e7a2464e7b3dea6b13fa6df3adb5d58ff306a15af3c09ffd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b0aef17b919ff9b243987a8541fe1c1fec913f96" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/appsettings.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ec657e434d0c26ec82560f0aa397fa956b83ff16a27c3f5b45fbea8728ee0d6" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed29cc79d6f882dfdae1deeeb5c5ab8095c82cfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/netstandard.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-netstandard.dll-6D446D3D64E96C29E98C7A2CDC4421D60C295AFF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "78107ab9621c109ecac0ed9fda68b8e4bf05682aa1c982cd506a9cd33ed859cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "6d446d3d64e96c29e98c7a2cdc4421d60c295aff" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.Pipes.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Pipes.AccessControl.dll-295CB5D66DFEFBB12E7D7DC8E765521A64AB1444", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "31fb4416e3c5b7735210322d54207cb0b416888d8ef69ccc743b258011731210" - }, - { - "algorithm": "SHA1", - "checksumValue": "295cb5d66dfefbb12e7d7dc8e765521a64ab1444" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Speech.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Speech.dll-BD1B3E46C97C3683A336EFB7DA3BAF7788AE0947", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "008ffae6739c03c59ffcf0a0d4ff224589179d53fbf479e0a8a1dcaaf4fd11e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd1b3e46c97c3683a336efb7da3baf7788ae0947" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.ApplicationInsights.WorkerService.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6b247a9281e1becf8148339229849f045bc36e3a1fea4c679cca95a45953a0a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4909059073fada020c0d33d98cb00254716b2e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.CommandLine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.CommandLine.dll-FE97798ECA8349AD92EC5174CCA431EE62BDB829", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "95b21965adf42ad01ce5d06036a8f9db5eb0aa567eb3f5837be81907a0e22321" - }, - { - "algorithm": "SHA1", - "checksumValue": "fe97798eca8349ad92ec5174cca431ee62bdb829" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14213b2b86091b165c3847ebf81e67607ed8942852f5f9e49e6f0041af7c9a56" - }, - { - "algorithm": "SHA1", - "checksumValue": "f255d26a3f4d96a334d063857f951032a2078b99" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Memory.dll-08014C28AAAB4A532C9807537952F13EED023A9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93159fdca6482c6452f65d867a25cf6c9d64171e201c7dbe77a219b34a802460" - }, - { - "algorithm": "SHA1", - "checksumValue": "08014c28aaab4a532c9807537952f13eed023a9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Client.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.xml-1F0E3DBED8670EF70F0F26E7998FBCA7AB72FA2A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c740d1c1bb3625efc946f79adf55e0af09bf48ac422c6d3ce5cc3188a6d86254" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f0e3dbed8670ef70f0f26e7998fbca7ab72fa2a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.Ping.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Ping.dll-243EEA79B628E836BFF4D9F0C5DAE31BF213CECC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c0c706fa13fc4d7281e4a16b39c1151a352c062a81776ef53bc529d7876c229" - }, - { - "algorithm": "SHA1", - "checksumValue": "243eea79b628e836bff4d9f0c5dae31bf213cecc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57fe61270789edeb4127f7b4423c17f7a5ca0a74aa831cbe98fca216bd5afea0" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bff84b6df28941d5d157abd4edea3d9cb0ee90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6615e33805dfaf51dbd7218cb990d2a10c49c79131b5e29a00f093562fb208cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "8841cae85273e12452bddd46d5f825961679ee32" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.WebHeaderCollection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.WebHeaderCollection.dll-B09446CF21FD02789F2F950D953B45A8B1BCA15C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b1727f79be6685538b6fb2abe8e10d1ae5408218148583d3dbc2c53634c527de" - }, - { - "algorithm": "SHA1", - "checksumValue": "b09446cf21fd02789f2f950d953b45a8b1bca15c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4d8d151f911f88a8f883257d95b0a7c597082ba7e9b6b92c3e2f2f3b58b758dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "337d887db727b92b95776666a7f8e2fedf04311b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6dfa5d4097fd218b54fd8be987a7674d7284651e642fcacca70418b967c42519" - }, - { - "algorithm": "SHA1", - "checksumValue": "98eec907e76915375a61701f7892a979171063d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a407051ebca24397e916525b1a4e24da596ef8242e26ad76bba73aae5c44208" - }, - { - "algorithm": "SHA1", - "checksumValue": "8decd43a00c4bee03e709bf066e41f6b3a6e79ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95dff7d344cb012fe07af3afa79ae11c64c55be4f54b391b0590e4b64c995bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "140acec58a587a9c9e3bb8f530cb09cfacaf4bb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/cs/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-System.Web.Services.Description.resources.dll-8D98CBB0BFF99A6C8DFDAF9212946E3F214192D7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "268b6bf85c39200e88a73c716f84c4405ee6b997c8dac92fea6c9df8a66935a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d98cbb0bff99a6c8dfdaf9212946e3f214192d7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.ComponentModel.TypeConverter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.TypeConverter.dll-EE3C60B98238554EC9C3372696633887930F60D3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ad044ab5c4419b00ce558c89e1a6c77f0182395ca4ad3639e413707b1815955a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ee3c60b98238554ec9c3372696633887930f60d3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.Contracts.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.Contracts.dll-89DD6BB74B7D2418A01A8FAF244DB728727309F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8ee25ffe67c18e5a69e21a4737c1c6c33657e2bae66356daf62615508f5de7a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "89dd6bb74b7d2418a01a8faf244db728727309f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/OpenTelemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58770f0e864fcca58cb874971c3352dd13e646814a2ab72c4cf77808e6b978dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "690f954fa0a5b8fedc4b4e2617388a3a8866abfe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/fr/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-fr-System.CommandLine.resources.dll-C73D490B62D0195041083C65D288677CD8DDD13B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e14709d85b20ab703272b714562b30bde568d5f7f3889aab901f749b61f07c1a" - }, - { - "algorithm": "SHA1", - "checksumValue": "c73d490b62d0195041083c65d288677cd8ddd13b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/appsettings.Production.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c7baf183b608bab2136157f7c9bd3363a2ce47b231242e9668b715f1e6ff2a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "5889351907d3981c19397ca496e788824ea3b904" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.AspNetCore.TestHost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AspNetCore.TestHost.dll-E7F314C7942F9AB480DA7F96C2780A4BED566884", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "288abef84101a282bbda8a43713a80b4edb9f59692d33b78ee7d0072d531672d" - }, - { - "algorithm": "SHA1", - "checksumValue": "e7f314c7942f9ab480da7f96c2780a4bed566884" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/de/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-System.Private.ServiceModel.resources.dll-70548B707D5E2166F402733CB6F4B155B4B354E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5af96b78b4ecceea440597b1491b92328e837886e339abbcfdfad6abf3de8222" - }, - { - "algorithm": "SHA1", - "checksumValue": "70548b707d5e2166f402733cb6f4b155b4b354e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b47495a9d0db4d28010ad07ea421b9e8588933d5bc7145780a8d4b8c5dcd6447" - }, - { - "algorithm": "SHA1", - "checksumValue": "10005cdea27776f5f88e3ccaa131be56acf276a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.UnitTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.deps.json-3DC0377A150353291248124FCF9BBD58F7CF24FD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e89d081606326efee06eec86b2aa26a05045b0edf8ca37f613dc89412bd17ae6" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dc0377a150353291248124fcf9bbd58f7cf24fd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.StackTrace.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.StackTrace.dll-DA95B0786BA71406C5D55CDE33A7672E8EDFC2B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8365c341de942f723ebbff84e02976a1d2852690c2554d1fefc78b51c990b32" - }, - { - "algorithm": "SHA1", - "checksumValue": "da95b0786ba71406c5d55cde33a7672e8edfc2b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Drawing.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Drawing.Primitives.dll-0C1ED7A97E6507F69133A70357B3C781EA1EDBF6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6f7210af221288ebb24e01cbac88d1bd74e8848b4748f896e39ee485be23b6e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c1ed7a97e6507f69133a70357b3c781ea1edbf6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.Compression.FileSystem.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Compression.FileSystem.dll-D61B7A0D08A2A960860184BAF7EAC4E613DD0E14", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "47b635428a4c63866c190d4d96697ec1d1ea3a49e1fa72072be36deb86eaf015" - }, - { - "algorithm": "SHA1", - "checksumValue": "d61b7a0d08a2a960860184baf7eac4e613dd0e14" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.FileSystem.Watcher.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.FileSystem.Watcher.dll-1A1208C0519FB138C525D58ECC22A7071E3145E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "634685a3c8a21267378a6b59a781628619dc2dc831e53f4182bee77c5024b92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "1a1208c0519fb138c525d58ecc22a7071e3145e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a62d69a0bfa00ad252a1cfa99fa7f41caef0169eb828cdd8aa7d4684d478c821" - }, - { - "algorithm": "SHA1", - "checksumValue": "b382e3ecf622bf5f6d7d1e02d7d17d0f4da38777" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Private.DataContractSerialization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Private.DataContractSerialization.dll-6FA100337DCA7886157383FE90C8D9DC64FC8E41", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "204787b7b7ad2f970125950c4cc2c726ff05d0da1ec06f24c70671e8a24e8230" - }, - { - "algorithm": "SHA1", - "checksumValue": "6fa100337dca7886157383fe90c8d9dc64fc8e41" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Reflection.Emit.Lightweight.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Emit.Lightweight.dll-69F65841DD4B23D4F0CAD615424718058C0CC155", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "80e969db088f7a961e7ca003d2082bf84c259176d9f484bdabb794122b4765df" - }, - { - "algorithm": "SHA1", - "checksumValue": "69f65841dd4b23d4f0cad615424718058c0cc155" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "933627b57f2d0115491cdacc61efc313bee1ec0ff066fba545093a39b8ac4391" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f8d529adca79aaa9481121c944f99fa694664f2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.CompilerServices.Unsafe.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.CompilerServices.Unsafe.dll-3559DAB5B8A2C473872D33C55A75F0F1671DDECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4481ea25f0687a9928becbe3ab93d7dede237e4fefd659c476d7ba2df700862a" - }, - { - "algorithm": "SHA1", - "checksumValue": "3559dab5b8a2c473872d33c55a75f0f1671ddeca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.Loader.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Loader.dll-CA7DE5100D047C5BB224F5AB6C9C2ACFE270149F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8988849eba5db1c41e7143462829ad98ef9ec7001566acce165a966acef4a5e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca7de5100d047c5bb224f5ab6c9c2acfe270149f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Linq.Expressions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Linq.Expressions.dll-6B11250DD111270B7A83FFAE37ED36B067ECAD84", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24055ed7812e5c984c1a4dc3dd50d4a95ec7a0ba4cfae08d51ea5846cc0aed7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "6b11250dd111270b7a83ffae37ed36b067ecad84" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1164d1f88e0b94d034b1a4d2ae3de7e8c816c77ca786328818fa0a876bbc9b9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fe5f8670301a959e45f5558792cbd5807a4fb53" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-datetime-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-datetime-l1-1-0.dll-DF3864400798AD14638FDF47A355DA2D0CC1D5FF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c3207053ba821096f73a704516bc1f24608de3f55bacbbb30968ee2db9cfa4c" - }, - { - "algorithm": "SHA1", - "checksumValue": "df3864400798ad14638fdf47a355da2d0cc1d5ff" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-heap-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-heap-l1-1-0.dll-106C5FF0A6F8E631BEF3C61A239A0F709381C633", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d1b129df515eb3e30f16f605cd9f307708abe4dfd5523a4086c3cba8ac64af91" - }, - { - "algorithm": "SHA1", - "checksumValue": "106c5ff0a6f8e631bef3c61a239a0f709381c633" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Claims.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Claims.dll-DAAD48ACB192F7C5F16CC084747EF94214438B24", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bbe30c28e7c03303d834d4f5e6b3867fe578b42142598d54afdc632f9ffe0fe5" - }, - { - "algorithm": "SHA1", - "checksumValue": "daad48acb192f7c5f16cc084747ef94214438b24" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-processthreads-l1-1-1.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-processthreads-l1-1-1.dll-D8798C6AA519CE5D9EFFCBDFE1D3FE54B5EF6696", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7d31e2e7af2f71512e9ac0b5c2e5242364238e931dd35ffdcdd11c1236099e97" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8798c6aa519ce5d9effcbdfe1d3fe54b5ef6696" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-util-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-util-l1-1-0.dll-B8760E5721BB86AE735D38DFC6A420742769EF08", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e56060e9c9b1f714aea0793616f858187b7fb946e53abee8d00e32accdfd86e7" - }, - { - "algorithm": "SHA1", - "checksumValue": "b8760e5721bb86ae735d38dfc6a420742769ef08" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Linq.Parallel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Linq.Parallel.dll-3F7272AE78B840EE6F74E05F24B750B6FCEA5000", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "30c419290fa374da5359c1436339055ed9e5b4749ff1bce39327eaa092a4c4dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f7272ae78b840ee6f74e05f24b750b6fcea5000" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pt-BR/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-System.Web.Services.Description.resources.dll-332A71CE405F46E84456430008D939A7233B933E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a52b072e58e2fa6e4fd1f3c2efec67a50a012fd13738b585859e59f1c74a0b5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "332a71ce405f46e84456430008d939a7233b933e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-multibyte-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-multibyte-l1-1-0.dll-45C44D7A6AC3903DC66F3F62C634BEE94A0973AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c35c7d782132dde8dfe4a1de0a3528587f9afa61439c339f448772cea6817440" - }, - { - "algorithm": "SHA1", - "checksumValue": "45c44d7a6ac3903dc66f3f62c634bee94a0973ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.AppContext.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.AppContext.dll-6E9CDFF2AD429E31C87FD70ABD9017E3C887D512", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6cb18257fe5c1a314cb77852326fae48863cfe36ca2eeda5421eed943f7096be" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e9cdff2ad429e31c87fd70abd9017e3c887d512" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/OpenTelemetry.Exporter.Geneva.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "40277b808709c26a3efb46265723f3aef7339e37ab06fb5aae207438048ce191" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d3c94822298f36fb03a1a4736296ac6a961f71b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.ComponentModel.DataAnnotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.DataAnnotations.dll-BC020F2CCCC85F93F386E32971FA5C61877A5D19", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57041afd12ed361347932e30e745ad590e4103f45537da136fd627b8f1afe937" - }, - { - "algorithm": "SHA1", - "checksumValue": "bc020f2cccc85f93f386e32971fa5c61877a5d19" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Data.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Data.Common.dll-C3826E1D48B565064F0462D5338E0700A2815B05", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74d01e2a3dd9d16e4ad7ee991bc2e5babd390051fe814f0320ea36a145424258" - }, - { - "algorithm": "SHA1", - "checksumValue": "c3826e1d48b565064f0462d5338e0700a2815b05" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Diagnostics.StackTrace.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.StackTrace.dll-15CE0474039A96745329413F0156C44657EB5D62", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d83ad951e759473dd8836e9011ceb9fa995f60ce09d8b00d919dab42308059ac" - }, - { - "algorithm": "SHA1", - "checksumValue": "15ce0474039a96745329413f0156c44657eb5d62" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Dynamic.Runtime.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Dynamic.Runtime.dll-4E9A84909FCFAB750CF8C60938619B78D8B8C959", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4a0bc1e0460ca53902c80db1e487572296323b0ceb8f4c1337d62a6e17537c76" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e9a84909fcfab750cf8c60938619b78d8b8c959" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.Compression.ZipFile.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Compression.ZipFile.dll-CB7A09FEA6892F64D0F3A9C35EF299B08919CF59", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d41660b73a861efd992e4a38957251f1ac436134e98b27508bdb408f4b985577" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb7a09fea6892f64d0f3a9c35ef299b08919cf59" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.MemoryMappedFiles.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.MemoryMappedFiles.dll-A14D3A427FF24D8DC1ED42184CDBC810FC939C4A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "95844c526487c5e025e1c57e963bd0ffcbcd349f59df5228f5575faf5b3b3313" - }, - { - "algorithm": "SHA1", - "checksumValue": "a14d3a427ff24d8dc1ed42184cdbc810fc939c4a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Cryptography.X509Certificates.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.X509Certificates.dll-DAD8F9469C0213363FCCB7EF256F852F592D92D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "374418e389664a7b4b1f63277a157cb7b16b2c845d0f4eafcfc529439c47b280" - }, - { - "algorithm": "SHA1", - "checksumValue": "dad8f9469c0213363fccb7ef256f852f592d92d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Memory.dll-CF541B81805E945DD7B7456111CCBAAB8FD00A02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7b2824fb34a22a5f72b149a501f9d9c8d34ef5f67744cb7633bf5727377710de" - }, - { - "algorithm": "SHA1", - "checksumValue": "cf541b81805e945dd7b7456111ccbaab8fd00a02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.Ping.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Ping.dll-0CFF957EFFCC194C51317D67EEA5BCD20C76AFEA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3efdb39493d18cef0d6f2f0268470760e2cdc599834ff1dda973e52047d093b8" - }, - { - "algorithm": "SHA1", - "checksumValue": "0cff957effcc194c51317d67eea5bcd20c76afea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.HttpListener.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.HttpListener.dll-FDD5DF3EE1DCC4F96A4866022C89FBA450E2B3B0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1ceb166f467ee53b671b679990e3d8d8d7edb0f0a51dec128842c5b8ad4c3e69" - }, - { - "algorithm": "SHA1", - "checksumValue": "fdd5df3ee1dcc4f96a4866022c89fba450e2b3b0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.WebProxy.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.WebProxy.dll-43A85869EE015E0AE65DA3357146AB82F7E36C84", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d288b9f4d488e08f2fd260a8ae4dd79cf44d1fca3ec12dfbe770b4e7bf537156" - }, - { - "algorithm": "SHA1", - "checksumValue": "43a85869ee015e0ae65da3357146ab82f7e36c84" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Reflection.Emit.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Emit.dll-5ED4244772EF9E243E4EB3C4E07DA2A4BA9D6D07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0e09065793648820bfc5fb5d72269403a87e20826f1ccde67c7486320063e6be" - }, - { - "algorithm": "SHA1", - "checksumValue": "5ed4244772ef9e243e4eb3c4e07da2a4ba9d6d07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Resources.ResourceManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Resources.ResourceManager.dll-AB86640A654422B4E4D664905DEF6AF266361FBC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "780547a19561c3cce6bf9c6bfdf1f706489e17a59eb61a78166b3bf37bbb7c69" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab86640a654422b4e4d664905def6af266361fbc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.InteropServices.RuntimeInformation.dll-95AD1660C3CB24F269E1117A28CFA42ADE884418", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9f52fa60a1f58922f42f9113bc90934e3315f65564424aeb0ca082db40ce86c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "95ad1660c3cb24f269e1117a28cfa42ade884418" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.Mail.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Mail.dll-0085135F3D38A58CCA4753233714A918D29F5C7E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0d17f09f49dcce73782ac7e58d1aceac3d79d3d5082df305e185a16d61e97993" - }, - { - "algorithm": "SHA1", - "checksumValue": "0085135f3d38a58cca4753233714a918d29f5c7e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.Serialization.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Serialization.Xml.dll-F48D1AA473466D091C33AAA23C8145C3A00F85FA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2cb147870e5109814fe71cbedecf4917921f9b0fe5d77c434ffc4610f9e3f54a" - }, - { - "algorithm": "SHA1", - "checksumValue": "f48d1aa473466d091c33aaa23c8145c3a00f85fa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.Cryptography.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.Primitives.dll-EA1386F1143005EBBD3D74E5288E4F6F27DEAD7B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34da938c77f832cf9be83bdecb430cfc1b2e96554f2229dce935f553dc8ef447" - }, - { - "algorithm": "SHA1", - "checksumValue": "ea1386f1143005ebbd3d74e5288e4f6f27dead7b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.ServicePoint.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.ServicePoint.dll-D96419E5584AFD5FC8BE3AA2671000D1AA69C969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76aaff4e8177a8ac8878ba6083815f7c4bddb70613132357dc740416a866cb53" - }, - { - "algorithm": "SHA1", - "checksumValue": "d96419e5584afd5fc8be3aa2671000d1aa69c969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Text.Encoding.CodePages.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.Encoding.CodePages.dll-7DF65D08D06B8A86C7BEC6EAF8861A500DDB1EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70312dd85babc6f5b0514bf0614dce24758be93393077bdc92f99685a296662f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7df65d08d06b8a86c7bec6eaf8861a500ddb1efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Threading.Overlapped.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Overlapped.dll-977E44C1BA6584D7F48AEBD4EDA2C81A92D6BF3F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a504084f3ad8238d36b751196476b6a8049330d089b803ae4eb662168752b1f3" - }, - { - "algorithm": "SHA1", - "checksumValue": "977e44c1ba6584d7f48aebd4eda2c81a92d6bf3f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Numerics.Vectors.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Numerics.Vectors.dll-7CC6566273CC2C31BEACD10BCB4E644AA7BA70A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d8fe1e82e283ef956f8e055ce145dfde8af2276f0d9cfd442f08eec9f6c5867a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7cc6566273cc2c31beacd10bcb4e644aa7ba70a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/hostpolicy.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-hostpolicy.dll-180A9F8BCA0EE54AF9D3DC4FCBF125CFF8C72257", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7fc41fac34ab998af90f36253db34de2d70ff7feed5a91be0b7cc622f2c14f" - }, - { - "algorithm": "SHA1", - "checksumValue": "180a9f8bca0ee54af9d3dc4fcbf125cff8c72257" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Transactions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Transactions.dll-FCD7E3B1E0BC287EBC55A9C7465114867E0C8B91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "188a28e35831ca696c8ebe0f0fab3f27cde72490817565b516ad0e4433f061f0" - }, - { - "algorithm": "SHA1", - "checksumValue": "fcd7e3b1e0bc287ebc55a9c7465114867e0c8b91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Reflection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.dll-1DDE873F12AC9F4314E98E2041D2EB1B5941EAD4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "315654a9cd6795b05051b89cc636b97870d026a3af060b12f59e73e1243418cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "1dde873f12ac9f4314e98e2041d2eb1b5941ead4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Resources.Reader.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Resources.Reader.dll-05B1D01A24F29DFED63AEA94AA68A2DF875C1648", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3b2d060aa5a7e142b88e29cde48f7965e718876a76c5a202d10155444b1bd6ec" - }, - { - "algorithm": "SHA1", - "checksumValue": "05b1d01a24f29dfed63aea94aa68a2df875c1648" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Xml.ReaderWriter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.ReaderWriter.dll-643E7A23FCC9C9D5D953B172A8526ABB0368CBE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4612c80d73186e08c6a6aee267f66f1384a5a94d0d447c90b1fd085349d4b9b5" - }, - { - "algorithm": "SHA1", - "checksumValue": "643e7a23fcc9c9d5d953b172a8526abb0368cbe3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.InteropServices.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.InteropServices.dll-5086AD8B296B72CE7EAFCF17FBAC86D3C2C670E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4bd033bb910c25974487027a60a1cf77848330ecc5e9d482918ef06b8774cc8b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5086ad8b296b72ce7eafcf17fbac86d3c2c670e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Client.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.runtimeconfig.json-E4F749F8DF6BF35F9FE0E90149CD26659598870D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "716829232c57045a21b597b200954bd40f32de3347a43084354ce20f2d978c9a" - }, - { - "algorithm": "SHA1", - "checksumValue": "e4f749f8df6bf35f9fe0e90149cd26659598870d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.Serialization.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Serialization.Primitives.dll-A2D805C2E91A196F8877731236716B25209782AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9bbe548bf2555a7a7bdf198b6213b69b4b324676f96fbb33e228d04e2a1b5710" - }, - { - "algorithm": "SHA1", - "checksumValue": "a2d805c2e91a196f8877731236716b25209782ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Text.Encoding.CodePages.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.Encoding.CodePages.dll-55BFAA4F5E35EA62B017EF27F96BE6FC003DC8B1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6b2d485059a61bf504e520294e2e6cd82ffde25a68070fd9a220eb1dbeb1749f" - }, - { - "algorithm": "SHA1", - "checksumValue": "55bfaa4f5e35ea62b017ef27f96be6fc003dc8b1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Cryptography.OpenSsl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.OpenSsl.dll-89A4F435319B9CC94B1F03DE68D41BBBF4303F90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "27a67d35cbc405a3d4b72c8a3f25ab34491c7ed34f8ffba1c0d279db0e9db50b" - }, - { - "algorithm": "SHA1", - "checksumValue": "89a4f435319b9cc94b1f03de68d41bbbf4303f90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b955dfb0f27a00fbcb570c419ed316e01ae3c56f2df70deba45a22e7c0597741" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d9a1533782abcdceeda47e890adf49bff11e51d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Threading.Overlapped.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Overlapped.dll-C19FFE838D966247E486DD6ECBB5A20383BD7883", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "235188f975f72e2bd2c279828d211af1bda6ecae9c63709460ee1c38e763945c" - }, - { - "algorithm": "SHA1", - "checksumValue": "c19ffe838d966247e486dd6ecbb5a20383bd7883" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.SecureString.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.SecureString.dll-FFE26F43698CFC20571FEA8DAED8B5DCDC39ED57", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "88643f5b6c95050b257ebd8f753234bd29aec39fc1fd9fa76243c1e7c80d0d7f" - }, - { - "algorithm": "SHA1", - "checksumValue": "ffe26f43698cfc20571fea8daed8b5dcdc39ed57" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Transactions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Transactions.dll-FCD7E3B1E0BC287EBC55A9C7465114867E0C8B91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "188a28e35831ca696c8ebe0f0fab3f27cde72490817565b516ad0e4433f061f0" - }, - { - "algorithm": "SHA1", - "checksumValue": "fcd7e3b1e0bc287ebc55a9c7465114867e0c8b91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.FileProviders.Physical.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "052b55155139ea5eade09be9bb6e2d6949beff596e96d26409c7255155bae1ae" - }, - { - "algorithm": "SHA1", - "checksumValue": "05a84e1d949053d92e092c6216b11d7ea8eee0fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Xml.Linq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.Linq.dll-2DC62EE6DEF79D02AD1DE86C0E474D78D683527B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34deb7dc6bfee17bef81f8264d29cc29b2e1be1df14bec3da06c3713e93f3dbd" - }, - { - "algorithm": "SHA1", - "checksumValue": "2dc62ee6def79d02ad1de86c0e474d78d683527b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Logging.Debug.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Debug.dll-4140D573312BF50435BC391ADB333D58BF401619", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e160cd1bf6b3496b97ce3b222392ecc198f1da09fd3dc8cd158b49093e49bd73" - }, - { - "algorithm": "SHA1", - "checksumValue": "4140d573312bf50435bc391adb333d58bf401619" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ru/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-System.Web.Services.Description.resources.dll-DEE3686BD84B40A2510E522624FA4DB9D932FCD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ca9802711ab51ecb5ab425f236c36b96ab18379b98f994427b0ac1102bf38c98" - }, - { - "algorithm": "SHA1", - "checksumValue": "dee3686bd84b40a2510e522624fa4db9d932fcd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.Security.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Security.dll-99B4FAA44A1F61CDDF92F951B6965CFE5F7E552D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a76fa2c2ba162b29754116cbdfb3cf8d925608544abd326a791f9ba4c633d78" - }, - { - "algorithm": "SHA1", - "checksumValue": "99b4faa44a1f61cddf92f951b6965cfe5f7e552d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Numerics.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Numerics.dll-2179BB42B3B588BAD504A8F7122CA8751ACF365F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "50ca4785ae7d4b4573c2f0e185628d8e2b04729b6f69103289018b21122cd277" - }, - { - "algorithm": "SHA1", - "checksumValue": "2179bb42b3b588bad504a8f7122ca8751acf365f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Reflection.DispatchProxy.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.DispatchProxy.dll-ECD45E1F0F0AF69B5D26A95844BAF59CA168E0BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "706bf97c1563a3ed8bb97c4ed326330931768242844d73ae97d68472ee4412fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "ecd45e1f0f0af69b5d26a95844baf59ca168e0bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/linux-arm64/native/libpsl-native.so", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-arm64-native-libpsl-native.so-D5696D2E5D60CF4F547C7089278FC314BD56520D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "53fc9d94a12bf314817c8e91d911e590e70c3f207d383354a8c2eaa75505557a" - }, - { - "algorithm": "SHA1", - "checksumValue": "d5696d2e5d60cf4f547c7089278fc314bd56520d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Reflection.TypeExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.TypeExtensions.dll-C865E89AD1F4FB3CF4CBF8E15FEEDA63446666CB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d69bc15e1ed3c314add02862f7197e7d29a2377241b34536b495087eadfcc581" - }, - { - "algorithm": "SHA1", - "checksumValue": "c865e89ad1f4fb3cf4cbf8e15feeda63446666cb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.Handles.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Handles.dll-E65DB29B17C654680D0C1A8AE07DC02EFA32B323", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6fc6b75a3c99686aeb95ac22349cbecac54116488b75464a06926dae1c4c89d2" - }, - { - "algorithm": "SHA1", - "checksumValue": "e65db29b17c654680d0c1a8ae07dc02efa32b323" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.Serialization.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Serialization.Json.dll-E38F82AFA80F2F7360077F0FFD763F351712535B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "308c0e63984652cd1902d0c8ac2cb793a6edb441e0e2edaa4a2d4816a96d3556" - }, - { - "algorithm": "SHA1", - "checksumValue": "e38f82afa80f2f7360077f0ffd763f351712535b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-lib-net6.0-System.DirectoryServices.Protocols.dll-E33CA727595AA2DC43ED7E0855FAB45507400C63", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea6596cac3c34a148f68023f0f4199410c9edae9ba7641e8b724a506ea0c7a5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "e33ca727595aa2dc43ed7e0855fab45507400c63" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e77631e9adcc69284f89a49a1a2ba84e6f4f22d870eb55f1786101cd5a20b638" - }, - { - "algorithm": "SHA1", - "checksumValue": "a2996e946465a7582f6e25e404d9fd15e3a1a894" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Cryptography.Encoding.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.Encoding.dll-748D1E1E2CEC5A3AB497FDA2140C0F959FCC2659", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ced095a65e6ec32a177449419c1f135436ae2199ab3138d8124d6f2195e6618" - }, - { - "algorithm": "SHA1", - "checksumValue": "748d1e1e2cec5a3ab497fda2140c0f959fcc2659" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Text.RegularExpressions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.RegularExpressions.dll-4D4557D494B6BA91AA9BB8420B316661868E2E67", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b3b8e4210776788d29c55c68520f0510c164af7ca59edd8c27485772dec9697c" - }, - { - "algorithm": "SHA1", - "checksumValue": "4d4557d494b6ba91aa9bb8420b316661868e2e67" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Threading.Thread.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Thread.dll-A25AA1CE4445A65024D46EC75D707CCC79407811", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6724181e89d4a0d4f648dee985d952b964476a51e9e8a700c721e81d0c8e08a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a25aa1ce4445a65024d46ec75d707ccc79407811" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Windows.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Windows.dll-FFA532755670F2C5A5062D23E3E89AC7423BA21D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "208059663ce28e72849279dfe64aaa25633c7895e456c692cef1a2b49bbe98da" - }, - { - "algorithm": "SHA1", - "checksumValue": "ffa532755670f2c5a5062d23e3e89ac7423ba21d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Xml.XmlSerializer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.XmlSerializer.dll-298F10326C70F4FC09AE1C010D5CE4B5F7FF9B7D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24ffd26e331a1be80c6312db00112a5ab72d29a69d27e1938901bd4f4066bdea" - }, - { - "algorithm": "SHA1", - "checksumValue": "298f10326c70f4fc09ae1c010d5ce4b5f7ff9b7d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/Microsoft.PowerShell.Commands.Management.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Microsoft.PowerShell.Commands.Management.dll-DB8E256A169B4DB2E13F2D4F96CD48EF5B0E205F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c0defaa1fa5bd962db1253f1a8613de628c7f7663d3f20e6e38acb9f0874dbb" - }, - { - "algorithm": "SHA1", - "checksumValue": "db8e256a169b4db2e13f2d4f96cd48ef5b0e205f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Principal.Windows.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Principal.Windows.dll-BD765F55D24B39A2BE1BD030B1B260ABA169CA5B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "64d6d1052718b4587c3837e4753a880741582c17967a1d7f23f18abffea3f2e4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd765f55d24b39a2be1bd030b1b260aba169ca5b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/Modules/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Modules-Microsoft.PowerShell.Host-Microsoft.PowerShell.Host.psd1-56915A6FE3753B10CEB173DC94092CC0B3E63B56", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "99a6bcdaf6fe7f70a191d3801c1b09bd21f02fc9a45671b23266270b428d70c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "56915a6fe3753b10ceb173dc94092cc0b3e63b56" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/ucrtbase.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ucrtbase.dll-D8447A68D877C73D3A3D3D0E29959A19DDA3C8B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c55964334a452310f16a742474b9053742ccc937da5b8f65e4555d73e7f17b99" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8447a68d877c73d3a3d3d0e29959a19dda3c8b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.PowerShell.Commands.Management.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.Commands.Management.dll-E85A3A6D56242531A7E4E2537B64F094EEC12B47", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d263c725236245309908d5dd006debbbd3934fbd1df80e453d5831e94656ec9" - }, - { - "algorithm": "SHA1", - "checksumValue": "e85a3a6d56242531a7e4e2537b64f094eec12b47" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/fr/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-fr-System.CommandLine.resources.dll-C73D490B62D0195041083C65D288677CD8DDD13B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e14709d85b20ab703272b714562b30bde568d5f7f3889aab901f749b61f07c1a" - }, - { - "algorithm": "SHA1", - "checksumValue": "c73d490b62d0195041083c65d288677cd8ddd13b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.WSMan.Management.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.WSMan.Management.dll-4AABC7B17EE99238ACCD1AA080B4A6B58F3D57D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "37300d1b0da38bf5b66fc3e32303206cf1fec98e53e51b22b06335fdff21fd41" - }, - { - "algorithm": "SHA1", - "checksumValue": "4aabc7b17ee99238accd1aa080b4a6b58f3d57d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/it/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-it-System.CommandLine.resources.dll-87199249CD427010229843B8F960A79AD220E13F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0c3c871da351afc0453d4fd9544b8c76d7902e2dca05798a6673be74517960f" - }, - { - "algorithm": "SHA1", - "checksumValue": "87199249cd427010229843b8f960a79ad220e13f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.DirectoryServices.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.DirectoryServices.dll-AAB4C2865D06F252937965D660D2C3902593AE00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0e088013a22f05b6a74aad4fa1241ca1e4f11bf000ea82ea7716e1f85c6e34f1" - }, - { - "algorithm": "SHA1", - "checksumValue": "aab4c2865d06f252937965d660d2c3902593ae00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/mscordbi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-mscordbi.dll-DA45648F0148E6BD95151F267F1A083F83D25D30", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9c98a4a9103568c3995b09a81b43b4bd475e33c853a80ba93e916dd59d1c284" - }, - { - "algorithm": "SHA1", - "checksumValue": "da45648f0148e6bd95151f267f1a083f83d25d30" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.Pkcs.dll-C7740BCDC6FB53BBD5619EF621E450DB04C327DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "391ab2d616d44f1af523bec982446cd20f858e24841dedfbd04bac3ec075afb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7740bcdc6fb53bbd5619ef621e450db04c327dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/Microsoft.PowerShell.Diagnostics/Event.format.ps1xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Diagnostics-Event.format.ps1xml-6FCDE3F9D6598D7043AE2C1C67B27BCA06AFB0F5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "597fe30b3f3c53d6f11aba3f3368ab31b4c2dd92895ef663d92a5c3631f08eca" - }, - { - "algorithm": "SHA1", - "checksumValue": "6fcde3f9d6598d7043ae2c1c67b27bca06afb0f5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/zh-Hans/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hans-System.CommandLine.resources.dll-CBBD6E306EC4A27012436DA3311B1EB578099687", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2755127d5d799ee4f7417c8a2a519bfcbc17e37a6cf51a692d3d96f50e5b2e08" - }, - { - "algorithm": "SHA1", - "checksumValue": "cbbd6e306ec4a27012436da3311b1eb578099687" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/Microsoft.WSMan.Management/WSMan.format.ps1xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.WSMan.Management-WSMan.format.ps1xml-361E8DC601E8534943E143E82F3D4D9A6F13ABC1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c623f0e4a2574f2179f55d0c8b0970347304b338e43d72e048acdf9cef16ab43" - }, - { - "algorithm": "SHA1", - "checksumValue": "361e8dc601e8534943e143e82f3d4d9a6f13abc1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Collections.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Collections.dll-CD93C80F90964C2320644505B5F1C0E399948016", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "da8f87929962e788bf5c35214f57fe7ad59328330d1f271d133092d987360bb6" - }, - { - "algorithm": "SHA1", - "checksumValue": "cd93c80f90964c2320644505b5f1c0e399948016" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/zh-Hant/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hant-System.CommandLine.resources.dll-3D61241A0B13B8F1575BD25CC2DF36B44FA6FCB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a127fbb7cea080320e34a55ddcdbf6fefb8f79f30e412cb94418775a07eefca0" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d61241a0b13b8f1575bd25cc2df36b44fa6fcb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1bfbc50c0908ccec61e511127b08b6c5b3b1c6507b9e9c31d934572fe34dfdba" - }, - { - "algorithm": "SHA1", - "checksumValue": "64f7dce10bc801352e859f5f1365eac5a66483ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm/native/miutils.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-native-miutils.dll-2F3943D0799E2D703F3117A773AB14D3E5755CE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ed1f566677356ecee6e334c2e651270b81c2bb9a1e30c0275b34c6e0f32b6f7" - }, - { - "algorithm": "SHA1", - "checksumValue": "2f3943d0799e2d703f3117a773ab14d3e5755ce1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.ComponentModel.DataAnnotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.DataAnnotations.dll-BC020F2CCCC85F93F386E32971FA5C61877A5D19", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57041afd12ed361347932e30e745ad590e4103f45537da136fd627b8f1afe937" - }, - { - "algorithm": "SHA1", - "checksumValue": "bc020f2cccc85f93f386e32971fa5c61877a5d19" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Core.dll-BD6E73CA6ED73F66BEC93BEBFB0AE152D315A185", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea08e2a9e231715fadace1e6f57d284af3a73eddfc3004cc3658d983d7ac5b56" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd6e73ca6ed73f66bec93bebfb0ae152d315a185" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm64/native/PowerShell.Core.Instrumentation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-PowerShell.Core.Instrumentation.dll-A0EA1486AA4EA24FA3D4F37B0D7E931FC4681E89", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "619b9442c0c26f8eee0be8f0a5165cdd94e41ded83d23eb2abd7af1086bebde7" - }, - { - "algorithm": "SHA1", - "checksumValue": "a0ea1486aa4ea24fa3d4f37b0d7e931fc4681e89" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ac9a0bd690e6b46ee8476db873b052ce9ec1fef76b94c3e888c69bfea8da9af" - }, - { - "algorithm": "SHA1", - "checksumValue": "2917334a8038f654cd1c008b55b589a48f082c09" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9380ec2cb2a46fcd19b7aac79b6c8708f38ec7d0a5fc54a335b38aac3f69817e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e837e4d63d4a10f5ed86af9b66654cf8c2bc007" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c9eda5007cfa21d12a617ecfa8d85293ae4977fa3976a1611d2f7fa60ef3d07c" - }, - { - "algorithm": "SHA1", - "checksumValue": "167fa65c727edcd6eb27ef45ca245f80ec1628e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Logging.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.EventLog.dll-99E0960485E1D92B5C13652648618B851C46C309", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a4fe6661092a6334051f9150c29dab7aab40f80bace5568c0f608a3e895aecac" - }, - { - "algorithm": "SHA1", - "checksumValue": "99e0960485e1d92b5c13652648618b851c46c309" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-x86/native/sni.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x86-native-sni.dll-F7EA807186D5C382743A96A8AF83131496E1590B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "753f6a0126a02d395ea67c07bcaf7fb2d8ea582ad440ac3883c10756c23c23dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7ea807186d5c382743a96a8af83131496e1590b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win10-x86/native/mi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x86-native-mi.dll-2CDCEEC24F414CAA90ABD34CD593D41F909A1CE6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "537de8f400dd3fa2bb085266cf1f227c9852fd20c36e1d06ffc985092f74f214" - }, - { - "algorithm": "SHA1", - "checksumValue": "2cdceec24f414caa90abd34cd593d41f909a1ce6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-F5008F0E836706277DBC3D1147DED4A847107D91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a47507e1eb33a821620eefab143f2bf9c7941d207aabafe0bba04dff29727efe" - }, - { - "algorithm": "SHA1", - "checksumValue": "f5008f0e836706277dbc3d1147ded4a847107d91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.Json.dll-A49DD7085E657DD05E4A9F357C5F86033E45F4CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "02a6c1a793e559dede9fc8ba30741643819b62f367726cc8b890fb590923a1db" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd7085e657dd05e4a9f357c5f86033e45f4cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.PerfCounterCollector.dll-C23E211F6465BA3D628C8672DE4802CB722E1507", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb921ed55a88f1f533074e6c9e361351907a326d29b30af593f9a1950b03ec77" - }, - { - "algorithm": "SHA1", - "checksumValue": "c23e211f6465ba3d628c8672de4802cb722e1507" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.CommandLine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.CommandLine.dll-FE97798ECA8349AD92EC5174CCA431EE62BDB829", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "95b21965adf42ad01ce5d06036a8f9db5eb0aa567eb3f5837be81907a0e22321" - }, - { - "algorithm": "SHA1", - "checksumValue": "fe97798eca8349ad92ec5174cca431ee62bdb829" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cfeafbca346d7019c606a15a732f20f118e595f0b3b5837e1628940cdfcfe9a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "1102bbf6741848cb33eb6224beda2abe27be61b5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Azure.Core.dll-96AE22D1B289E29C351C9B2D04DBCE7BD13068B8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b01694717c2fb2642da185dea408cf0c564540d83d243b0774ea0ed539d22862" - }, - { - "algorithm": "SHA1", - "checksumValue": "96ae22d1b289e29c351c9b2d04dbce7bd13068b8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c9eda5007cfa21d12a617ecfa8d85293ae4977fa3976a1611d2f7fa60ef3d07c" - }, - { - "algorithm": "SHA1", - "checksumValue": "167fa65c727edcd6eb27ef45ca245f80ec1628e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d17f2f2bba2970c7ef40a8a318faf338fd2872266c155510171c33fcb5e26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a2f542a375e71f8776617acfec2aa8164f400bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Threading.Tasks.Parallel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Tasks.Parallel.dll-DE7A5BCA59888F4B25D3B3D98F486392AD762D7E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6fb67ef87eac2baef8d25b0e56b10d20c5971e0ea7329cb3493332d994d03541" - }, - { - "algorithm": "SHA1", - "checksumValue": "de7a5bca59888f4b25d3b3d98f486392ad762d7e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Configuration.CommandLine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.CommandLine.dll-8A054233F194360266B318C83BCE4337D38D3F18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0575957601b0c8221b0613d1c5b12eb2c7884469f836f997b892c55e89c99965" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a054233f194360266b318c83bce4337d38d3f18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.FileProviders.Abstractions.dll-253FF83A04B76254277688AA29A7477137E827C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "78f9d934a8b02d44bb25d7be320634e630efe8c1e0422b15b53bcdf18509336d" - }, - { - "algorithm": "SHA1", - "checksumValue": "253ff83a04b76254277688aa29a7477137e827c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Web.HttpUtility.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Web.HttpUtility.dll-3FB6E00C89447A4BD7F2C4A9B794829454DAD2FF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9fc6e58f5a1a5fe9765e180f208d5ef6760d9f514bc08a05cd456f7d3378f8cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fb6e00c89447a4bd7f2c4a9b794829454dad2ff" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win8-x64/native/miutils.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x64-native-miutils.dll-D8D12E539D5D34E129946991E251235546859F3B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "394d8e65a35c54a99357ce6774d411c3f1308b29c200c2c675a6540cbcc8b03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d12e539d5d34e129946991e251235546859f3b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.Console.dll-0C8704778D0D2D10E055DF28D780DD307CF3DBF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f6223fcb0d694a7450c179487a169e5124e4dd03bf33689b176a198ece87f1c3" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c8704778d0d2d10e055df28d780dd307cf3dbf1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Xml.XmlDocument.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.XmlDocument.dll-528510241806E51D566AF10B3C1AFDA322199812", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9284f78d36082b6a7d8c6e8995c94fcb8d6ff531b1d2caa28626905780550566" - }, - { - "algorithm": "SHA1", - "checksumValue": "528510241806e51d566af10b3c1afda322199812" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win81-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x64-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-CDBFF938D2EE017F715C6F1A93B1F3EB4BA16AD4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b325bd051e53c1fe03960e6bbb3c7253118e312d4b653567d62931b0d18a11e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "cdbff938d2ee017f715c6f1a93b1f3eb4ba16ad4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/cs/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-cs-System.CommandLine.resources.dll-84C44847520EC562D7799DDF5792F44211C830BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "23f20d7c928d0002fd12af838f89ccb1d6b22d4a923e7a9d8a65cf0cd1c906e1" - }, - { - "algorithm": "SHA1", - "checksumValue": "84c44847520ec562d7799ddf5792f44211c830bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.ApplicationInsights.dll-72D269CE21D163265C651205215C6CBE9EAB37B2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fe910605c1f078aecad7ba6518f746a4445485647e497f4133241ef202b69dd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "72d269ce21d163265c651205215c6cbe9eab37b2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.EventLog.Messages.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.EventLog.Messages.dll-FBCF59D08AACDAADCD4D04DB203BC595E5FB4718", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1ed4fcefa529cdca6387d05797b8ba26797d15e6a8e64595ce9ffb5883e72f57" - }, - { - "algorithm": "SHA1", - "checksumValue": "fbcf59d08aacdaadcd4d04db203bc595e5fb4718" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.Tracing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.Tracing.dll-E309476678E67052F2F5827AADBFF6B02E38C9ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "664dbf0b103aeb87eb09e128035eaf6742860a1345c00530a857f7fffe8c06f7" - }, - { - "algorithm": "SHA1", - "checksumValue": "e309476678e67052f2f5827aadbff6b02e38c9ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/ko/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ko-System.CommandLine.resources.dll-85732A09258305A13A5304FE64998E6F1D197166", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "55320d4815a50ddba1d2a890c6b9da34a5d6f469c80cc9104a63180335e479c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "85732a09258305a13a5304fe64998e6f1d197166" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Globalization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Globalization.dll-B5683ACBAEFBF9693C4A80AF444F31D3FA5CC950", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3094dc38fd19f21cc2a68b4cff65782d46d2188cd9cf66c912a284a69e7f501b" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5683acbaefbf9693c4a80af444f31d3fa5cc950" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-DAA6DA2DE10A68B03F93B8888E370A5D74F8C1B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "181f9640e1ed3b21dc5aa052ffc9861d791bf3de99a1a141352992371f165a72" - }, - { - "algorithm": "SHA1", - "checksumValue": "daa6da2de10a68b03f93b8888e370a5d74f8c1b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Configuration.FileExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.FileExtensions.dll-B7D7D4CF16BBE6CEBA1BD9DE0E814CAB71D54970", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2949acd95f8a1110f681bb01191795c50a2bb3d8592eaae982b467676e85b7ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "b7d7d4cf16bbe6ceba1bd9de0e814cab71d54970" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Hosting.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Hosting.Abstractions.dll-E9ADA15AF68EA7BCC5BC3689F6BC00FB96C999FA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14d35674886125d624e57d3d7b085354d0a0326b6f35b640d75cde6379a5cf56" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ada15af68ea7bcc5bc3689f6bc00fb96c999fa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-debug-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-debug-l1-1-0.dll-C80FA5CC0C40231C284B5527E61F717D3C4F155A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cdea8eebba081c49bcd9462c55bed5db9360848a0860eefc947a6fcbbf9dafda" - }, - { - "algorithm": "SHA1", - "checksumValue": "c80fa5cc0c40231c284b5527e61f717d3c4f155a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.FileSystem.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.FileSystem.AccessControl.dll-7B6EDB844F2DF2772C61D30B91F52F1CAE7B9463", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e1cce1b10cf2bc13a19afa8da3862e356971209496abf86f560dc24ab6bc554a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b6edb844f2df2772c61d30b91f52f1cae7b9463" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Logging.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.EventLog.dll-ECB7E6A67DFE2EAF2ADBA83D930CF9F5119B21D3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66b9904592c618d1dd6f69c10abaaa0e84b24585076b4611f7b93842667a0b2" - }, - { - "algorithm": "SHA1", - "checksumValue": "ecb7e6a67dfe2eaf2adba83d930cf9f5119b21d3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-interlocked-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-interlocked-l1-1-0.dll-9E7E62BF74F124CBCBFB6435A027749236BE2D7E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b5590eb340a5cf2f8eb4534835d32b79902719de95e9c8b7209b61a54d60de67" - }, - { - "algorithm": "SHA1", - "checksumValue": "9e7e62bf74f124cbcbfb6435a027749236be2d7e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-profile-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-profile-l1-1-0.dll-AC0F0F0EE9880205D5B9B6CBD4AFBAC3F8A4C0F8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4680d66f0daa6fd62e55c7d578fbd2bf0afc5b24eda6c77f062fa8874a470342" - }, - { - "algorithm": "SHA1", - "checksumValue": "ac0f0f0ee9880205d5b9b6cbd4afbac3f8a4c0f8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hans/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-System.Web.Services.Description.resources.dll-64B61ACC8B0A2F17A32046D94EC3BD6842C14AA1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1946cf151ebb2e5044e09aa3c30bc2bbb3590d9eace1c6d9ac4d17a34adcc86f" - }, - { - "algorithm": "SHA1", - "checksumValue": "64b61acc8b0a2f17a32046d94ec3bd6842c14aa1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-conio-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-conio-l1-1-0.dll-D57AEE07323DDED876CD2DAD412728A319F5F27B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "65130625b16d9cdd909caf5a29b64810b241f7f5997b0a6f81d757f40a54ee2b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d57aee07323dded876cd2dad412728a319f5f27b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/pt-BR/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pt-BR-System.CommandLine.resources.dll-D987D18ECB1E7F59926BE5078AF5C5BCEFC6E642", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a2596f9f8dd9a27c6851ef41fd1fd975697c77850483cad9255102e89e9f4d5d" - }, - { - "algorithm": "SHA1", - "checksumValue": "d987d18ecb1e7f59926be5078af5c5bcefc6e642" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Collections.Immutable.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Collections.Immutable.dll-245D61A8E527DD7ACC119CFE2F5B74AA55D0C141", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f0fcad240865670056219275badf1999ff5cdf94794aa9a0fe6bd62b36c30e9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "245d61a8e527dd7acc119cfe2f5b74aa55d0c141" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-private-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-private-l1-1-0.dll-8C4248E079FF1F03105D4C7140E1137C4749AD61", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57baa12cc1787c154e27cd0c9147588fdb924f581acdc178fbd508f88be72e77" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c4248e079ff1f03105d4c7140e1137c4749ad61" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.Pipes.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Pipes.dll-2E35D8970E39DBB9A58C5339FEEB84410DC8A1EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "52024d0f706a02667849299247a98c8982fc784a2f569b98567e16044a282182" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e35d8970e39dbb9a58c5339feeb84410dc8a1ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Runtime.CompilerServices.Unsafe.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Runtime.CompilerServices.Unsafe.dll-7C06EC5C0B53FC1852CFF17FEDE689835F2ECFF7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "50eb6a1dde91faae4464a8be4bb004f3976bf9e19e8c38a9f0df3e282fad4952" - }, - { - "algorithm": "SHA1", - "checksumValue": "7c06ec5c0b53fc1852cff17fede689835f2ecff7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.dll-ACD2023B67D70692D623EC6CB06A191D26E8FB01", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f35a6184e76e6e8e7f5ab5682496f74492588280f4154b75633ae75961f6f210" - }, - { - "algorithm": "SHA1", - "checksumValue": "acd2023b67d70692d623ec6cb06a191d26e8fb01" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-cs-Microsoft.CodeAnalysis.resources.dll-8DB2194D6ED8A9164736DE0787AA20AF86FECFB4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "75075f38b487899613ea102bd296d5cab69dcef8eeeb847adcf7d9458e231c9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "8db2194d6ed8a9164736de0787aa20af86fecfb4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-it-Microsoft.CodeAnalysis.resources.dll-EB12A7ECB844C5053C51F41CC93A908E00636150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6f51d098bf46be2b33d00f09b2d50e00684c558902dff97c06b5edffeae7cc88" - }, - { - "algorithm": "SHA1", - "checksumValue": "eb12a7ecb844c5053c51f41cc93a908e00636150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hant/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-System.Private.ServiceModel.resources.dll-EB407AB09A226CD5267D30099B46CE2C46FECA00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "052c9efc642969ab4ddd2aa077fd1e195ef9a0f285e17cc08dc3327384b20513" - }, - { - "algorithm": "SHA1", - "checksumValue": "eb407ab09a226cd5267d30099b46ce2c46feca00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-pt-BR-Microsoft.CodeAnalysis.resources.dll-15F388B4719301614C3A286FD3F66CF0FC14A3C6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bad958444677a574af8e459925e8d4ea0da07f53660939b65f31b77b6635d2f9" - }, - { - "algorithm": "SHA1", - "checksumValue": "15f388b4719301614c3a286fd3f66cf0fc14a3c6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-zh-Hant-Microsoft.CodeAnalysis.resources.dll-C43F4563F414ED133CA66022B7C4C0689B0EAA6A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a788b8772e4d43612f9ddccb53161ea31bdf999b90f0e5ff64235e6d0db6b471" - }, - { - "algorithm": "SHA1", - "checksumValue": "c43f4563f414ed133ca66022b7c4c0689b0eaa6a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Primitives.dll-4F7ED087F002CBF78DB1AA8D511AE4F7E914CAFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ccb58f2c92caa42b986f8e3fa00c365665218b8ae30ec8c570d4737b162c5fe1" - }, - { - "algorithm": "SHA1", - "checksumValue": "4f7ed087f002cbf78db1aa8d511ae4f7e914cafb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Identity.Client.dll-A8E13C2CA49D1CB3A8FE885C9F73145013A23675", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "967a832e80c6e8472a0106fc97802788d36958525116543c5b89d3060901f24f" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8e13c2ca49d1cb3a8fe885c9f73145013a23675" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.WebProxy.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.WebProxy.dll-AF319E58929258AEAF45DD6FBC890A1BF2984944", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c48c920f52fec39b20a79dc249ef6382d81db61e06deab4807d9478e02e5e03f" - }, - { - "algorithm": "SHA1", - "checksumValue": "af319e58929258aeaf45dd6fbc890a1bf2984944" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1bfbc50c0908ccec61e511127b08b6c5b3b1c6507b9e9c31d934572fe34dfdba" - }, - { - "algorithm": "SHA1", - "checksumValue": "64f7dce10bc801352e859f5f1365eac5a66483ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Net.Http.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Net.Http.Json.dll-CFE00F0619598266F027609D44A6F305ED0EB326", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "773dafc20cfa168570e6dfd761e661f1558f0c018f58cbc6503f012a6e3cca1b" - }, - { - "algorithm": "SHA1", - "checksumValue": "cfe00f0619598266f027609d44a6f305ed0eb326" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Threading.Tasks.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Threading.Tasks.Extensions.dll-89AA1D53051FDCA05B6D85D7AD2D4BFD3D630407", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19b1277860e5b4501005d563aeef8a61fbb532a342e40e6de9127b420052a752" - }, - { - "algorithm": "SHA1", - "checksumValue": "89aa1d53051fdca05b6d85d7ad2d4bfd3d630407" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-CoverletSourceRootsMapping-F3D4BFF76ECAE36B05D07D66A85C0B2E11195F21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8381214975dada603af0b213f41bdd360d16aa4e2f3b21327c97280f3745ce23" - }, - { - "algorithm": "SHA1", - "checksumValue": "f3d4bff76ecae36b05d07d66a85c0b2e11195f21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d17f2f2bba2970c7ef40a8a318faf338fd2872266c155510171c33fcb5e26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a2f542a375e71f8776617acfec2aa8164f400bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Private.Uri.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Private.Uri.dll-43F7EA7F0C6096026D947D31B7939FAA61FF5E0C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2be9ff70465fbe53a79fc3743fa068e2839d3fc16b88c1700cb28bcb7de1f91e" - }, - { - "algorithm": "SHA1", - "checksumValue": "43f7ea7f0c6096026d947d31b7939faa61ff5e0c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Reflection.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Extensions.dll-A1380B0FCF2F428FEFDACA79100CF12A4CEAE4CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cba991303fa71ced13df121fdf60dfa3ca6cf02f6f41f3f43ba376202a5cb37e" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1380b0fcf2f428fefdaca79100cf12a4ceae4cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.CompilerServices.VisualC.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.CompilerServices.VisualC.dll-4925DF7065B28670F804189EAFEE5217E9F0A858", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b541f9aae8f603b0800c3d33bfd2f285d3d8ba5ab830eadc8283161a1cb8b93" - }, - { - "algorithm": "SHA1", - "checksumValue": "4925df7065b28670f804189eafee5217e9f0a858" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-D4D216677D46C5A7AF1A775C9A59DE2806D8B1E8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aea201bf3e8159f084a5e26f09c7767aed6905744ad1131a7bb77d2aa882d30d" - }, - { - "algorithm": "SHA1", - "checksumValue": "d4d216677d46c5a7af1a775c9a59de2806d8b1e8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll-EFD1C6B2CB2256F101AEC5C2B9EA74BF8B777672", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79e6df1ca50737f7a3f1acc82bbcb77400bd9ed7a42172d8ed42d0044cc85df3" - }, - { - "algorithm": "SHA1", - "checksumValue": "efd1c6b2cb2256f101aec5c2b9ea74bf8b777672" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Caching.Abstractions.dll-EEB41B18A408564075F5C776605F4EC3807B7B60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "99ca1ffdd0086c57ffded3e93edfb2f0d0980a2689f15800a06448349395076d" - }, - { - "algorithm": "SHA1", - "checksumValue": "eeb41b18a408564075f5c776605f4ec3807b7b60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "836fa1009286db71e6b42e81f2feb899ad176d2cc3efe6d42713008c4ea643f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1559636b9fee884b2b30283a1bf2930dd0ee7df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-CC4B076BA99EEB9BDE505C2CB8553EF268E82264", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff94f2e5cb27b4c6df33af033b6dbc36a9520b88acf920f6b393e3b64fe9302f" - }, - { - "algorithm": "SHA1", - "checksumValue": "cc4b076ba99eeb9bde505c2cb8553ef268e82264" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.Numerics.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Numerics.dll-51F257BE6CFAAB680B18C03B3E6DDD9A8D7D106D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "47767538cab44090f38830bb1ab6cc82c19c96892707ca1504cad67f30e4c345" - }, - { - "algorithm": "SHA1", - "checksumValue": "51f257be6cfaab680b18c03b3e6ddd9a8d7d106d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6054038557c18959da52f7bb4183d6bf1cae79a22ded2b0bb87746a7981ff217" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9469a5630a0a9d61d2ce2d3af159d294e091150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.EventSource.dll-0ED2B3C3EC971B7EA19DD1916097B0F91F859A46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f59d3a09c2e8ef2dacc3706a5a3ff9bba04cb4d2f916a9f01a8c167cb4e71826" - }, - { - "algorithm": "SHA1", - "checksumValue": "0ed2b3c3ec971b7ea19dd1916097b0f91f859a46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Client.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.exe-F3785E681598248CA9991267578AFE7524533795", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fb90e3317cbec606705a06cf576da9f378e6c99597cce59be8310ca21e01a2de" - }, - { - "algorithm": "SHA1", - "checksumValue": "f3785e681598248ca9991267578afe7524533795" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Win32.Registry.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Win32.Registry.AccessControl.dll-DF7921A232A046A8193E048429AC1E6BF27AB125", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bbd9776004e5e903156cc1a2f7241941bd8aaa0ece60e70c4297d3cc47c7f463" - }, - { - "algorithm": "SHA1", - "checksumValue": "df7921a232a046a8193e048429ac1e6bf27ab125" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-A09484AF67728C7034CDCC52C03976A7265F701C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0324970152fc96ed9f216ff9735e84b594bdfe87c034f60e92d364984374a662" - }, - { - "algorithm": "SHA1", - "checksumValue": "a09484af67728c7034cdcc52c03976a7265f701c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6574b3b7faeb0db75c89a7b14dc9447a2ab7c2ba7eaf9d7854185671ee312d10" - }, - { - "algorithm": "SHA1", - "checksumValue": "79fa4e9c54002527b953af20dbb6efa21f740435" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d0656a168afd85be69bbfa6839b84bbbb1876d0e76a51a9b6f5b124d549207cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "f279df94decdce680865cf956e014d0c858d3085" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c45d7bcfb22c34cb33965c622ace173c14887d6fe1159910e3465d5f7cfcad" - }, - { - "algorithm": "SHA1", - "checksumValue": "5084fd613904df2c4405beb0a412c485fc5aa847" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b39e2bd474c6ec1c8e1162759ea4c17b14d1356f4c24dcc7549892229fde5c1f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fc14871577b5abceb656aefc5b2871cf11bf6ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18989199e0323e1f701aa9a6a3698083188f210895d6f6f4571104e9a448f64f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c9a46db5784286b1bf7ba86e2369d7fee3fe9ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-71D1D57E2E3262DD00ECD9E8B864705967345C9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "544a5ef03a5e861fc2b76f9b625e9f6d0b6dde2c01a0f03a8dee7abcafbe2011" - }, - { - "algorithm": "SHA1", - "checksumValue": "71d1d57e2e3262dd00ecd9e8b864705967345c9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.DirectoryServices.Protocols.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.DirectoryServices.Protocols.dll-69318AFB10C1AA87DD6DB2DC2937EC829C710135", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "073b2837284be5bc5c400c5e8a99dcc14e65dca6a23022032af781d0856d6855" - }, - { - "algorithm": "SHA1", - "checksumValue": "69318afb10c1aa87dd6db2dc2937ec829c710135" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Reflection.Context.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Reflection.Context.dll-8E33D083E5F6B25ADD32DDAAB6B12BC2C2DDEA4A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dcab19207a747ca2a8c1a728f843e574438a26b12c660da3f08f86ea70a07d09" - }, - { - "algorithm": "SHA1", - "checksumValue": "8e33d083e5f6b25add32ddaab6b12bc2c2ddea4a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.ServiceModel.Http.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.Http.dll-A21C755AC410343383ADD77D336A180E3492A7B5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6e25634630a88688606163c3ea2a197190c3329bce2897140ab5e77cc11bd357" - }, - { - "algorithm": "SHA1", - "checksumValue": "a21c755ac410343383add77d336a180e3492a7b5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Threading.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Threading.AccessControl.dll-C77B717FA9CE469A2C239AED950044824AD0837E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f0128ca377266373d1c545c32b86ca5cb1e583a1f19d60472ce13aab1517fcbf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c77b717fa9ce469a2c239aed950044824ad0837e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c9eda5007cfa21d12a617ecfa8d85293ae4977fa3976a1611d2f7fa60ef3d07c" - }, - { - "algorithm": "SHA1", - "checksumValue": "167fa65c727edcd6eb27ef45ca245f80ec1628e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d0656a168afd85be69bbfa6839b84bbbb1876d0e76a51a9b6f5b124d549207cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "f279df94decdce680865cf956e014d0c858d3085" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63392a894b3e598c14c12f48a6adc90b313afcec765b99b8e7877d893ee6e30" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b3481db429e0803ab14fc02fa095fdf29798756" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b955dfb0f27a00fbcb570c419ed316e01ae3c56f2df70deba45a22e7c0597741" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d9a1533782abcdceeda47e890adf49bff11e51d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Cryptography.Algorithms.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.Algorithms.dll-2177CBC2AE93C9976649562E9C34A4EED8A399E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14c9204f27a01c155f6275d968042060396a7bf9a2bedd2399c5e7216d830361" - }, - { - "algorithm": "SHA1", - "checksumValue": "2177cbc2ae93c9976649562e9c34a4eed8a399e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "052b55155139ea5eade09be9bb6e2d6949beff596e96d26409c7255155bae1ae" - }, - { - "algorithm": "SHA1", - "checksumValue": "05a84e1d949053d92e092c6216b11d7ea8eee0fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.dll-9F0F4A0AF7B0A0C191BB24E568D25605FA1102A4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44f33dd70ec8dcd9dd269d8f106c8ec25527212c1cf46f0a1a663dd55adef020" - }, - { - "algorithm": "SHA1", - "checksumValue": "9f0f4a0af7b0a0c191bb24e568d25605fa1102a4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.Debug.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Debug.dll-4140D573312BF50435BC391ADB333D58BF401619", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e160cd1bf6b3496b97ce3b222392ecc198f1da09fd3dc8cd158b49093e49bd73" - }, - { - "algorithm": "SHA1", - "checksumValue": "4140d573312bf50435bc391adb333d58bf401619" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Text.Encoding.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.Encoding.dll-9C72AB19943C85FF4372F4736A5FA7FBB6EF0279", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "de33f32555c8ed2098c6d90fcd743ee0b45ffe9ad43eee01195a8d3c5234bf3f" - }, - { - "algorithm": "SHA1", - "checksumValue": "9c72ab19943c85ff4372f4736a5fa7fbb6ef0279" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/es/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-System.Web.Services.Description.resources.dll-1DCE44273B91161953E61C05F216F1E66A805814", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3c90648aeeddec8ffe28509fe4e4cd528ff5fbedb0418fd2b9c48def57bf1112" - }, - { - "algorithm": "SHA1", - "checksumValue": "1dce44273b91161953e61c05f216f1e66a805814" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/fr/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-System.Private.ServiceModel.resources.dll-E7AF1826035516F5CA231D9C479236BDDF0C9A27", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd58f4a7d2d28b04a1506e838c865754e63dabd4c6efe4a84851f40a36e4a02a" - }, - { - "algorithm": "SHA1", - "checksumValue": "e7af1826035516f5ca231d9c479236bddf0c9a27" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.CodeAnalysis.dll-D7B0BC2C0E2CC8324D1D4EE97B220845BD965BE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "355486c74c15f12206f302f5047a5d2b49ba535a235d771d2b88e93edf32ca03" - }, - { - "algorithm": "SHA1", - "checksumValue": "d7b0bc2c0e2cc8324d1d4ee97b220845bd965be2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/Microsoft.VisualBasic.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.VisualBasic.Core.dll-35586486F73FE0DAE1236BA91788F6B2EF9672EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "771cfffa4dcb64bbc44409e05dcd597e7efc4464570718ccd950ab479bd7329d" - }, - { - "algorithm": "SHA1", - "checksumValue": "35586486f73fe0dae1236ba91788f6b2ef9672ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Collections.Concurrent.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Collections.Concurrent.dll-D46FFB9BC79F6302A7D36E90BB2AD880EDFDB31E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "30f584946ed4d65964c6a1044c9ecdd56676c08ba9d06090f76254d436a8de7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "d46ffb9bc79f6302a7d36e90bb2ad880edfdb31e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1bfbc50c0908ccec61e511127b08b6c5b3b1c6507b9e9c31d934572fe34dfdba" - }, - { - "algorithm": "SHA1", - "checksumValue": "64f7dce10bc801352e859f5f1365eac5a66483ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Threading.Tasks.Dataflow.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Tasks.Dataflow.dll-0D5A8570DCDD40D84880BB20DDB897513F6AE4A0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6356f79916eda91fd1150fb5823dc8bd2b73861e143c8179fb00a3e3cb2ad00c" - }, - { - "algorithm": "SHA1", - "checksumValue": "0d5a8570dcdd40d84880bb20ddb897513f6ae4a0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.ComponentModel.EventBasedAsync.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.EventBasedAsync.dll-8D0CC309587730B14C2C4CE7A36F3E436E3C83C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff25b35018000bf9800352e6315cef99e47f515f7a76144e0399cf52efb579ac" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d0cc309587730b14c2c4ce7a36f3e436e3c83c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Data.dll-24A3C413758D5D1FD08D27928C5C5914F809FCF2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1484984f59639c742d67e6fefca2685386957868e44f5e94e4568e2790b66c86" - }, - { - "algorithm": "SHA1", - "checksumValue": "24a3c413758d5d1fd08d27928c5c5914f809fcf2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Diagnostics.Tools.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.Tools.dll-0CA855B5A8A997CDF668BB48CCDE262D1BF95199", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2645ddf3cefc33689b747f199db8df9be9eb46fe27c3f50934761dc11c0b13c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "0ca855b5a8a997cdf668bb48ccde262d1bf95199" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.Binder.dll-081D5806A1A71D76A50293E73B46071C11BF9D09", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3bbd2cd4cfabb83e1e0356de9ab18c04a6d687aad4f87932858ea16a03d5b50" - }, - { - "algorithm": "SHA1", - "checksumValue": "081d5806a1a71d76a50293e73b46071c11bf9d09" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Globalization.Calendars.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Globalization.Calendars.dll-58899EDE458AC6F7561622BC04C566E2E00368EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd9c358e445c4c3036e47b2a463c26b8754bec10e00a7edf3e65d7cef6bfd344" - }, - { - "algorithm": "SHA1", - "checksumValue": "58899ede458ac6f7561622bc04c566e2e00368ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.FileSystem.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.FileSystem.AccessControl.dll-CBA8C7150B44171C18FF96DD27FF162684CADC5A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae9b7548d76a7f45c7e41a1edcea7e59837c628081a4beb8c40b89f1695cfcbb" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba8c7150b44171c18ff96dd27ff162684cadc5a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.Pipes.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Pipes.dll-F2AC0CC2127AB33A6A39510F67841E892EA5E544", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3ef53cdda70c36aef58af19ac1200aa7292183cde4c4bf03445e095246d62cde" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2ac0cc2127ab33a6a39510f67841e892ea5e544" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.DependencyInjection.dll-09E9574D9DAEAB130F2EDA38DE0B7876BFEA70D8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "25b19df98803a1c87e78828c8df4397fd351d58afbaea79252f8c3c80b72691c" - }, - { - "algorithm": "SHA1", - "checksumValue": "09e9574d9daeab130f2eda38de0b7876bfea70d8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.Http.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Http.dll-D96B3A9FA0AE2659F11A877B8D41206AD49483B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c4dea12f996e67a5d3f32b64a9374cd345c23b427a327acedbb4d654a06b637" - }, - { - "algorithm": "SHA1", - "checksumValue": "d96b3a9fa0ae2659f11a877b8d41206ad49483b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.Configuration.dll-57BE308CCDB22CAD62DB55CACB33C35ECDA88B32", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "105e81fc6b2f2a70b75d2fc1606fe5a4e5e2729de4c37e0e86b5c56a505562a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "57be308ccdb22cad62db55cacb33c35ecda88b32" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.Requests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Requests.dll-FADB7C142EB8266AF8359479CC11E6E1F349DAAC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "11d29a3dcc304318b5bceeacc52e1ce2c8b3847795af9a6964ea592292e98be2" - }, - { - "algorithm": "SHA1", - "checksumValue": "fadb7c142eb8266af8359479cc11e6e1f349daac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "150af2dac14a573e88d16ba3059ee596e5831bdcdd213febb15c595e8e56b2e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "83bce1daa6eab39c91678e8e8f8afa86221e0487" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Primitives.dll-AE91D7908C3F8AB3602C165C6DBA257430EB8611", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2268726130449d5b714ecacacf936679ba87cfaa64161ba9ecbd27b5c829589c" - }, - { - "algorithm": "SHA1", - "checksumValue": "ae91d7908c3f8ab3602c165c6dba257430eb8611" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.WebSockets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.WebSockets.dll-CA10C88BC0E9F4E0E43C67799A113BC987FAE485", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42eddce3696b6cad97e4d280785046b9a0b0f326cd2bec816d0a7c42fdc541dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca10c88bc0e9f4e0e43c67799a113bc987fae485" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/mscordaccore.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-mscordaccore.dll-8DA5BCFD407BCD5809C4CEDCE076AFBC98AB1D28", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "456431cd9ac2d11791741ed00dc8a33ee0cc96bb79956da94b8d953800d24312" - }, - { - "algorithm": "SHA1", - "checksumValue": "8da5bcfd407bcd5809c4cedce076afbc98ab1d28" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Reflection.Emit.Lightweight.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Emit.Lightweight.dll-4A210F163C671566430C45759EBC57D63035CDBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ca31c47f5da7c182ebf28da339092dc712d183194ae161ad86ebbc950fef58a" - }, - { - "algorithm": "SHA1", - "checksumValue": "4a210f163c671566430c45759ebc57d63035cdba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Transactions.Local.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Transactions.Local.dll-CEA885D1484836EC63C03449A0BCBC51AF4F8F4E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b238ad705da28a30ad01502f346fa728effa98292503c25c3c4fecfa97abb92f" - }, - { - "algorithm": "SHA1", - "checksumValue": "cea885d1484836ec63c03449a0bcbc51af4f8f4e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Buffers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Buffers.dll-99A94AF1DE76F079AE527CAC0C9279AEDC6C2157", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "082bc73a093de8986729d68852faa7b32784e509e52a6abcb2e5fbb2d7d48b6c" - }, - { - "algorithm": "SHA1", - "checksumValue": "99a94af1de76f079ae527cac0c9279aedc6c2157" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.CompilerServices.Unsafe.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.CompilerServices.Unsafe.dll-CC21F407183078110450F8C20D1C6A12440D0610", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2ffdd1043588da449fc6122d4c8e4df6bb99759ac795e4cdaa0fd63b815eec7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "cc21f407183078110450f8c20d1c6a12440d0610" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Xml.ReaderWriter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.ReaderWriter.dll-EEAA0CE1BCB98546FD94DBBC7821A4F5A8776145", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dd31849e14848c27240de18989a58ff4cedfc3ac4f648d776b7d8909e690ca7b" - }, - { - "algorithm": "SHA1", - "checksumValue": "eeaa0ce1bcb98546fd94dbbc7821a4f5a8776145" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/WindowsBase.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-WindowsBase.dll-5549E2B7029A83005BDDFB4C05EFDD5FEE6FF286", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6c014a557872820933e55b7f2d47d085c3174825212ea4a0e29347c199d2f6d" - }, - { - "algorithm": "SHA1", - "checksumValue": "5549e2b7029a83005bddfb4c05efdd5fee6ff286" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.Loader.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Loader.dll-74EABFD118D656B1B6A4995DC008DA5EF3713EE7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e63a0c044a42964e96c378e640b1537e82576a67e9f64c25bc6d37014aa3dfd" - }, - { - "algorithm": "SHA1", - "checksumValue": "74eabfd118d656b1b6a4995dc008da5ef3713ee7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/NJsonSchema.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-NJsonSchema.dll-63C3D2AF8323DB27BC79ECF582EA495AD608B3BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ddbe919def4c75cb39d11bb9898f786922f61c08494511198fae3db37377531e" - }, - { - "algorithm": "SHA1", - "checksumValue": "63c3d2af8323db27bc79ecf582ea495ad608b3ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.CommandLine.Rendering.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.CommandLine.Rendering.dll-EF6C05AF3AABC28B56668515A4821D5FDB3714E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dc437508aee7f03116ea2b2896a2c3712c247d5c122af554db62cc6319a347bd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ef6c05af3aabc28b56668515a4821d5fdb3714e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Memory.dll-64D436DEB5551BD43F0BA3AE0D646DC26F60A128", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8177e069b5be4adebebba1434f19ddb1f1a4ba5bc09daff2e44b0d93aff9d453" - }, - { - "algorithm": "SHA1", - "checksumValue": "64d436deb5551bd43f0ba3ae0d646dc26f60a128" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.Claims.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Claims.dll-35F9BFD6CAD1C173A03586B8FAA98A63713D2159", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00835a9c494db72c58da59b39212552bb023e4be934c17c40b75752486ee77ec" - }, - { - "algorithm": "SHA1", - "checksumValue": "35f9bfd6cad1c173a03586b8faa98a63713d2159" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Configuration.dll-2259884D6EA286FAE7D42C391B1DF9A0392DA1A4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa4ec11a2bcd447c23fe5d7a6489216e37b71cf67c3b98935bf6f662f6a99199" - }, - { - "algorithm": "SHA1", - "checksumValue": "2259884d6ea286fae7d42c391b1df9a0392da1a4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.dll-9F0F4A0AF7B0A0C191BB24E568D25605FA1102A4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44f33dd70ec8dcd9dd269d8f106c8ec25527212c1cf46f0a1a663dd55adef020" - }, - { - "algorithm": "SHA1", - "checksumValue": "9f0f4a0af7b0a0c191bb24e568d25605fa1102a4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.CodeDom.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.CodeDom.dll-FD86CC65800BEA85BC9E0DA0686A3B4E0DEBD9DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0881a51ba0ba0705f74c344799722eadfd4695830117ac99a69144ecabd91ac3" - }, - { - "algorithm": "SHA1", - "checksumValue": "fd86cc65800bea85bc9e0da0686a3b4e0debd9dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Text.Encoding.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.Encoding.Extensions.dll-BE9A88D7AB6151EF2453C71D9A8C250FA1E5408F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b82753104174db6562d75ff2faa2ebdd3577eb5d942c6f0e3be556484cd07c3" - }, - { - "algorithm": "SHA1", - "checksumValue": "be9a88d7ab6151ef2453c71d9a8c250fa1e5408f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Threading.Tasks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Tasks.dll-51EBB71C1C5B499D023286CA3FEA5A4492C31D1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79ea080822f00acdff71ad09f3a960d02a5deb49027366826aa10234a23bf48f" - }, - { - "algorithm": "SHA1", - "checksumValue": "51ebb71c1c5b499d023286ca3fea5a4492c31d1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-B359EE0CDC30CC7AC4A0D2D21B88F71D97A0D3F0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44129851d06aa186e07e4577578232eb516bd37089d7c19f18365c6cb6529103" - }, - { - "algorithm": "SHA1", - "checksumValue": "b359ee0cdc30cc7ac4a0d2d21b88f71d97a0d3f0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.ValueTuple.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ValueTuple.dll-16DE2C4C70076E4FAF15BAC32AF15F8B32A40B4C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fbba1502f7f710ca192d180264d1dcbaa15bbdc274d9e65dc9f566a6fbfdd5c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "16de2c4c70076e4faf15bac32af15f8b32a40b4c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Xml.XDocument.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.XDocument.dll-B6BA3DF8A556CA9A056B10AEBD40D4194BACA04C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d0db514730646fc7d28c0946be35d428a9dcbc3b21275a1bb27a492368454516" - }, - { - "algorithm": "SHA1", - "checksumValue": "b6ba3df8a556ca9a056b10aebd40d4194baca04c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Security.Permissions.dll-80CFE9F3DDFE4658F210502DCD5D6A06FDE3C31A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd067a5284ba19f78dcec5854d0d6ac9bf9b5cc31ce8b67a40c48d36a602fa1d" - }, - { - "algorithm": "SHA1", - "checksumValue": "80cfe9f3ddfe4658f210502dcd5d6a06fde3c31a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.ServiceProcess.ServiceController.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceProcess.ServiceController.dll-484EBB969DAC90A427915B5F4405FA9621967325", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1819b000580a22b23aea1ea315f7e8cb404a81b235499b7c1f852415a87ceacc" - }, - { - "algorithm": "SHA1", - "checksumValue": "484ebb969dac90a427915b5f4405fa9621967325" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1bfbc50c0908ccec61e511127b08b6c5b3b1c6507b9e9c31d934572fe34dfdba" - }, - { - "algorithm": "SHA1", - "checksumValue": "64f7dce10bc801352e859f5f1365eac5a66483ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.xml-1683BF2B47B272F41C82C5FD7EA8DE322CCFE5AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e04484c98ed8840c2e4ded21835d123438947199e636161e7790d2d870b12b5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "1683bf2b47b272f41c82c5fd7ea8de322ccfe5ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.CommandLine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.CommandLine.dll-8632A647C2F76BEEB32215B8822AF31D8E6FF4BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aff47eb24f2a7d1a7f49669bbf365e4df53757aab6eaa162bb7b6b94ef9b132c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8632a647c2f76beeb32215b8822af31d8e6ff4bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff28c78f9087f34f7b742963b9a27a8ff85cd0fa7b61ae2bea9e9abf8ce0ad4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd979575e9121e803d3a37be452215230ccc8990" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.DiagnosticSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.DiagnosticSource.dll-421B65448BC42E79A554CBFC227E9564FA172FF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "63a0a9f28f084872a04345546acf0da9b44334598ecfe3a8e30d9a475ae52c5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "421b65448bc42e79a554cbfc227e9564fa172ff1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7a7c4c761fb3d1cf12b57931409cc6f39d2bf5a243265f33a807a202c94569" - }, - { - "algorithm": "SHA1", - "checksumValue": "aff3cb336b8d3f73814b74b96d12a13df29f26ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.Tools.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.Tools.dll-D7415A6847CF0DAF33EBFB817A7504AD9CCB7A96", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f5a963a7d7697f07114411cdd54ec10cf140e725ccd0ee79706e1bdb0a8a18ae" - }, - { - "algorithm": "SHA1", - "checksumValue": "d7415a6847cf0daf33ebfb817a7504ad9ccb7a96" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/pl/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pl-System.CommandLine.resources.dll-1831C96DAEF62D9C69471E1652FC9CB138C9498D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b38e8e9f1cfbece4248d6365f6c2b402d422c4f432529555595c1a885c8f77d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "1831c96daef62d9c69471e1652fc9cb138c9498d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Text.Json.dll-FD98DC5722E7DCF765DF1C79481C2A24B25E48C7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0eab654dd5204b07fb848c2372c363214454381b57dc8145f44991d7861abc55" - }, - { - "algorithm": "SHA1", - "checksumValue": "fd98dc5722e7dcf765df1c79481c2a24b25e48c7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/cs/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-System.Private.ServiceModel.resources.dll-8197F10A624F2171FAC9FD170D2C64B84BE2D2A6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c240e358ac375e1e75216e95cc2ff6147b621c741e1177175b7da50886e1842b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8197f10a624f2171fac9fd170d2c64b84be2d2a6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/illumos/lib/net6.0/System.Data.Odbc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-illumos-lib-net6.0-System.Data.Odbc.dll-12D4D9C0A8F7DF39615E4B274D9CFD9B48C1932D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c606079c4f5844bb3d0116730bb9881191a8a9df4ea2a2fdad85a4f5659dc0e1" - }, - { - "algorithm": "SHA1", - "checksumValue": "12d4d9c0a8f7df39615e4b274d9cfd9b48c1932d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-es-Microsoft.CodeAnalysis.resources.dll-93BDE30A36DC516B9A15E0B42BC9AAD4CA6AD44B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3565571febc38129e10821fee7a3d93955687f4c2d2e9fe6b55c8492611b76de" - }, - { - "algorithm": "SHA1", - "checksumValue": "93bde30a36dc516b9a15e0b42bc9aad4ca6ad44b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/linux-musl-x64/native/libpsl-native.so", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-musl-x64-native-libpsl-native.so-442F5A165B0DE82BD7ACA9778E683AB7413105CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08e7febb920a857083607bba3c884b49169ac9b3bf3d3792d66481c7d4514de2" - }, - { - "algorithm": "SHA1", - "checksumValue": "442f5a165b0de82bd7aca9778e683ab7413105cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ko-Microsoft.CodeAnalysis.resources.dll-012C6873AB2D616B7BC8A7C040FB2C7E534782D5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6224d726fe463cd2161e5ade8ee168b313667b63960d070140f37f71ee176c6a" - }, - { - "algorithm": "SHA1", - "checksumValue": "012c6873ab2d616b7bc8a7c040fb2c7e534782d5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Formats.Asn1.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Formats.Asn1.dll-CED4A63AEF940FA2B8D29EF0720ACFB2C871479C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d2196dc0adcc7b6b3e4517c885607acf1bdb18c3ad22a4de6489865261459aa4" - }, - { - "algorithm": "SHA1", - "checksumValue": "ced4a63aef940fa2b8d29ef0720acfb2c871479c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-tr-Microsoft.CodeAnalysis.resources.dll-1BA29DD828E99E894B23619F48AB531951E5DC3D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b2a9919f2987824cd4dd429217bd0a560c66f096e639d68254d44363c47bd81" - }, - { - "algorithm": "SHA1", - "checksumValue": "1ba29dd828e99e894b23619f48ab531951e5dc3d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.Compression.ZipFile.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Compression.ZipFile.dll-F6BCB66BF58B2CF1E3F8D841D27D7C39DBBDD3B2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d6d221066212c46022c6678de269dd7f86c646d40421297dc88e6930e1c76faf" - }, - { - "algorithm": "SHA1", - "checksumValue": "f6bcb66bf58b2cf1e3f8d841d27d7c39dbbdd3b2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/osx/native/libpsl-native.dylib", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-native-libpsl-native.dylib-3B55AD5ED0D5E530F33B2F552B34333900D2F1AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e772db41d824b5d940ac52d565e6bc2c7b8d7f526b3f9733c83fa64f64ef852" - }, - { - "algorithm": "SHA1", - "checksumValue": "3b55ad5ed0d5e530f33b2f552b34333900d2f1ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.MemoryMappedFiles.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.MemoryMappedFiles.dll-A7E053D984DBDCCB40D851968EF09737032C6DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3ee522e4de30caa34ae4a35eb0edffd5deaea5be63d5380597d83c1a61262ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a7e053d984dbdccb40d851968ef09737032c6df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-131FB28D76F96DB88E7B96B74B4D521C9CF61FE7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43bf67a511683254e474e411be192241637ddf3e434ecd9fc34695eb19e1f190" - }, - { - "algorithm": "SHA1", - "checksumValue": "131fb28d76f96db88e7b96b74b4d521c9cf61fe7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pl/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-System.Web.Services.Description.resources.dll-E3775B0847DD6D1EA25260D804559C4FA5DD6C40", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "88822af72b19fee6864b72f60ae7bbaa03774daeef8741c183420a3f3e46abc9" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3775b0847dd6d1ea25260d804559c4fa5dd6c40" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.NetworkInformation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.NetworkInformation.dll-BD27875BD684147A9F3B282655470BB9EDF75CC7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "163f458dc44bb9a554d41f6fcb94edf545a722fe2a1d3fd1d8ffecbd983e9301" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd27875bd684147a9f3b282655470bb9edf75cc7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c9eda5007cfa21d12a617ecfa8d85293ae4977fa3976a1611d2f7fa60ef3d07c" - }, - { - "algorithm": "SHA1", - "checksumValue": "167fa65c727edcd6eb27ef45ca245f80ec1628e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Caching.Abstractions.dll-EEB41B18A408564075F5C776605F4EC3807B7B60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "99ca1ffdd0086c57ffded3e93edfb2f0d0980a2689f15800a06448349395076d" - }, - { - "algorithm": "SHA1", - "checksumValue": "eeb41b18a408564075f5c776605f4ec3807b7b60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "836fa1009286db71e6b42e81f2feb899ad176d2cc3efe6d42713008c4ea643f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1559636b9fee884b2b30283a1bf2930dd0ee7df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.WebClient.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.WebClient.dll-96275FDEB89B60A220648E16896B4A7381CC5757", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b53651146279b2f9198fcc51eef86e01dda7ea3089c663bcbb1f8e08c3282a8" - }, - { - "algorithm": "SHA1", - "checksumValue": "96275fdeb89b60a220648e16896b4a7381cc5757" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pt-BR/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-System.Private.ServiceModel.resources.dll-292D5F6BE8EB904E279D688076EC03FC2CEBA9FD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5987e2e1f5db5c881e1bd77eba176ea0f12ec2cf02fd1cf119755070c3afd76d" - }, - { - "algorithm": "SHA1", - "checksumValue": "292d5f6be8eb904e279d688076ec03fc2ceba9fd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6054038557c18959da52f7bb4183d6bf1cae79a22ded2b0bb87746a7981ff217" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9469a5630a0a9d61d2ce2d3af159d294e091150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/Microsoft.PowerShell.ConsoleHost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Microsoft.PowerShell.ConsoleHost.dll-F2D65A7A32C1F350F723841B553949315130E4E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "297bc0158b9eea9d33e23c83721054ef4f19705037e87a540e6704f9cf2a90af" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2d65a7a32c1f350f723841b553949315130e4e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.EventSource.dll-0ED2B3C3EC971B7EA19DD1916097B0F91F859A46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f59d3a09c2e8ef2dacc3706a5a3ff9bba04cb4d2f916a9f01a8c167cb4e71826" - }, - { - "algorithm": "SHA1", - "checksumValue": "0ed2b3c3ec971b7ea19dd1916097b0f91f859a46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/netstandard.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-netstandard.dll-6D446D3D64E96C29E98C7A2CDC4421D60C295AFF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "78107ab9621c109ecac0ed9fda68b8e4bf05682aa1c982cd506a9cd33ed859cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "6d446d3d64e96c29e98c7a2cdc4421d60c295aff" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/Modules/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Modules-Microsoft.PowerShell.Security-Microsoft.PowerShell.Security.psd1-58A8C6EFBB6EE48756D6FE30883F2625F06FFBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f7fdc7e18b7aa0343a87e4a7bd12f8db231dab7b339ae98672fb0dd2224e3ae2" - }, - { - "algorithm": "SHA1", - "checksumValue": "58a8c6efbb6ee48756d6fe30883f2625f06ffbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.CommandLine.DragonFruit.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.CommandLine.DragonFruit.dll-AC7C229F1BC9A2076C65C2552F86B49C31B66A81", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "49c4e6aa500ed5e6d3e3ba4470efe0ef7fc30647286b0db3a6b1575a171ab6ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "ac7c229f1bc9a2076c65c2552f86b49c31b66a81" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.ComponentModel.Annotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.Annotations.dll-3182425DC9E476DB993E1E873451DBD5B2BC55F4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01a3985627d8201e97de53c30cffda7677caf69652028f79d08fb2d8a176bd01" - }, - { - "algorithm": "SHA1", - "checksumValue": "3182425dc9e476db993e1e873451dbd5b2bc55f4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Core.dll-BD6E73CA6ED73F66BEC93BEBFB0AE152D315A185", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea08e2a9e231715fadace1e6f57d284af3a73eddfc3004cc3658d983d7ac5b56" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd6e73ca6ed73f66bec93bebfb0ae152d315a185" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.ApplicationInsights.WorkerService.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6b247a9281e1becf8148339229849f045bc36e3a1fea4c679cca95a45953a0a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4909059073fada020c0d33d98cb00254716b2e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Diagnostics.Process.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.Process.dll-CAAAB9A922116F30330F0980348B546E6B1E0C68", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4e328989713333f7e7e89f51ff781d5e8f22d50914f0b93ee0f3d036c6128151" - }, - { - "algorithm": "SHA1", - "checksumValue": "caaab9a922116f30330f0980348b546e6b1e0c68" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/de/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-de-System.CommandLine.resources.dll-4A480C0ECEE04157DFFB06C7FE075B4578F45C8D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d41096cd4ae7b666f3befe82b420aef7613a051058dedd5c6a5d377c1532276" - }, - { - "algorithm": "SHA1", - "checksumValue": "4a480c0ecee04157dffb06c7fe075b4578f45c8d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Drawing.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Drawing.Primitives.dll-DDACDCF21765967DD8E1308E5B25187AD9338543", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "17ab21decd48438aaa8500ee0e115b54bf0339f9940fa5f2084b48dc75956231" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddacdcf21765967dd8e1308e5b25187ad9338543" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.Compression.FileSystem.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Compression.FileSystem.dll-D61B7A0D08A2A960860184BAF7EAC4E613DD0E14", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "47b635428a4c63866c190d4d96697ec1d1ea3a49e1fa72072be36deb86eaf015" - }, - { - "algorithm": "SHA1", - "checksumValue": "d61b7a0d08a2a960860184baf7eac4e613dd0e14" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.IsolatedStorage.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.IsolatedStorage.dll-BA8D50DA06F8D02BA7F9C5582D0D947683723074", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3767c572b7ab6d609d6cc9a18199df95f861875be1334f0020d931d0c536e0af" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8d50da06f8d02ba7f9c5582d0d947683723074" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.PowerShell.ConsoleHost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.ConsoleHost.dll-AA3E2FFACB80F58372C5567F012B8A7B4DE8C41D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a018139e0deacc55ed8c4f6f2b07c5dc8aa5c75333a3855de2cfb79a0fe50793" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa3e2ffacb80f58372c5567f012b8a7b4de8c41d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Client.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.xml-1F0E3DBED8670EF70F0F26E7998FBCA7AB72FA2A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c740d1c1bb3625efc946f79adf55e0af09bf48ac422c6d3ce5cc3188a6d86254" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f0e3dbed8670ef70f0f26e7998fbca7ab72fa2a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Linq.Queryable.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Linq.Queryable.dll-A1351F190EC894063542AFC7FBB5B075B1338D9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1e2c323dd610c58b6ead57b490fba0b2b2b6f70eaf8137bdb2c2cf9a1154be72" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1351f190ec894063542afc7fbb5b075b1338d9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.NetworkInformation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.NetworkInformation.dll-209F0EA3D61AD17B0ABA1B472ABE8C01D9E14D71", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9be7a91ed44ab2ebd33de391fac5462f3dcc6a3c9cf8b8d9aa47a28451e33713" - }, - { - "algorithm": "SHA1", - "checksumValue": "209f0ea3d61ad17b0aba1b472abe8c01d9e14d71" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57fe61270789edeb4127f7b4423c17f7a5ca0a74aa831cbe98fca216bd5afea0" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bff84b6df28941d5d157abd4edea3d9cb0ee90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.WebHeaderCollection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.WebHeaderCollection.dll-97087474509E113213944A4626DD3755B672BB49", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db09f555cdfcc4c7683312de6d863655d9ee3fad6bb89b42046a5f1e12427bbe" - }, - { - "algorithm": "SHA1", - "checksumValue": "97087474509e113213944a4626dd3755b672bb49" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.FileSystemGlobbing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6615e33805dfaf51dbd7218cb990d2a10c49c79131b5e29a00f093562fb208cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "8841cae85273e12452bddd46d5f825961679ee32" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Data.Odbc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Data.Odbc.dll-333E0D54DDCCAB2660EB474622EE6A30E8BBEA47", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1497a294bf75918935d1074a29edffbe0cdb5260ae872dba3a2dfbdf8e3dea06" - }, - { - "algorithm": "SHA1", - "checksumValue": "333e0d54ddccab2660eb474622ee6a30e8bbea47" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Reflection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.dll-B1921B680E2ED999AABD9E467B5BC97D78F1136F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1915d9f02e08cc16ad5e03382e0fb1a85c7f92f1c3753502cc78295aee677ff4" - }, - { - "algorithm": "SHA1", - "checksumValue": "b1921b680e2ed999aabd9e467b5bc97d78f1136f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/ru/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ru-System.CommandLine.resources.dll-FBEA6A6B779B7E7EB9E35FF1B933F57BAFA89E2D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c384cc27ae2fe6414a48bf33d89bafe1b791c3bd05c4736adeda102ed67c64a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "fbea6a6b779b7e7eb9e35ff1b933f57bafa89e2d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4d8d151f911f88a8f883257d95b0a7c597082ba7e9b6b92c3e2f2f3b58b758dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "337d887db727b92b95776666a7f8e2fedf04311b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Resources.Reader.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Resources.Reader.dll-B54971B56E73CDF1E9EBF3CB2C6580E6E4320346", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1bcddba7f5d1b1511c932c2cb83e8235d8c118748cb9d1d4594e3a9e13539d19" - }, - { - "algorithm": "SHA1", - "checksumValue": "b54971b56e73cdf1e9ebf3cb2c6580e6e4320346" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58257c5ae55acf9a4a34d2ff01dc07a3830f51d80749e673b679dcf61c9cb99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "97e770f8e34e3010fb82cf5ee0c228c6fc9a7e56" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-errorhandling-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-errorhandling-l1-1-0.dll-850BF85CE8D59F96661525404208211EEC1122B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e59b59183fd3d9f4bb836c4cb19e05c7d49ea1e9ee367298128c60f549c7a7a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "850bf85ce8d59f96661525404208211eec1122b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-libraryloader-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-libraryloader-l1-1-0.dll-2442708F3055C28F47DE39102EDBECECFF38041A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fb6078e4444bcca187949ad7ad55cd2e38e4d2d350ee7d1d0e1ba8358f0873a1" - }, - { - "algorithm": "SHA1", - "checksumValue": "2442708f3055c28f47de39102edbececff38041a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-core-rtlsupport-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-rtlsupport-l1-1-0.dll-4439EE15DB5B160A012BD015656A4EFA42367490", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "724a7856f96443d09dfb3f52d55f029b1b89735638281d512be2a78729b2b42b" - }, - { - "algorithm": "SHA1", - "checksumValue": "4439ee15db5b160a012bd015656a4efa42367490" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.InteropServices.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.InteropServices.dll-61E418F7C620A846A583E95C9B4E3AD50AFD17CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "31cd407bb413c4c7d27e756c9a0dd24b351437314e372e4b45fce1f660e2b6df" - }, - { - "algorithm": "SHA1", - "checksumValue": "61e418f7c620a846a583e95c9b4e3ad50afd17cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "150af2dac14a573e88d16ba3059ee596e5831bdcdd213febb15c595e8e56b2e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "83bce1daa6eab39c91678e8e8f8afa86221e0487" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-convert-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-convert-l1-1-0.dll-C818750F2E5F23265E29449ED12C6671589D61FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee868a2d4d1a7bfb0e35d5dc6f7899c4dbd5467ceb642ce531e1c03780ca6fb6" - }, - { - "algorithm": "SHA1", - "checksumValue": "c818750f2e5f23265e29449ed12c6671589d61fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.Serialization.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Serialization.Primitives.dll-5F1A6D38AFE110A179845A715727CC4F034AC29C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1a7ef3b4be98ca1f0f930a498eaab9d159d7ad032bb7f28a2b8cd6c4704dbddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f1a6d38afe110a179845a715727cc4f034ac29c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/api-ms-win-crt-process-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-process-l1-1-0.dll-221D247064C2A06E7D9EBD9A29BE4772B3E0ED51", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a11a6bf1299dfce4fdeb642244263b46fa8f94efa052b9d7c2e0f0965593c880" - }, - { - "algorithm": "SHA1", - "checksumValue": "221d247064c2a06e7d9ebd9a29be4772b3e0ed51" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.Cryptography.OpenSsl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.OpenSsl.dll-7D86BF38B57F86CC00961BF3A4007027D4F57E65", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a3ab9bf100ce39c31f5de74e83084126101552462012aaf5c7989e3a98fba473" - }, - { - "algorithm": "SHA1", - "checksumValue": "7d86bf38b57f86cc00961bf3a4007027d4f57e65" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.ServiceProcess.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ServiceProcess.dll-62084671D0279B5F4348590111EF1C89F8DCE110", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "883f07567f6f8c6a109ca98de75c6bd7455fefd0f79016fcbdb237ea0e0777d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "62084671d0279b5f4348590111ef1c89f8dce110" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Drawing.Common.dll-28F56B5890BAB530AFFEBA3D26AED66DFC51FDAF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecaa056afcafcac2664362d82cc3723db997446b9de7912cb04641799c19a17b" - }, - { - "algorithm": "SHA1", - "checksumValue": "28f56b5890bab530affeba3d26aed66dfc51fdaf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.ServiceProcess.ServiceController.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.ServiceProcess.ServiceController.dll-58B2FDDEDD9CF0A682ED471310487D2884F06E4C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "51ddd4ef6270e1971a54eb8ef8219e7d5b5597be0bf148bc8dad7d8407e80dea" - }, - { - "algorithm": "SHA1", - "checksumValue": "58b2fddedd9cf0a682ed471310487d2884f06e4c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Threading.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.dll-EBBFACE9A82D639BA77048E2BCFD63FF5FA13C98", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d177ca5a8684f214015ba733c9fa3373a0d822e2e468b4996427f3ba50ffe167" - }, - { - "algorithm": "SHA1", - "checksumValue": "ebbface9a82d639ba77048e2bcfd63ff5fa13c98" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Diagnostics-Microsoft.PowerShell.Diagnostics.psd1-DD76132BE2772E4BB037A2EBD5A6AC1FB9E2A5C3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "73e1f0ced89bead46d3d29e935a8cfc1a94f71300c87fc894f5649f327ac93e0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd76132be2772e4bb037a2ebd5a6ac1fb9e2a5c3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Threading.Timer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Timer.dll-68D461ABB645F52A18DF8B7BCBF7A721783EAA9C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0539265d5f8c4d2580976922e101d33b7e7cd2e849aecd5872f86402cc402764" - }, - { - "algorithm": "SHA1", - "checksumValue": "68d461abb645f52a18df8b7bcbf7a721783eaa9c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/clretwrc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-clretwrc.dll-C94A10A57FB9824A7A5D4D148CA15DBE478DB8D8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05aea2fef028763b464d5f853df15e2dc54e7cda7b77aeec551ae279a0934296" - }, - { - "algorithm": "SHA1", - "checksumValue": "c94a10a57fb9824a7a5d4d148ca15dbe478db8d8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/PSDiagnostics/PSDiagnostics.psm1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-PSDiagnostics-PSDiagnostics.psm1-05CD52DB9AADDB0F27823764DC50D9353402081F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36c93bebe880f3eb4c330f6910e512d22c32d04bf209a947412f3fa26f76baa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "05cd52db9aaddb0f27823764dc50d9353402081f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Xml.Linq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.Linq.dll-2DC62EE6DEF79D02AD1DE86C0E474D78D683527B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34deb7dc6bfee17bef81f8264d29cc29b2e1be1df14bec3da06c3713e93f3dbd" - }, - { - "algorithm": "SHA1", - "checksumValue": "2dc62ee6def79d02ad1de86c0e474d78d683527b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/WindowsBase.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-WindowsBase.dll-5549E2B7029A83005BDDFB4C05EFDD5FEE6FF286", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6c014a557872820933e55b7f2d47d085c3174825212ea4a0e29347c199d2f6d" - }, - { - "algorithm": "SHA1", - "checksumValue": "5549e2b7029a83005bddfb4c05efdd5fee6ff286" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm/native/pwrshplugin.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-native-pwrshplugin.dll-80400ED66FA2993585F814AFAAEA28BF8860973F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8253ae84f65c6af3424f3139e3799d688363885c9baf4ac72754231fb41390bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "80400ed66fa2993585f814afaaea28bf8860973f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm64/native/sni.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-sni.dll-7FA3FF72C28456F8DCA4E8FD6531867411FF4C0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9f640c20f7580cd686c2a08a8522c09e340e61bbd645f74b778a0d75a2e56cdb" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fa3ff72c28456f8dca4e8fd6531867411ff4c0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-9D19E77D09DA9B03CB3BD823F5119926632911BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bce449a3911f9b42950e7c08d51b0b50034ebed3175644768af04cc53ff6c590" - }, - { - "algorithm": "SHA1", - "checksumValue": "9d19e77d09da9b03cb3bd823f5119926632911ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d0656a168afd85be69bbfa6839b84bbbb1876d0e76a51a9b6f5b124d549207cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "f279df94decdce680865cf956e014d0c858d3085" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.VisualBasic.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.VisualBasic.Core.dll-473CBBACDF92CA6EFCF0E64C8997CDF8E02CBC3F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9bd2e9163be9a06ff9030dbfa83bf5e04dcbbb72e82ead883005a5b6840aa4be" - }, - { - "algorithm": "SHA1", - "checksumValue": "473cbbacdf92ca6efcf0e64c8997cdf8e02cbc3f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Caching.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Caching.Abstractions.dll-D170E04201750E88BF888A64407F8B7653212B89", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0f0a5b820c750a329b839daf0c44838ed27fb25f75a5e1580b3c86634c3426db" - }, - { - "algorithm": "SHA1", - "checksumValue": "d170e04201750e88bf888a64407f8b7653212b89" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ru/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-System.Private.ServiceModel.resources.dll-827C51DADB7AA2451D321026BD723D84E9BCE650", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d0459ed20fedc29a01afa883d993de530c1e1bd07939cb64c5c3b790b24ac27e" - }, - { - "algorithm": "SHA1", - "checksumValue": "827c51dadb7aa2451d321026bd723d84e9bce650" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/mscorlib.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-mscorlib.dll-A391643772AADF93190CFE6E9F879A3E9F356252", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "77b85b73cda4b817af53c91d9f13f1a65b25a6e17093fc371781f9c0128c1098" - }, - { - "algorithm": "SHA1", - "checksumValue": "a391643772aadf93190cfe6e9f879a3e9f356252" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/System.Management.Automation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Management.Automation.dll-FD56E7E0695145741B7CC780CE1D8CFA1429CCF3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d4e7579abed939ca4126565a0c3557101a62b718a2ddd12446a319b849cba99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "fd56e7e0695145741b7cc780ce1d8cfa1429ccf3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Configuration.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.Json.dll-7CD9677559A5AA9436E81A2A99AED28A5270935A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1080741bb0453addc2da8847334f18ce01a9dbef1a6f1a06e3b34f5c7d70ebb5" - }, - { - "algorithm": "SHA1", - "checksumValue": "7cd9677559a5aa9436e81a2a99aed28a5270935a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win10-x86/native/miutils.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x86-native-miutils.dll-286EAD121A2CC1E55F7D2BB73775C0A2066844BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2facea8d873a9a5ee988202654f8551d404e7d171fbcab67aaecedef4fdad89b" - }, - { - "algorithm": "SHA1", - "checksumValue": "286ead121a2cc1e55f7d2bb73775c0a2066844bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-arm-native-libSystem.IO.Ports.Native.so-9473FDBCFB78196553C5FC0BE3F8217C6F71588F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed9c584bbc6306675e298b801f5b68336412da548c614cdc922e809fe43ae208" - }, - { - "algorithm": "SHA1", - "checksumValue": "9473fdbcfb78196553c5fc0be3f8217c6f71588f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Hosting.dll-A3F100949B139504435EE62916E4A00664992284", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d4248e31653496631e643e2be35fe02616d0a40e4669d288923a262e6f2789c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "a3f100949b139504435ee62916e4a00664992284" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Logging.EventSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.EventSource.dll-0F9D31D06D1AEC9EADFE187028D27C61713F28A7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e015e36246642d1bf6c577fa5ee41fdc69656667f3fe47348d7d408db6dd053" - }, - { - "algorithm": "SHA1", - "checksumValue": "0f9d31d06d1aec9eadfe187028d27c61713f28a7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win7-x86/native/mi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x86-native-mi.dll-4D05E30CF756353E7A51F0FD36385F2DF9871BAF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d04fb0ae6ce96a316609ab8a86315e4ab223caea08eceb93d5ff219654333d80" - }, - { - "algorithm": "SHA1", - "checksumValue": "4d05e30cf756353e7a51f0fd36385f2df9871baf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Diagnostics.DiagnosticSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Diagnostics.DiagnosticSource.dll-A6E2EFDFA879F6BE67B72887007FB1E4D6F00193", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "086a6e712c1249f8720782c1b0b14e3b2a8c62531ee2b22eb02c74c9b262c282" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6e2efdfa879f6be67b72887007fb1e4d6f00193" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-A64B2067E36C663A367F33F8FB1E7476E4CDF9AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc8b14e1deeddd9a749eae01da05c75bfb7ec4797ad91db2ee188b4efb17cfea" - }, - { - "algorithm": "SHA1", - "checksumValue": "a64b2067e36c663a367f33f8fb1e7476e4cdf9ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Security.Cryptography.ProtectedData.dll-3C004A9F1FB70B169745ECD94B3916EF94E7C984", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "590ca352962e77b9eadd15af48cd36566497046981bf97161c24b6cbefafc215" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c004a9f1fb70b169745ecd94b3916ef94e7c984" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-F5008F0E836706277DBC3D1147DED4A847107D91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a47507e1eb33a821620eefab143f2bf9c7941d207aabafe0bba04dff29727efe" - }, - { - "algorithm": "SHA1", - "checksumValue": "f5008f0e836706277dbc3d1147ded4a847107d91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/osx/lib/net6.0/System.Data.Odbc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-lib-net6.0-System.Data.Odbc.dll-AD17B354E11D47F62D5386E6FDF6BAF362B8BA9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ba1575b9c48c57ec2b493b6673e97601b0e9eb3becef241d4a485bc53cb50ef5" - }, - { - "algorithm": "SHA1", - "checksumValue": "ad17b354e11d47f62d5386e6fdf6baf362b8ba9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Collections.Immutable.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Collections.Immutable.dll-4CB06BF8A5BA69A27B7BC36B85736C2021FB407C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a8310b561010bc59bcd95747e97533a10964961c2daf980f800cc113879fc6c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "4cb06bf8a5ba69a27b7bc36b85736c2021fb407c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.ComponentModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.dll-4B91C69E0D739DE161BF59C12139F71C5B7AE16C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85f1b1d80ce30ac291b0e9c8ed9f9cca03050ca4af821090760974c617a8856b" - }, - { - "algorithm": "SHA1", - "checksumValue": "4b91c69e0d739de161bf59c12139f71c5b7ae16c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-de-Microsoft.CodeAnalysis.CSharp.resources.dll-E97D4E34B6647AB30EDB1B7FB2E72650B1791EC8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7cf9cbc0d62fa38c409a1525ed2a3cd0798022d10725b6ce88d285a1670ad35b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e97d4e34b6647ab30edb1b7fb2e72650b1791ec8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1bfbc50c0908ccec61e511127b08b6c5b3b1c6507b9e9c31d934572fe34dfdba" - }, - { - "algorithm": "SHA1", - "checksumValue": "64f7dce10bc801352e859f5f1365eac5a66483ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/tvos/lib/net6.0/System.Data.Odbc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-tvos-lib-net6.0-System.Data.Odbc.dll-BE798B6E5CFFAF790BDF1F1FB4F6647A980E6015", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be88533410f2125caa6fa4550c37c2a06c4198638ebadfb68ff9680ad4a51843" - }, - { - "algorithm": "SHA1", - "checksumValue": "be798b6e5cffaf790bdf1f1fb4f6647a980e6015" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-131FB28D76F96DB88E7B96B74B4D521C9CF61FE7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43bf67a511683254e474e411be192241637ddf3e434ecd9fc34695eb19e1f190" - }, - { - "algorithm": "SHA1", - "checksumValue": "131fb28d76f96db88e7b96b74b4d521c9cf61fe7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-E50BAB370C10A522ACE96787E86FB43566125BDE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c8da49919ef4baa5ca73af9db3c825fa4e60ee6be7c323b6b39be4548d53bb8" - }, - { - "algorithm": "SHA1", - "checksumValue": "e50bab370c10a522ace96787e86fb43566125bde" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.CommandLine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.CommandLine.dll-8632A647C2F76BEEB32215B8822AF31D8E6FF4BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aff47eb24f2a7d1a7f49669bbf365e4df53757aab6eaa162bb7b6b94ef9b132c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8632a647c2f76beeb32215b8822af31d8e6ff4bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-2BF48A41757631FC6E90941DE06AAE6BAE7526BF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c2ce307ac101167ff4f4787677457a7d30b717f54c77744381bb74beee0e560" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bf48a41757631fc6e90941de06aae6bae7526bf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff28c78f9087f34f7b742963b9a27a8ff85cd0fa7b61ae2bea9e9abf8ce0ad4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd979575e9121e803d3a37be452215230ccc8990" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7a7c4c761fb3d1cf12b57931409cc6f39d2bf5a243265f33a807a202c94569" - }, - { - "algorithm": "SHA1", - "checksumValue": "aff3cb336b8d3f73814b74b96d12a13df29f26ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84daed45505ecec678a58e666fd868b8753dbfebde20f92a3b5a1bddd2b2425f" - }, - { - "algorithm": "SHA1", - "checksumValue": "8761407f7ac3e7ed3f08e2b4fdaa1cd4215ca451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57fe61270789edeb4127f7b4423c17f7a5ca0a74aa831cbe98fca216bd5afea0" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bff84b6df28941d5d157abd4edea3d9cb0ee90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18989199e0323e1f701aa9a6a3698083188f210895d6f6f4571104e9a448f64f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c9a46db5784286b1bf7ba86e2369d7fee3fe9ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6615e33805dfaf51dbd7218cb990d2a10c49c79131b5e29a00f093562fb208cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "8841cae85273e12452bddd46d5f825961679ee32" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4d8d151f911f88a8f883257d95b0a7c597082ba7e9b6b92c3e2f2f3b58b758dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "337d887db727b92b95776666a7f8e2fedf04311b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-2DBD3462BDAE3E53457FED20162C9C19F2EEFEBD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24b149e8722942e5956e3c2eb0fdfa949d34cfce096a018dc8419fe338b6ef0b" - }, - { - "algorithm": "SHA1", - "checksumValue": "2dbd3462bdae3e53457fed20162c9c19f2eefebd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a407051ebca24397e916525b1a4e24da596ef8242e26ad76bba73aae5c44208" - }, - { - "algorithm": "SHA1", - "checksumValue": "8decd43a00c4bee03e709bf066e41f6b3a6e79ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c9eda5007cfa21d12a617ecfa8d85293ae4977fa3976a1611d2f7fa60ef3d07c" - }, - { - "algorithm": "SHA1", - "checksumValue": "167fa65c727edcd6eb27ef45ca245f80ec1628e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d17f2f2bba2970c7ef40a8a318faf338fd2872266c155510171c33fcb5e26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a2f542a375e71f8776617acfec2aa8164f400bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cfeafbca346d7019c606a15a732f20f118e595f0b3b5837e1628940cdfcfe9a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "1102bbf6741848cb33eb6224beda2abe27be61b5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.ClientLibrary.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1bfbc50c0908ccec61e511127b08b6c5b3b1c6507b9e9c31d934572fe34dfdba" - }, - { - "algorithm": "SHA1", - "checksumValue": "64f7dce10bc801352e859f5f1365eac5a66483ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.FileExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ac9a0bd690e6b46ee8476db873b052ce9ec1fef76b94c3e888c69bfea8da9af" - }, - { - "algorithm": "SHA1", - "checksumValue": "2917334a8038f654cd1c008b55b589a48f082c09" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Hosting.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9380ec2cb2a46fcd19b7aac79b6c8708f38ec7d0a5fc54a335b38aac3f69817e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e837e4d63d4a10f5ed86af9b66654cf8c2bc007" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Newtonsoft.Json.dll-8810353324DE0EA35A27422EEE64012F25A6341A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "15754398984fb6729c1906c2aa73b5832fce618b52c3b4586e73e7eb64b1def8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8810353324de0ea35a27422eee64012f25a6341a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Extensions.Logging.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.EventLog.dll-99E0960485E1D92B5C13652648618B851C46C309", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a4fe6661092a6334051f9150c29dab7aab40f80bace5568c0f608a3e895aecac" - }, - { - "algorithm": "SHA1", - "checksumValue": "99e0960485e1d92b5c13652648618b851c46c309" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.VisualBasic.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.VisualBasic.dll-F8CE4A2406FA69D3684C123068C41E0BD5FEB4D9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6e01d731e55432830baad40d9657eca2571d9875ae0e529b61ce21d3e9e7bd7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8ce4a2406fa69d3684c123068c41e0bd5feb4d9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Diagnostics.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Diagnostics.EventLog.dll-0C6C6F92CA2A27EC0DE1863BFC58C33F152A7F91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "25bbabba8af28e9885953c9a1eb7e9895625969c7d399c0075bdbf0c3f2f2d5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6c6f92ca2a27ec0de1863bfc58c33f152a7f91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.dll-8580C9A62B7A8327EC79331EF26F1073A9D0A17B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6a4acc14b01da88de9f3426feed49689b4dcb917f953448228e62a30360edda8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8580c9a62b7a8327ec79331ef26f1073a9d0a17b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/mscorrc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-mscorrc.dll-0C2E9FCD833ACCEEEBC9424A65E916831B5D955B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9eb91cb7a51fa02736dfa5eede30383e3dc6b1be0da09743c7bec1d84f2367a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c2e9fcd833acceeebc9424a65e916831b5d955b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Management.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Management.dll-D2802B4E555945A4ABC72EBFC7F3BD7609DDCE23", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "016083b254b3ee0d26b476899bd74df8090e1f9cab017f705a7b5f60b03c4a1d" - }, - { - "algorithm": "SHA1", - "checksumValue": "d2802b4e555945a4abc72ebfc7f3bd7609ddce23" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Collections.NonGeneric.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Collections.NonGeneric.dll-D6D6A0A54E70FB4D29B5A264C6331914109FBB3B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1b6cc12027c9e1abb8301dcede2e17cfb4e7dae41f8783b474f64e7858d5d7f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "d6d6a0a54e70fb4d29b5a264c6331914109fbb3b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.ApplicationInsights.WorkerService.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6b247a9281e1becf8148339229849f045bc36e3a1fea4c679cca95a45953a0a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4909059073fada020c0d33d98cb00254716b2e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.ComponentModel.EventBasedAsync.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.EventBasedAsync.dll-AD893114870C7A67F3A69508C2786C141AB0D26F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b7201b551fcd1cc0e298746820aac98de8e3a77e08995b2c8df65c584d4fa69a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ad893114870c7a67f3a69508c2786c141ab0d26f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Data.DataSetExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Data.DataSetExtensions.dll-C322C28F82FD44503906320066AA7A694DB50B81", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b4494ebc49d31db5dc830289cfce96306f9a7af819947d950ab30e1a693c1acf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c322c28f82fd44503906320066aa7a694db50b81" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Security.Cryptography.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Security.Cryptography.Xml.dll-CD24845B609775C7F283092C12AFE1163D5E3573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b3bd4f8ff5121142e7125daeb5788095603b68545215a65c1e49f27dcbbcb107" - }, - { - "algorithm": "SHA1", - "checksumValue": "cd24845b609775c7f283092c12afe1163d5e3573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.pdb-93AE04A926F5747F54EEE5CB8EC5F1A8A9267191", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "454c6fc94ccbe91ec345f0a164b81c3bf8286ef6f27d5321efac64a7d8f2672b" - }, - { - "algorithm": "SHA1", - "checksumValue": "93ae04a926f5747f54eee5cb8ec5f1a8a9267191" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.ServiceModel.Syndication.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.Syndication.dll-D1C81ECD29F7F83402757DE220E0C8A90592742F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "de296160be9cf01d6b86936a3ced1d555868e495a180aff5b4e169e06e122333" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1c81ecd29f7f83402757de220e0c8a90592742f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d17f2f2bba2970c7ef40a8a318faf338fd2872266c155510171c33fcb5e26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a2f542a375e71f8776617acfec2aa8164f400bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d7863ec46b50ce1361a3af3d9037c8858c9323d04bbdbdfacfb5a0db02c5921" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd657f9838e933ea77665d04551237c6c30cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95dff7d344cb012fe07af3afa79ae11c64c55be4f54b391b0590e4b64c995bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "140acec58a587a9c9e3bb8f530cb09cfacaf4bb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Data.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Data.Common.dll-583B32CD01724B86F2B8027E02F6DC4C3AB3A4B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a69977dff9dad39fa67f38c920b61c8abd028f9fc15845ec88b09fca38accba2" - }, - { - "algorithm": "SHA1", - "checksumValue": "583b32cd01724b86f2b8027e02f6dc4c3ab3a4b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.ObjectPool.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.ObjectPool.dll-0F4C14EA9C028489B54D1297494D97107A8F19BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a3c27a44e650d941ccde4adbab8f2f34b024f1a4088887f6861e4cd656fd2dde" - }, - { - "algorithm": "SHA1", - "checksumValue": "0f4c14ea9c028489b54d1297494d97107a8f19ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.Compression.Brotli.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Compression.Brotli.dll-CA9B483335E04CBFC90E4A226A3A86C03A2CFDD2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ca9a2447de3810e14961247ac4c1542768ffc21dbce009c4ec87b546172d6f6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca9b483335e04cbfc90e4a226a3a86c03a2cfdd2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Diagnostics.FileVersionInfo.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.FileVersionInfo.dll-B92B19F457AD0C0FE6A2FED057A995D903BD24DA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d02a0a8ec6b535441c7de152f817b920243c25b9ea506652a6e02c052d0d54" - }, - { - "algorithm": "SHA1", - "checksumValue": "b92b19f457ad0c0fe6a2fed057a995d903bd24da" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.FileSystem.DriveInfo.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.FileSystem.DriveInfo.dll-839B1B121C01BA9E537C5D1975925AB802C58C4B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b389c9396eecad02d49ee918868ada7ba07ae3e7747264156fcf86326f3152a" - }, - { - "algorithm": "SHA1", - "checksumValue": "839b1b121c01ba9e537c5d1975925ab802c58c4b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.dll-E842747F6AA284DFA46FE109F70FFD2A8E0DA8C1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3c1297c44db4da7fde10026c95869232935f077a2d066d1bea1fc862f7cca9c3" - }, - { - "algorithm": "SHA1", - "checksumValue": "e842747f6aa284dfa46fe109f70ffd2a8e0da8c1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Globalization.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Globalization.Extensions.dll-9081DEDE0E289B7F56556835B55C7870C1461DF0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60d2d6f63e5d7cf78059bbe47f26d348d94bcc41f211c7d5450cf5fd7ec6a0ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "9081dede0e289b7f56556835b55c7870c1461df0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.FileSystem.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.FileSystem.dll-CAA43ABE83F0B2C87E05DDDBEB3B030865DD3384", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "69478125cb3a1f96b4526b46ed8c33fcc9f8773a3de76a3b6f699974e43d714d" - }, - { - "algorithm": "SHA1", - "checksumValue": "caa43abe83f0b2c87e05dddbeb3b030865dd3384" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-ABACD8F5758468D68017A1C84214359459DDC5B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58b201b7d57fe9e0779678fec84e516f00164841e35fb41235f5af981af7c91a" - }, - { - "algorithm": "SHA1", - "checksumValue": "abacd8f5758468d68017a1c84214359459ddc5b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.IO.UnmanagedMemoryStream.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.UnmanagedMemoryStream.dll-295DBC571E09BB0EF6D34BA64CF8B18D19E87F16", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bac9ef126bda1f093ae5dfe4006ce7b070cebdbdcc040822bc79167e31b2a7cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "295dbc571e09bb0ef6d34ba64cf8b18d19e87f16" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ko/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-System.Web.Services.Description.resources.dll-B587FB9122EE106860FF7B4797EB63C812D3369D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac3deb36a4112e465da8bca1c40c85909c86ac4badafea18bae262405aecc092" - }, - { - "algorithm": "SHA1", - "checksumValue": "b587fb9122ee106860ff7b4797eb63c812d3369d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Data.Odbc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Data.Odbc.dll-091512CD54CCE391E151FE9EA608AED685090D32", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c05f00ae3acbc9ff74792903b62af0294449c10f6a3498a20ba5d212201a26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "091512cd54cce391e151fe9ea608aed685090d32" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Linq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Linq.dll-616BBFAB26D9F62A5088E5462ADE9305FDEFE30B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66e02c799d32ad9ba6257b483af5275ffcccbb705a0d34b49dd04ffbf32ec254" - }, - { - "algorithm": "SHA1", - "checksumValue": "616bbfab26d9f62a5088e5462ade9305fdefe30b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.pdb-7ECC84B9ACD3AA5807604BEE0AD4F6952C7FAAC5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "756c0f84856f11c64e852dc1d18f30610014ba3e5e0ea62a436e3c10324610eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "7ecc84b9acd3aa5807604bee0ad4f6952c7faac5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pl/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-System.Private.ServiceModel.resources.dll-33EA1F3C5C3C5311151AE610ECDEE5D497EB031F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3f5fd26941f7347fe0a5236138745a8f976a56808e9830d4ed78255ec36a4b31" - }, - { - "algorithm": "SHA1", - "checksumValue": "33ea1f3c5c3c5311151ae610ecdee5d497eb031f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.Http.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Http.Json.dll-4A91C49DD4981BE89820D4DE7F4FB66093B49EB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "06664825c4245b4368df661dac25eb1d5c05e03919a1ce25077767858c9da81b" - }, - { - "algorithm": "SHA1", - "checksumValue": "4a91c49dd4981be89820d4de7f4fb66093b49eb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-DE6937BEB99240DE4805B396C79BE1FCC826685B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8235e9371ef55791a5d5bba7b3860d005ca8196aa9bca34c934d21613e23c981" - }, - { - "algorithm": "SHA1", - "checksumValue": "de6937beb99240de4805b396c79be1fcc826685b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-1882AC43AC84EAEBFCE49158A14FAD8481957818", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84036ddd91bd130e0fe1ed7a02e7669f70759a03136205fee57fbb524c883c8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1882ac43ac84eaebfce49158a14fad8481957818" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/mscorlib.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-mscorlib.dll-AE54134109918ADC2ECFB958BBF7FA08BC6E1AC5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a344d9cbf8db10bf9c61c3537b6569e418828e6dd36231a2b714e29d6b234bb" - }, - { - "algorithm": "SHA1", - "checksumValue": "ae54134109918adc2ecfb958bbf7fa08bc6e1ac5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Drawing.Common.dll-0FE19EC15B73618A802C2C80E35819D3F1DC93E5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e4ac463ba7d573483f7ac227862f1691b5784897d3403648ad04830c577a4a4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "0fe19ec15b73618a802c2c80e35819d3f1dc93e5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Collections.Specialized.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Collections.Specialized.dll-BD8507AE1669A760C9D3C392A59C74386E1BC5E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7942ae255408d3996693ab907b9bae9ae53ffc71816e007a599e2b9fbdf71f08" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd8507ae1669a760c9d3c392a59c74386e1bc5e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Console.dll-30377D42DF0730BD017E33FC6BB1B9DA52509EBD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a59ffa7b4b4b055c6547fb77a6ccc0a6b8099678b51a87cc705243117584112" - }, - { - "algorithm": "SHA1", - "checksumValue": "30377d42df0730bd017e33fc6bb1b9da52509ebd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Diagnostics.FileVersionInfo.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.FileVersionInfo.dll-70F878F3E9F8DB7C689FE6838D866F52464D9BBF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7e6efd9305301723e3677b06eebfdc98d9d8b122609e2570bd7061a895ff0d68" - }, - { - "algorithm": "SHA1", - "checksumValue": "70f878f3e9f8db7c689fe6838d866f52464d9bbf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.Requests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Requests.dll-BAB24F11489734642A00A3BD925A82BA196662B0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f7a01cf0a19f773d7ccfdd395fc9cb0cdbc404d8aca72ad39e979b80f0aa7147" - }, - { - "algorithm": "SHA1", - "checksumValue": "bab24f11489734642a00a3bd925a82ba196662b0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Runtime.Caching.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Runtime.Caching.dll-4A3B4D0FFD9B6C0A097E1DAF5AA918F80C2397C6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "269805b98816b82925d418ebd1ccd7be1aa4041d0fb74496fb5728eae799a796" - }, - { - "algorithm": "SHA1", - "checksumValue": "4a3b4d0ffd9b6c0a097e1daf5aa918f80c2397c6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Drawing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Drawing.dll-BD2B948BF9D7B253E174BCB036021D8413FED395", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b3c7518efc7f2ec1e2a8672337f13cdb53408600034a790c0a45e3e04fe5327" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd2b948bf9d7b253e174bcb036021d8413fed395" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.ServiceModel.NetTcp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.NetTcp.dll-5DAF12E0A97DB24186F904AA999D2AB894E7D4CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "410dd2b5821d9b1fac7cccd4175789dbfa3dcba87a209bb677940a42d1044d59" - }, - { - "algorithm": "SHA1", - "checksumValue": "5daf12e0a97db24186f904aa999d2ab894e7d4cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.Compression.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Compression.dll-489C3EF563AFFA6091D8D55DF611C6B71A33B47B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "33d5a9eb2f0c00bc3fab858414d41eb9cf53723489cf653db080d4ec4c8acc1b" - }, - { - "algorithm": "SHA1", - "checksumValue": "489c3ef563affa6091d8d55df611c6b71a33b47b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.FileSystem.Watcher.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.FileSystem.Watcher.dll-7FF13E73FB98AA702560305BAFD632816AB4BEF4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b696032f5fd8b3363e5f88aa08dd8fcddc48532b9cfa63df65ee06bddea887ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "7ff13e73fb98aa702560305bafd632816ab4bef4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.WebSockets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.WebSockets.dll-48CE9B1E9636975B7BCD4375FD72863EB904D92C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "51c8fbbb5533198ce27d4e81d1053742cc596650b33817d6c6f8c2f80bb8a1e0" - }, - { - "algorithm": "SHA1", - "checksumValue": "48ce9b1e9636975b7bcd4375fd72863eb904d92c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4024ec2d41adb6282071968961ca148ec28bd3cddba4941be99bdb175d00fbf2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6691f3ea331c03cb73a00f45d8861aa8d26d83a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Linq.Parallel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Linq.Parallel.dll-521B8769A4C66D60EF41CE9AA8C0F43C001A0A39", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a2566790da726dafd8d845aee43b7ecb677cf4ec8e1d751979fc1abb46f9913" - }, - { - "algorithm": "SHA1", - "checksumValue": "521b8769a4c66d60ef41ce9aa8c0f43c001a0a39" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.NameResolution.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.NameResolution.dll-9DE334232CBA2023C2650ED8D31CE582409BCDC2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8dfff30a6a886483790440874d804761da237ccfd682758ceaca7b287fe9a061" - }, - { - "algorithm": "SHA1", - "checksumValue": "9de334232cba2023c2650ed8d31ce582409bcdc2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.WebClient.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.WebClient.dll-BA03E17A995F62A421AB65D96F62BF75AE0676CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5bc23440b583733d273b2014bf20311cdc55faea80bf6cf963f1e2ba6945e33a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba03e17a995f62a421ab65d96f62bf75ae0676cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Reflection.DispatchProxy.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.DispatchProxy.dll-FA8EF7EA38B1554C0D352CD7F73D07725DED9B21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c59ccf5e10d1310e1a8d0ce311daf63f091fbe06dc0054eb2a11f38ee470c033" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa8ef7ea38b1554c0d352cd7f73d07725ded9b21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Reflection.TypeExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.TypeExtensions.dll-AA461174F7473CDC8BE9F6409A6408A5931BB1D5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bb5dff03f4aa4e780309faa4bce56a64ffd46a0e631d69c0ef47a4a97b38e752" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa461174f7473cdc8be9f6409a6408a5931bb1d5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.Handles.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Handles.dll-D9168349F9AE7B082885BFC8BCC4A702806BBBC9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8a4b50c6061d47213a5ea5625b8d28397abc1cb5e62ea5d6e3276b0b50f28007" - }, - { - "algorithm": "SHA1", - "checksumValue": "d9168349f9ae7b082885bfc8bcc4a702806bbbc9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.Serialization.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Serialization.Json.dll-5D1EB2A67A5E7FE1F80D48170DFE60584221DDDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5731effefd8e1e352cc6c633771a017618e1e20e40e2db6c8610f92d594816bb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d1eb2a67a5e7fe1f80d48170dfe60584221dddf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.Cryptography.Encoding.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.Encoding.dll-D5C85D06C71844FFD9D7E4EFB6B97E1B5F83BA4E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0d39e8af78b2b40e36e8720221566feb8b3cbf48a46e0b0a466c1a7582241000" - }, - { - "algorithm": "SHA1", - "checksumValue": "d5c85d06c71844ffd9d7e4efb6b97e1b5f83ba4e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Private.Xml.Linq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Private.Xml.Linq.dll-4085663056B14BC6A948A23672347A9453FDAD21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21950fc7eff61e27cc912623edb031b9646d51e87626a5e0bffaa7c8da51295b" - }, - { - "algorithm": "SHA1", - "checksumValue": "4085663056b14bc6a948a23672347a9453fdad21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.ServiceModel.Web.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ServiceModel.Web.dll-B498ADB0F0EE52B4E2683944FE9F7FFF9D69F2F4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2d64c8b07ca49ccd2e84c14e3deb645f1d0210d2df5f6760e3a54980321f886" - }, - { - "algorithm": "SHA1", - "checksumValue": "b498adb0f0ee52b4e2683944fe9f7fff9d69f2f4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Reflection.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Primitives.dll-882E9C0B2E8904E00CDB327D074C9315AC9E7DB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bce479802220346c40f1039c84d9f9a2ed97620d7f75cf632a5f6ce1dcfe7d46" - }, - { - "algorithm": "SHA1", - "checksumValue": "882e9c0b2e8904e00cdb327d074c9315ac9e7db2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Threading.Channels.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Channels.dll-E39BD37B9D572119656C0839B2B41FD8D6F1E3A5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44cf128bec255266f8da92a240339829387c9e6dd39802200f4c9ccf1c496ea6" - }, - { - "algorithm": "SHA1", - "checksumValue": "e39bd37b9d572119656c0839b2b41fd8d6f1e3a5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Extensions.dll-DF57F2851CB1C0BF96EDF001468156C3F14F6938", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42abb4be513d0a2ec383d437bb0dda774c5bf6f5dde6dce3d4d1db64dd4d2a34" - }, - { - "algorithm": "SHA1", - "checksumValue": "df57f2851cb1c0bf96edf001468156c3f14f6938" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Threading.ThreadPool.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.ThreadPool.dll-11E343189EFF5FED7B2D7ABB89EE9EC8F9853732", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1ad57b15669691ba7cc1d98f35165702cc5e94f79b3408753fb3a7b47d3b987e" - }, - { - "algorithm": "SHA1", - "checksumValue": "11e343189eff5fed7b2d7abb89ee9ec8f9853732" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Web.Services.Description.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Web.Services.Description.dll-D5EB00867681244B9873246525DBC40FDAC7C7AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a1d62930d7a05edddef82981af3d2f545e6856727dcf8fdb016520ca308ff73b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d5eb00867681244b9873246525dbc40fdac7c7ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.dll-F8595930AA5D275A5E5F378A8901492C5D17E198", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95f3477749b0949d62c12de63263575803fc4902e39e6195031ad8302abbf12" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8595930aa5d275a5e5f378a8901492c5d17e198" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Xml.XPath.XDocument.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.XPath.XDocument.dll-40FFC9104BB303FC05079C7E390344A519158A98", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "88027a338264ffe5f7124eb612f40b11cb0586354e771a3c5590235f4d3f8ce1" - }, - { - "algorithm": "SHA1", - "checksumValue": "40ffc9104bb303fc05079c7e390344a519158a98" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.Http.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Http.dll-4792400351C2936B389C52E70EA502B19FF472C5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0b4fa48e294c1d3c250bab3053bc1b2910613df1b414ddf59a1a46d70e75bcc2" - }, - { - "algorithm": "SHA1", - "checksumValue": "4792400351c2936b389c52e70ea502b19ff472c5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.Serialization.Formatters.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Serialization.Formatters.dll-3E06CE70B419E1666B401A22C1C9893B82D7DF4A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f5ed6eba83acfa42e2ad0226602622e6d8fcc22e735adae55ecfd1e535ed2091" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e06ce70b419e1666b401a22c1c9893b82d7df4a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.Quic.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Quic.dll-23C614B41B818143CF8EFBF29AFF54E95C6EB9E4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dbf60a719c9ebf25b44891cd1d448f193ca59bae2b97be3b9193bebb8ad6c279" - }, - { - "algorithm": "SHA1", - "checksumValue": "23c614b41b818143cf8efbf29aff54e95c6eb9e4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/linux-arm/native/libpsl-native.so", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-arm-native-libpsl-native.so-042705F4F680502186C56D6EADBC91D4328D7231", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "624aaed15e5d6d10dc25c8b9c6bf99b83db3381e189e09c06cf077f56d31a0bd" - }, - { - "algorithm": "SHA1", - "checksumValue": "042705f4f680502186c56d6eadbc91d4328d7231" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Cryptography.Csp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.Csp.dll-D529B08AC4F037FCBF7747D71F7D12D3807BA384", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "607e2041301cfb59b74b89a5be5e68bec38a6c791321d045b55c70907bff36f1" - }, - { - "algorithm": "SHA1", - "checksumValue": "d529b08ac4f037fcbf7747d71f7d12d3807ba384" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Principal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Principal.dll-927359C647667ED7294BEC869C2447D90BDA440A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4a728d7dad3c09ce0b19cb56f199a9fa545ec0e9080e6596fb8e367a6f949ef0" - }, - { - "algorithm": "SHA1", - "checksumValue": "927359c647667ed7294bec869c2447d90bda440a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Net.WebSockets.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.WebSockets.Client.dll-43F0CE1DEFB7EE3ABA246B3A0746128079B64F63", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "71b54ba4d1c11bebf26050114b787e2f53a37478ecff210b040923b6bd36e42f" - }, - { - "algorithm": "SHA1", - "checksumValue": "43f0ce1defb7ee3aba246b3a0746128079b64f63" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-x64-native-libSystem.IO.Ports.Native.so-E010AB71B1322A47C7B529C9C87DDE19B20EF0F2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "686d7e6d02129ba425dc759408a9008bda9c95d12201659ef481835a1aa41250" - }, - { - "algorithm": "SHA1", - "checksumValue": "e010ab71b1322a47c7b529c9c87dde19b20ef0f2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Text.Encodings.Web.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.Encodings.Web.dll-5C5F072D729CA80F136B1727A5AD253C4A3BD8AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1426e719dea841d5e5b28b387e4b799f51ef7af2079c9d808fe4dcde28e2673f" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c5f072d729ca80f136b1727a5ad253c4a3bd8ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Threading.Tasks.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Tasks.Extensions.dll-06E6F9335C2FB3D22134C43381F575109277CF1F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "465c3476d011ebfc72815bacc476f6713dd8c936820e7cda8ca4798a42b76a3f" - }, - { - "algorithm": "SHA1", - "checksumValue": "06e6f9335c2fb3d22134c43381f575109277cf1f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Web.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Web.dll-E6ED2B573BDA73CC5D77E934BB796B9DFFDDD99B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9bc489f956a47573bc6f92b4cf0ac18ea79bc8392528a4aa8a6726f04d8658d" - }, - { - "algorithm": "SHA1", - "checksumValue": "e6ed2b573bda73cc5d77e934bb796b9dffddd99b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Xml.XDocument.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.XDocument.dll-4B55C93EBFE2E8F5554732A3C6F944BA8D342D44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f9b5a5f5705e6187e7f1958880ace7bb3221bde65a23518d514ec6529f5b0e41" - }, - { - "algorithm": "SHA1", - "checksumValue": "4b55c93ebfe2e8f5554732a3c6f944ba8d342d44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/fr/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-System.Web.Services.Description.resources.dll-A513D4FBBEEF8CD3CF5873FAA6422F2F93F4DEEE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b97d2ba9c7f1b217a77698244beb7370d09dfd77e6f4c7f8201fb6abee9a6dda" - }, - { - "algorithm": "SHA1", - "checksumValue": "a513d4fbbeef8cd3cf5873faa6422f2f93f4deee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/solaris/lib/net6.0/System.Data.Odbc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-solaris-lib-net6.0-System.Data.Odbc.dll-60A2744EC2995C3396409BE078CC18C3B50F8219", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3786f5e089e5c992f0fcad5690d43380b577c7d1f56388384418266a09d6af60" - }, - { - "algorithm": "SHA1", - "checksumValue": "60a2744ec2995c3396409be078cc18c3b50f8219" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/System.IO.Ports.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-System.IO.Ports.dll-114108DCE94D243123D6FDDFEF9ADC54D81C273F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e2289b3712dbb2d17305f410ab03768329a462e5014626c5400d133224f11fdd" - }, - { - "algorithm": "SHA1", - "checksumValue": "114108dce94d243123d6fddfef9adc54d81c273f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/ja/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ja-System.CommandLine.resources.dll-F7856CFDBA6713EC780FF063C9DC0CBA7586759E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4958469ec86502fa277d66027f8c7c7f9b12626de82f29e895fb19584ae2d590" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7856cfdba6713ec780ff063c9dc0cba7586759e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/it/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-System.Private.ServiceModel.resources.dll-3F10FD746F206243AEA9DDDAD8E93F930AB04847", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ebea5a2f404ceedb7dd9e664b3ad03e0c2ce4adde772167e69272a353fe08de9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f10fd746f206243aea9dddad8e93f930ab04847" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/zh-Hans/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hans-System.CommandLine.resources.dll-CBBD6E306EC4A27012436DA3311B1EB578099687", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2755127d5d799ee4f7417c8a2a519bfcbc17e37a6cf51a692d3d96f50e5b2e08" - }, - { - "algorithm": "SHA1", - "checksumValue": "cbbd6e306ec4a27012436da3311b1eb578099687" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/Microsoft.VisualBasic.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.VisualBasic.dll-F8CE4A2406FA69D3684C123068C41E0BD5FEB4D9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6e01d731e55432830baad40d9657eca2571d9875ae0e529b61ce21d3e9e7bd7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8ce4a2406fa69d3684c123068c41e0bd5feb4d9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.Management.Infrastructure.CimCmdlets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.Management.Infrastructure.CimCmdlets.dll-93D10766EA43A0696DF8E49C243D168EABC2530C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2755009e227fafb0d12287f68885f2c7c3db2472e7045e081129c8244c27fe4f" - }, - { - "algorithm": "SHA1", - "checksumValue": "93d10766ea43a0696df8e49c243d168eabc2530c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-CoverletSourceRootsMapping-E641084D3BEEAB2A31D0226249BEDDFC48C0ACBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36225a3b838aa85aac0a6d027462b2d964972d6cf544d580862f88aeca5c0f0b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e641084d3beeab2a31d0226249beddfc48c0acba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.Win32.Registry.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.Win32.Registry.AccessControl.dll-D8798BD52D4F50FA9313F0212BA20AC3F85FD213", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8576c86f11777a3cd78cf1baeb59fce36bae332debace405bc445741bb5df614" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8798bd52d4f50fa9313f0212ba20ac3f85fd213" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Collections.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Collections.dll-47F4EDDBF27360568823F2FF6B9C5A6331DE2F65", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19f6c923a7cf318e76aafa4b6a7c267ac124067c9cb5bc4d16fcdfccf7ad3fa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "47f4eddbf27360568823f2ff6b9c5a6331de2f65" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.ComponentModel.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.Primitives.dll-36E0341BA857D46E4082BC5D55D35CA48AB0E181", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "94538f8b99d61f9c70aa7432fd81197f1e23c4fa1402f92365ebee8436a3a1b0" - }, - { - "algorithm": "SHA1", - "checksumValue": "36e0341ba857d46e4082bc5d55d35ca48ab0e181" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Diagnostics.Contracts.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.Contracts.dll-7283D548F63325C7BDE8914C705925C2AD9260F8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5872f8c413ca11cc9d0129ff04548367bf387867bbfec8f0131f5eae03c6886e" - }, - { - "algorithm": "SHA1", - "checksumValue": "7283d548f63325c7bde8914c705925c2ad9260f8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.PerformanceCounter.dll-12B2EC654E2BA67F7BCF482AD36BA249F1E6F406", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "559b8e31182e4f5efbcbbc0d3d75400d9b1e5674074618e208163d8aad114107" - }, - { - "algorithm": "SHA1", - "checksumValue": "12b2ec654e2ba67f7bcf482ad36ba249f1e6f406" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Diagnostics.TraceSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.TraceSource.dll-CFF070B9334FD4DD9EEFDF6D6AC4BF31861247D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f7e47dd4cfb6f34eda4b82e3a448666ff9103cf5cf02cb866e7e3dd216dae9a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "cff070b9334fd4dd9eefdf6d6ac4bf31861247d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Globalization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Globalization.dll-ABF1024CB54AD78506AE3E5ACFD8D6237BA61AC5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "45a241903b637953db5200a5c603d1f922d74e491a565202a35928468d4844cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "abf1024cb54ad78506ae3e5acfd8d6237ba61ac5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.FileSystem.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.FileSystem.dll-A2E1209D7F309BEDCE1CA8E690062EBEDC844738", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "177677725b88965ebfa9c20701bd17b964aed2d235ab260ce252bb9201495771" - }, - { - "algorithm": "SHA1", - "checksumValue": "a2e1209d7f309bedce1ca8e690062ebedc844738" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.DependencyCollector.dll-E1FD7F33317D474E394197917D7C4E63E2C02B65", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84c2f08121bbbcf338d924fbb2a67dc9b3ea71cba827e6af55d89faf0a267c13" - }, - { - "algorithm": "SHA1", - "checksumValue": "e1fd7f33317d474e394197917d7c4e63e2c02b65" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.UnmanagedMemoryStream.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.UnmanagedMemoryStream.dll-5D35FA0218A075C55E674E4E86BD1DF680913C71", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8740da06ad94848062fac62698770a379b2e402a1c1c30b05e99b7892b88df16" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d35fa0218a075c55e674e4e86bd1df680913c71" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Net.Http.WinHttpHandler.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Net.Http.WinHttpHandler.dll-FA85F370C427A6FADABB391D6E3A1CDD03A5C2B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ab317fa511a49ea284f968fb3982be8b7400a741cff82652eab00c8954603b31" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa85f370c427a6fadabb391d6e3a1cdd03a5c2b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.Http.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Http.Json.dll-4F3AE7F2081315C4852216F2A03BEA1EAF859A00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "94fa8d20a455167cef3932ed465abe954f741122d5912b63cd98e516d2ffe65e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4f3ae7f2081315c4852216f2a03bea1eaf859a00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287809a6eddbf2c6df40a10302bafeec5bb95c0f4d7ce9fea9a341d5930fe152" - }, - { - "algorithm": "SHA1", - "checksumValue": "5257bc4e04fd736bd253121b31bccb87e222e23e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/CimCmdlets/CimCmdlets.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-CimCmdlets-CimCmdlets.psd1-99F66D7CA28ACCDBACC06570299B71AA1EA07C5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dddcc0ee57ad0db0208ce760fa05576a1f8bb4680d73fcf54aa6e7ca06d6e7c0" - }, - { - "algorithm": "SHA1", - "checksumValue": "99f66d7ca28accdbacc06570299b71aa1ea07c5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1bfbc50c0908ccec61e511127b08b6c5b3b1c6507b9e9c31d934572fe34dfdba" - }, - { - "algorithm": "SHA1", - "checksumValue": "64f7dce10bc801352e859f5f1365eac5a66483ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.Security.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Security.dll-8A59F071819BBE9538AF04235A310DE0C5A1FD9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b39eb41d9f245baf61fce8b85fce1912093e8673166cedd282b3c53945f7536d" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a59f071819bbe9538af04235a310de0c5a1fd9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Utility-Microsoft.PowerShell.Utility.psd1-A5003E2752474FCBA29D3ED4DFA184481D363D55", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9438f1ec62686a3aef866d49bae59233242f4885301ac7e221bb697d6cd21b6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5003e2752474fcba29d3ed4dfa184481d363d55" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.runtimeconfig.json-BF524148BE178643CF0910C7084CDB69FE461538", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0fc1be224600db948115fbeb4d57e4d49f36be315863cc91677eb7b84cda1c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf524148be178643cf0910c7084cdb69fe461538" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Numerics.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Numerics.dll-2179BB42B3B588BAD504A8F7122CA8751ACF365F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "50ca4785ae7d4b4573c2f0e185628d8e2b04729b6f69103289018b21122cd277" - }, - { - "algorithm": "SHA1", - "checksumValue": "2179bb42b3b588bad504a8f7122ca8751acf365f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Reflection.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Extensions.dll-069B8B5FF60FB679DCD5976614D6B62850DE2B87", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05d0f28afaaf6b9d6b30eb30150ccc0323c9861536149bf222cb1a2f8f89a6b8" - }, - { - "algorithm": "SHA1", - "checksumValue": "069b8b5ff60fb679dcd5976614d6b62850de2b87" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4005d3989161a519fa6be148e2a41de287dc616acd9391bbe89d003d90c04c7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de55111f817351392130730ccef44665e266d5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.CompilerServices.VisualC.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.CompilerServices.VisualC.dll-1E3BC26ED5F269D4732A998F1F905417EF3E78A7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "711bc13430a848e3cecf9704c89f046a0c1ad2ed4eaea9adb71a40a4215a029b" - }, - { - "algorithm": "SHA1", - "checksumValue": "1e3bc26ed5f269d4732a998f1f905417ef3e78a7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm/native/mi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-native-mi.dll-4E378344949DE3B4A81AEA2CFBC98C1B3BA7E133", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a50d3a2269a1d6f6ae9be428e4415b6d9fa7f660056465297a0a68da83947b07" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e378344949de3b4a81aea2cfbc98c1b3ba7e133" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84daed45505ecec678a58e666fd868b8753dbfebde20f92a3b5a1bddd2b2425f" - }, - { - "algorithm": "SHA1", - "checksumValue": "8761407f7ac3e7ed3f08e2b4fdaa1cd4215ca451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.Numerics.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Numerics.dll-4A59848F08DAA40EED3FB3442F6339FC8F9E10F9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c21613db02b66a18bbccdb9f5eb1a44b369543b515eebb9ab6ac138df039ba4" - }, - { - "algorithm": "SHA1", - "checksumValue": "4a59848f08daa40eed3fb3442f6339fc8f9e10f9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-A4930C174CA78E8EC01F2A2B85469BFCA91403F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a6e1b511ba3eba39c875b781303b0d5d6e3d6aea5bc31aff507a3c1cd2bf74b" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4930c174ca78e8ec01f2a2b85469bfca91403f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6054038557c18959da52f7bb4183d6bf1cae79a22ded2b0bb87746a7981ff217" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9469a5630a0a9d61d2ce2d3af159d294e091150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.Cryptography.Algorithms.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.Algorithms.dll-2C248CD00971A0A2700595959E742590921FDE4F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19554c9633af941f4d7d03407992ea7b307273dd6bd966ba41808afd7142cf02" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c248cd00971a0a2700595959e742590921fde4f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.Principal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Principal.dll-88484746CFC1FF81839F554E65EEE7FE39231135", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04d6041a0d440d0642df899b95218d0311f27f127a3637b394748108c279edf4" - }, - { - "algorithm": "SHA1", - "checksumValue": "88484746cfc1ff81839f554e65eee7fe39231135" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.OpenApi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4e8c83fde8785daac1c5e5a830fbc95cfc4612e99ffa347842001809471a447" - }, - { - "algorithm": "SHA1", - "checksumValue": "8e74c678e651ba03a6bceb074fbe47933e87f6d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-x86/native/PowerShell.Core.Instrumentation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x86-native-PowerShell.Core.Instrumentation.dll-BFD717C8061A07F97B705920496F10A3947AB26C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91657be53972d0474cbdb06084d0e28369ab469514896ce924e28429a81247dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfd717c8061a07f97b705920496f10a3947ab26c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Text.Encodings.Web.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.Encodings.Web.dll-73D0093840C0186FA9A3FBA808FD526E966DAB4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6af6e9069930401f7e44158a70e549b9539424992b19fc51d84006c53794bdbd" - }, - { - "algorithm": "SHA1", - "checksumValue": "73d0093840c0186fa9a3fba808fd526e966dab4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Private.CoreLib.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Private.CoreLib.dll-FCC79465941F09B4BB5750329641436D6741E0E3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed65266d84581f474f1b8a2d811f061748a1b54bfe889eef178f3c32bed2e4fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "fcc79465941f09b4bb5750329641436d6741e0e3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Threading.Tasks.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Tasks.Extensions.dll-8EB323FF262AE8D68A3517724AFF56CCAED31271", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c619cff1d6567b50d9c507d11a667d9bfbfb35a9a8020736742b1dad7ec5532b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb323ff262ae8d68a3517724aff56ccaed31271" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Reflection.Emit.ILGeneration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Emit.ILGeneration.dll-EEA3DBA165FB44CF28EDF08A9679EE4CBF3A80C5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "68c776600e4f1a484ea7bb9bc8c8db4335e0c42bc2e7a9ccfaef39812fd04e63" - }, - { - "algorithm": "SHA1", - "checksumValue": "eea3dba165fb44cf28edf08a9679ee4cbf3a80c5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Web.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Web.dll-E6ED2B573BDA73CC5D77E934BB796B9DFFDDD99B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9bc489f956a47573bc6f92b4cf0ac18ea79bc8392528a4aa8a6726f04d8658d" - }, - { - "algorithm": "SHA1", - "checksumValue": "e6ed2b573bda73cc5d77e934bb796b9dffddd99b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Resources.Writer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Resources.Writer.dll-4C3E021520C67B5F4B8460422A6DAB0AC1966E4B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "87261b0154c23c74509f93bf3b46c47061246830ae84e7d316c2c51da21f2306" - }, - { - "algorithm": "SHA1", - "checksumValue": "4c3e021520c67b5f4b8460422a6dab0ac1966e4b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.Intrinsics.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Intrinsics.dll-D9EFC7389C81DF8D223B42F57843F3C47CD6B560", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d8bbcac28c23b71efdecc82b998b706c1be43bf724b4bd62ebf1f6c3e04d9871" - }, - { - "algorithm": "SHA1", - "checksumValue": "d9efc7389c81df8d223b42f57843f3c47cd6b560" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Xml.XmlDocument.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.XmlDocument.dll-BFD77A815D9D5550FD251C2D9551820BA9F9F265", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "50041e2222c60ec1453f22125611ab188e1ce267d6d44ee68e2c2377e66eb79f" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfd77a815d9d5550fd251c2d9551820ba9f9f265" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-F5008F0E836706277DBC3D1147DED4A847107D91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a47507e1eb33a821620eefab143f2bf9c7941d207aabafe0bba04dff29727efe" - }, - { - "algorithm": "SHA1", - "checksumValue": "f5008f0e836706277dbc3d1147ded4a847107d91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win7-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x64-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-CE54B25471F069BB4AFC179ABD175C4D22F11EBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3ed8214723160f3090274ab459e71b6a7bbe82fc8954ea7487f7ed3640fd0d2b" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce54b25471f069bb4afc179abd175c4d22f11eba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.AccessControl.dll-EB9233B9B69701AD616522EA07529BEBD9A4A9AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dd47edd19de98a77e48f7dcda376365cdcab85609e2b3ac04af996f34b1a4d83" - }, - { - "algorithm": "SHA1", - "checksumValue": "eb9233b9b69701ad616522ea07529bebd9a4a9ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58257c5ae55acf9a4a34d2ff01dc07a3830f51d80749e673b679dcf61c9cb99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "97e770f8e34e3010fb82cf5ee0c228c6fc9a7e56" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.ServiceProcess.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ServiceProcess.dll-62084671D0279B5F4348590111EF1C89F8DCE110", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "883f07567f6f8c6a109ca98de75c6bd7455fefd0f79016fcbdb237ea0e0777d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "62084671d0279b5f4348590111ef1c89f8dce110" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Threading.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.dll-ABC1F4B3895DAB6BD22CD376FDA525F11D3865BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3bec6a0379b89e6a3b7014ad6e40ead1dc3d515c046d2f0ad9a6be1bf798137" - }, - { - "algorithm": "SHA1", - "checksumValue": "abc1f4b3895dab6bd22cd376fda525f11d3865bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Threading.Timer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Timer.dll-80E32A7AB62254212A8A7F860E4BDA543413A3AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "45ec29c914ce35482339cd614b47d41e2e766b059e8b92d45d080a95afa47cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "80e32a7ab62254212a8a7f860e4bda543413a3ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-9D19E77D09DA9B03CB3BD823F5119926632911BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bce449a3911f9b42950e7c08d51b0b50034ebed3175644768af04cc53ff6c590" - }, - { - "algorithm": "SHA1", - "checksumValue": "9d19e77d09da9b03cb3bd823f5119926632911ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.dll-25C5CAD25830B854BF7CCBBF70041BBC41406AB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9d8a9cb7ee60c992074230a9aa96e5f2344af49932e876d09e48436b345efda" - }, - { - "algorithm": "SHA1", - "checksumValue": "25c5cad25830b854bf7ccbbf70041bbc41406ab2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Filters.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1924b981a3c8def00313fc12e6828ddb6dcc19ad232d3dcc22c9d8fc9aabc69b" - }, - { - "algorithm": "SHA1", - "checksumValue": "55b596abfa450b498d8cccbe64d69c07e4b3664c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Xml.XPath.XDocument.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.XPath.XDocument.dll-9AD105E305682DF7C676AA8B0930A1A237D40470", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a77669d8865211138e1bb45fda1b7c52e2584656aeb1b100fd7c9206a560f868" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ad105e305682df7c676aa8b0930a1a237d40470" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/ios/lib/net6.0/System.Data.Odbc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-ios-lib-net6.0-System.Data.Odbc.dll-E4CB985645BA7A4EA468E17B915E577751317370", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9930db0e0195c0301a6fc6a3f9c92c1561a56749fc02b35d32a9f863a0a47b3e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e4cb985645ba7a4ea468e17b915e577751317370" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/de/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-de-System.CommandLine.resources.dll-4A480C0ECEE04157DFFB06C7FE075B4578F45C8D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d41096cd4ae7b666f3befe82b420aef7613a051058dedd5c6a5d377c1532276" - }, - { - "algorithm": "SHA1", - "checksumValue": "4a480c0ecee04157dffb06c7fe075b4578f45c8d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/System.IdentityModel.Tokens.Jwt.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3ec36bb42e44c0202e1b43440a7f6cb6764b2b3e2d8a23b20a375dc5f0403" - }, - { - "algorithm": "SHA1", - "checksumValue": "5006411473e54d48541c43a63de87376d09e2f82" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-9D19E77D09DA9B03CB3BD823F5119926632911BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bce449a3911f9b42950e7c08d51b0b50034ebed3175644768af04cc53ff6c590" - }, - { - "algorithm": "SHA1", - "checksumValue": "9d19e77d09da9b03cb3bd823f5119926632911ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/ru/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ru-System.CommandLine.resources.dll-FBEA6A6B779B7E7EB9E35FF1B933F57BAFA89E2D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c384cc27ae2fe6414a48bf33d89bafe1b791c3bd05c4736adeda102ed67c64a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "fbea6a6b779b7e7eb9e35ff1b933f57bafa89e2d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win81-x86/native/miutils.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x86-native-miutils.dll-ECF790BF29BFA135986A363AA371976BA5F06F7E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "021cea2c9428bf76f0503937452a36333173f4c547395e9e49a3a6b08f9826f2" - }, - { - "algorithm": "SHA1", - "checksumValue": "ecf790bf29bfa135986a363aa371976ba5f06f7e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1bfbc50c0908ccec61e511127b08b6c5b3b1c6507b9e9c31d934572fe34dfdba" - }, - { - "algorithm": "SHA1", - "checksumValue": "64f7dce10bc801352e859f5f1365eac5a66483ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/linux-x64/native/libmi.so", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-x64-native-libmi.so-EC222422C32A28ABD2784F5D5A43B388C1424679", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "040c2df45debbe8cdecf47c127721a31f55458a6fa07f2669873e1137f64f313" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec222422c32a28abd2784f5d5a43b388c1424679" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.WindowsServer.dll-9B0A08218E88C17CB348018ED396A2A30B4469BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3831c19b76906a5aeaa0b012a1d5a634c114ce71e8b2112c610ee0b36ff038a" - }, - { - "algorithm": "SHA1", - "checksumValue": "9b0a08218e88c17cb348018ed396a2a30b4469ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/tr/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-System.Private.ServiceModel.resources.dll-63548A3C23E0376C90DF55A2F8931B5B2397E6FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a604088507f2947766217ee1d6f3fba59b9f77338f36f595813dbc684834c601" - }, - { - "algorithm": "SHA1", - "checksumValue": "63548a3c23e0376c90df55a2f8931b5b2397e6fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll.config", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll.config-C0D2E96877C35678E78121BB19C08687FA9ABBB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "543d63e07c2ea0a81e61f9835defab3f7c8fa2dc3d49e2a3f093abee8a1ff575" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0d2e96877c35678e78121bb19c08687fa9abbb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/osx/native/libpsrpclient.dylib", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-native-libpsrpclient.dylib-E7E15C727E3214A442EA39565E68950BD25D8AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c53273a8e8ad3b352d98062b68454bc03f7efccf5081b6e9a466ce0b0acc3b70" - }, - { - "algorithm": "SHA1", - "checksumValue": "e7e15c727e3214a442ea39565e68950bd25d8ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3768017bc22abe638fe813b77ef0dfc0d247e6f70f63064c2d6c422563d72ca8" - }, - { - "algorithm": "SHA1", - "checksumValue": "66824afbb37fdfa67f53b8c825ab4acf329c7972" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-222091DA59069C726A77E97A1A6D61A540192FB1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e565dba59fa30d8f4a37313947259583da5d17ab2f834764a2bab2f092b00de5" - }, - { - "algorithm": "SHA1", - "checksumValue": "222091da59069c726a77e97a1a6d61a540192fb1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.FileSystemGlobbing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.FileSystemGlobbing.dll-050CBCEDE85C18FD84F3C567664F91E18BEE4D0B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fa6b04cf3d66bc1dd9cef3eace06c2fb34792f11b29119cf3e9ca0eea7661648" - }, - { - "algorithm": "SHA1", - "checksumValue": "050cbcede85c18fd84f3c567664f91e18bee4d0b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/Microsoft.PowerShell.SDK.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Microsoft.PowerShell.SDK.dll-B86F17ADCB7A897DE93620B2BA5183A5AC5A50B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f52f7564343f77fca9b0cd73c1f05f200e67d0475274c26acf907f23701b517a" - }, - { - "algorithm": "SHA1", - "checksumValue": "b86f17adcb7a897de93620b2ba5183a5ac5a50b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Modules-Microsoft.PowerShell.Utility-Microsoft.PowerShell.Utility.psd1-0F20F32753310D18A105FD9EC5C9FD6CA4089E8F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3f8c9bd8f5daba25a22588efb7e4205fabd66693f5d0302e20885160151d912b" - }, - { - "algorithm": "SHA1", - "checksumValue": "0f20f32753310d18a105fd9ec5c9fd6ca4089e8f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.dll-C34A1E26DEA5B7CEBEF54C73467F9C0828392464", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "566b40d6a46af3936e20a608f6ba77cc145fc50d193f903657db2c6a9cdbd0fd" - }, - { - "algorithm": "SHA1", - "checksumValue": "c34a1e26dea5b7cebef54c73467f9c0828392464" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/System.Management.Automation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-System.Management.Automation.dll-D96D25A520ACC5819F71C97FA131AA8496E5641D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1379aebf7c2f960b1bb46e24d6fdc181808678c6c2488395e41379f516e7b7f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "d96d25a520acc5819f71c97fa131aa8496e5641d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Buffers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Buffers.dll-85CA59F666415CDC4CCDB74C973A8896907AF98E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4284337290b46d46cbffe7f66b6953fce557570b27e41cf3545dd8c23e20e9c3" - }, - { - "algorithm": "SHA1", - "checksumValue": "85ca59f666415cdc4ccdb74c973a8896907af98e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14213b2b86091b165c3847ebf81e67607ed8942852f5f9e49e6f0041af7c9a56" - }, - { - "algorithm": "SHA1", - "checksumValue": "f255d26a3f4d96a334d063857f951032a2078b99" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.PowerShell.Commands.Diagnostics.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.Commands.Diagnostics.dll-B3F820E221D3811CE60C60161D78139A0988AF8B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8b8cba66c16c5c675842a1a031b7338148ecfb781d28df1cf9faa3f17d5fe020" - }, - { - "algorithm": "SHA1", - "checksumValue": "b3f820e221d3811ce60c60161d78139a0988af8b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.PowerShell.CoreCLR.Eventing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.CoreCLR.Eventing.dll-BD8109DF8A8A4E2DB4CE9C9FE339E4FEB49D4369", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "efcdf49c84aebab71932bf9ee7dd64bbc9dc2fdf4ed1735f9f88a9e1e2605517" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd8109df8a8a4e2db4ce9c9fe339e4feb49d4369" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.Win32.SystemEvents.dll-EE1543A3328E4503AB8F5C308660768BDE7F55A5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9bc1599f62a9ae7bdbfaf61ed9bc2f84a1ee75912004578d0ecd61b56b2ae020" - }, - { - "algorithm": "SHA1", - "checksumValue": "ee1543a3328e4503ab8f5c308660768bde7f55a5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b47495a9d0db4d28010ad07ea421b9e8588933d5bc7145780a8d4b8c5dcd6447" - }, - { - "algorithm": "SHA1", - "checksumValue": "10005cdea27776f5f88e3ccaa131be56acf276a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0849b0af8362e17f7716209e410a84d56f05c6dc8bae36c42109c346535e9bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "93db9f04b230e9b6423ab1e6f8103ddabc2e118a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6054038557c18959da52f7bb4183d6bf1cae79a22ded2b0bb87746a7981ff217" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9469a5630a0a9d61d2ce2d3af159d294e091150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.xml-7D647889F6D589CBA8DFAF37B59737C21B6F821B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "32db38c604d1a133d7ad52de3c8b322c8e03cc5f281da820142fd1b38316831e" - }, - { - "algorithm": "SHA1", - "checksumValue": "7d647889f6d589cba8dfaf37b59737c21b6f821b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-378E2C1AE94C00B2A7F2F798EECA46CA25D167D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b62864f80efa49f673058b3a76bbacdac9c96985a551a3ff9686c6bcd88b85e4" - }, - { - "algorithm": "SHA1", - "checksumValue": "378e2c1ae94c00b2a7f2f798eeca46ca25d167d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.DirectoryServices.AccountManagement.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.DirectoryServices.AccountManagement.dll-9AE6846CAD53B5A0AD92B8B20F1387FDD7125FC1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58db7e6d9c0652c682281d8951d0b69942fd16d45e49e03a9e4257287ea7814b" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ae6846cad53b5a0ad92b8b20f1387fdd7125fc1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Reflection.Metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Reflection.Metadata.dll-03BC7921E3247C9A4B13678462262C879DB436B6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5331e62d35e88abab3d7aa7738efbd24ee0573e8153449a7f1c73a2338a06787" - }, - { - "algorithm": "SHA1", - "checksumValue": "03bc7921e3247c9a4b13678462262c879db436b6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Data.OleDb.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Data.OleDb.dll-9D9C4E0101B64503A1C3C95B1B3D455ABF1CCE02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f217a0281bea5c01362348f15ee6c48ac02e774d1a7a803044bae6758948d86c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9d9c4e0101b64503a1c3c95b1b3d455abf1cce02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.OpenApi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4e8c83fde8785daac1c5e5a830fbc95cfc4612e99ffa347842001809471a447" - }, - { - "algorithm": "SHA1", - "checksumValue": "8e74c678e651ba03a6bceb074fbe47933e87f6d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.IO.Ports.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.IO.Ports.dll-070FC135D9384A5D83AC6AA28D130C00A5DD6D86", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a516617771ae42dbca96f3a17f4102dc33edb6ec2480b79f9e0763e2055192da" - }, - { - "algorithm": "SHA1", - "checksumValue": "070fc135d9384a5d83ac6aa28d130c00a5dd6d86" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Runtime.Caching.dll-14D15FDB98BDB4DB3907DA95ACE1B67AEA40E93C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "adb5a6a54effc77add38604a22a7bbaba5f1db6f461deb0f7b0dc62a9094d411" - }, - { - "algorithm": "SHA1", - "checksumValue": "14d15fdb98bdb4db3907da95ace1b67aea40e93c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Swashbuckle.AspNetCore.Filters.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fe8cc7be1bdb94c1848c6f3a6ffe12e0fe4bd62c68375fcc452b2e69f1ba9df2" - }, - { - "algorithm": "SHA1", - "checksumValue": "322eb1043eb16d6a7e81c2ac4afacf692df10d8c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/Microsoft.PowerShell.Diagnostics/Diagnostics.format.ps1xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Diagnostics-Diagnostics.format.ps1xml-BA7552D5E3A2371A19CB8E37C12E33DCC1C97525", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c75995d9ab4722222f712e02c94f47be9f04c1cf2e960e6b530c49c64824d36a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba7552d5e3a2371a19cb8e37c12e33dcc1c97525" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/Microsoft.WSMan.Management/Microsoft.WSMan.Management.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.WSMan.Management-Microsoft.WSMan.Management.psd1-50DBE14E6EB2F3014AC586364384F02DAEC794CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7d747fd86806522e55104438c69985b9b89d47e6c004bb0d510568153483c268" - }, - { - "algorithm": "SHA1", - "checksumValue": "50dbe14e6eb2f3014ac586364384f02daec794ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.dll-A3D34A4B281F77AB9E11921A4BFB17DE25FAD987", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41c7af24cf1c23231702f3eec008a4340d7bdb5afd33f645d3bfa2495b93e4c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a3d34a4b281f77ab9e11921a4bfb17de25fad987" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/System.IO.Pipelines.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4d360e5f7b2232cfbf5ede287314161c9aa85d9178af153b5af1880885301d0" - }, - { - "algorithm": "SHA1", - "checksumValue": "087abdd0481f248af577c786f47618712eec7227" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-1D31EB8B88D33E3E80C2D834724790755B36744D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66ca52af5200e445ca4c6d701f400ca0cc5b9ef65126550507eaddc920ff2dcd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d31eb8b88d33e3e80c2d834724790755b36744d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-BD2B713501A5A01A752D0B33693DE80C0DCFEA9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "35f7e82ef5cc252904868d324d87a8c3465a4386bf6d0e82cbeeaa04f1ed6173" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd2b713501a5a01a752d0b33693de80c0dcfea9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-it-Microsoft.CodeAnalysis.CSharp.resources.dll-06AC976E567BEE760492E8D9ADC74C712CBDC17B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5703c7e1266e191fd62a9dc0be83e3be13407ca37a052de178b155c2a7129e6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "06ac976e567bee760492e8d9adc74c712cbdc17b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Speech.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Speech.dll-89269C99C295C82F4A97CCA5E63889AE1A327C42", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "59ef96ddf9cbb3b2d1f6d61aa9e06c03e4b5baeb617e59433d1de587a056c405" - }, - { - "algorithm": "SHA1", - "checksumValue": "89269c99c295c82f4a97cca5e63889ae1a327c42" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Host-Microsoft.PowerShell.Host.psd1-CD936DCF30144CB58C10E2781182BDA06EA5FB62", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "de74dc08ce8bc299c0e67f836c320831739e76b24c2d6d3ebf65425014955bbb" - }, - { - "algorithm": "SHA1", - "checksumValue": "cd936dcf30144cb58c10e2781182bda06ea5fb62" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm64/native/miutils.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-miutils.dll-0D6756D75D8D055DEBBF120577068E0B413285CB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e5f1b01e019335e53146ef472636db43497c8dfb4a57edc28175850ffc2429f3" - }, - { - "algorithm": "SHA1", - "checksumValue": "0d6756d75d8d055debbf120577068e0b413285cb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.pdb-466941B7CB0AC2A0CE452279B69B4E4AB9BED2B6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b5d3d96d5c7f4b1286081f4f8ab25ac0cf3fe855ba880403a415d4f499868d0" - }, - { - "algorithm": "SHA1", - "checksumValue": "466941b7cb0ac2a0ce452279b69b4e4ab9bed2b6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-D465203BD1776C520F17119A8093D5DAE0D3686B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a729d160d8603269a4757fc327290b5508de09820e12c02f0f5bbe009f49e425" - }, - { - "algorithm": "SHA1", - "checksumValue": "d465203bd1776c520f17119a8093d5dae0d3686b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-x86/native/pwrshplugin.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x86-native-pwrshplugin.dll-A223DA0B3B4F877F181F9B393B47E7448DCD9D92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9492f6c684e922999dc301a841b472626a429bb47102bff8333b70e7c12afefb" - }, - { - "algorithm": "SHA1", - "checksumValue": "a223da0b3b4f877f181f9b393b47e7448dcd9d92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cfeafbca346d7019c606a15a732f20f118e595f0b3b5837e1628940cdfcfe9a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "1102bbf6741848cb33eb6224beda2abe27be61b5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4cbf940463fcead72e93e2545c4cc4dff7d93508731a3c01cf4a8b64e189b9cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca784dffb5416250b72a84306c7728868094ff37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "732b734cc080278a89a62a393c99816ebdcdfc8bd20cdfa6e88a60ebe7a59f67" - }, - { - "algorithm": "SHA1", - "checksumValue": "efcd1a1e48d12d856f0b6e7c6a9cd26aa9751626" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win10-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-A64B2067E36C663A367F33F8FB1E7476E4CDF9AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc8b14e1deeddd9a749eae01da05c75bfb7ec4797ad91db2ee188b4efb17cfea" - }, - { - "algorithm": "SHA1", - "checksumValue": "a64b2067e36c663a367f33f8fb1e7476e4cdf9ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-4D5A6F0E80490C3D80DF7903351FFFB5B74DE283", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a112b7c3af985b640c80954a139214b8d15e02f3642d6ddc9d033fceb2776e2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "4d5a6f0e80490c3d80df7903351fffb5b74de283" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c06e9bbb28323ed8545a9056ca0ce8cfb774d00a8590f2d5bc007ea2256d9fa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd5be9f1082775f663acf2bde4b3f23f271956bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win7-x64/native/miutils.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x64-native-miutils.dll-1EBC2D44C40026006CF4D5A15F745A360F80E295", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "53af61598fd8a7f70fa627f155d51e3e783a0479a50f7fc39be8d46cc55d5faa" - }, - { - "algorithm": "SHA1", - "checksumValue": "1ebc2d44c40026006cf4d5a15f745a360f80e295" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4024ec2d41adb6282071968961ca148ec28bd3cddba4941be99bdb175d00fbf2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6691f3ea331c03cb73a00f45d8861aa8d26d83a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win8-x64/native/mi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x64-native-mi.dll-C0AFA32232922FB1A3EDE73DA9DD17D697874D77", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d662f65071a5ffda5dfbd6da53b1b319adef611a48bda3f2a18a077a194085fc" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0afa32232922fb1a3ede73da9dd17d697874d77" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win81-x64/native/mi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x64-native-mi.dll-EA77390CCC34CC7B9BC4DED7DD886EC08887BE04", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "09ca15499761b8a8567d09467f77288ccd2298f14f4df20be540186b0a98c61a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ea77390ccc34cc7b9bc4ded7dd886ec08887be04" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.deps.json-DEE55CA2FF011FB36389DE4FC078F3AB23C46300", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d0f08ccb329cb2afb8c78ceb53f0ff228c45c3e2ebbcbda919469a26ee58f22e" - }, - { - "algorithm": "SHA1", - "checksumValue": "dee55ca2ff011fb36389de4fc078f3ab23c46300" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/appsettings.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ec657e434d0c26ec82560f0aa397fa956b83ff16a27c3f5b45fbea8728ee0d6" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed29cc79d6f882dfdae1deeeb5c5ab8095c82cfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c7f32153b3c0dbeab6ea56f5df96dc92ffae9d1e8580f05b7e454cd27861f42" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba17bb80ef60c1e34354a2e544a0981328bd96f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-netcoreapp2.1-System.Data.SqlClient.dll-2FD67DA116BD81FF1075044B773A7DAB6220E62E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a90e38632e8b124ce848450ae399973be69ded08406e3816d5e933960f77de94" - }, - { - "algorithm": "SHA1", - "checksumValue": "2fd67da116bd81ff1075044b773a7dab6220e62e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ac9a0bd690e6b46ee8476db873b052ce9ec1fef76b94c3e888c69bfea8da9af" - }, - { - "algorithm": "SHA1", - "checksumValue": "2917334a8038f654cd1c008b55b589a48f082c09" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3f147f5a937438524addf2c2a0e9859be7e36bfbe34c265c4375d4d5092d9534" - }, - { - "algorithm": "SHA1", - "checksumValue": "cae3c6e58b684063f0e186abe438abc960adb426" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9380ec2cb2a46fcd19b7aac79b6c8708f38ec7d0a5fc54a335b38aac3f69817e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e837e4d63d4a10f5ed86af9b66654cf8c2bc007" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.EventLog.dll-99E0960485E1D92B5C13652648618B851C46C309", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a4fe6661092a6334051f9150c29dab7aab40f80bace5568c0f608a3e895aecac" - }, - { - "algorithm": "SHA1", - "checksumValue": "99e0960485e1d92b5c13652648618b851c46c309" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.PowerShell.MarkdownRender.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.PowerShell.MarkdownRender.dll-A09BE90805F90C81D63433F0F8180491613CCA6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ce8859933004323f9e1dab87a479fe79eb672bddcb57c2a0fe4d68ccbaec656a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a09be90805f90c81d63433f0f8180491613cca6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-DB0547CC8B83ED3DE6E2D21049366019B867A313", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a76b8395e5e5f8a9a1c4e4d37a141485b99ef25747e50743004cce817272447" - }, - { - "algorithm": "SHA1", - "checksumValue": "db0547cc8b83ed3de6e2d21049366019b867a313" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/tr/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-System.Web.Services.Description.resources.dll-464B0862A4FF935E00CB66F7B23F796C6531CE45", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e0c81e4291195a013af5b5c5c970e442365d3dd5602e45dcee623441b836781b" - }, - { - "algorithm": "SHA1", - "checksumValue": "464b0862a4ff935e00cb66f7b23f796c6531ce45" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d17f2f2bba2970c7ef40a8a318faf338fd2872266c155510171c33fcb5e26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a2f542a375e71f8776617acfec2aa8164f400bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-x64/native/PowerShell.Core.Instrumentation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x64-native-PowerShell.Core.Instrumentation.dll-861DA4C9C2EC9B692CFBC231DCDE45F26624038F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c93b52ec2f6cd862aaabff0db444e7a35d1165eba102482a43af8b3ecdfca875" - }, - { - "algorithm": "SHA1", - "checksumValue": "861da4c9c2ec9b692cfbc231dcde45f26624038f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0849b0af8362e17f7716209e410a84d56f05c6dc8bae36c42109c346535e9bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "93db9f04b230e9b6423ab1e6f8103ddabc2e118a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.ComponentModel.Composition.Registration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ComponentModel.Composition.Registration.dll-8309C6DDC70C110FA9B3B6C75024F0E9FB1EAFB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed08a6e6484f308baa7d02cb5a7feef335afa5ffa7f1bd373b9f0dd5584a4c50" - }, - { - "algorithm": "SHA1", - "checksumValue": "8309c6ddc70c110fa9b3b6c75024f0e9fb1eafb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d7863ec46b50ce1361a3af3d9037c8858c9323d04bbdbdfacfb5a0db02c5921" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd657f9838e933ea77665d04551237c6c30cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.DirectoryServices.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.DirectoryServices.dll-6388E193BC20EB0CDE82530DBF25A7918371D0A4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "409f5a6b01bfe9b87509fdf38131d017d1d9c1b4283c2a30f479e83b2c8512ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "6388e193bc20eb0cde82530dbf25a7918371d0a4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win10-x64/native/mi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x64-native-mi.dll-C3AD50C0462159933D1E35A795D4E8E05FC5CA38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8f2bac226f15acfdf9a7ef8c4b8600b2f9e36da37a34f77335882c7f11dab28a" - }, - { - "algorithm": "SHA1", - "checksumValue": "c3ad50c0462159933d1e35a795d4e8e05fc5ca38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hans/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-System.Private.ServiceModel.resources.dll-5D4BF9F7AEE44323A0E193A39557DBA452768A95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "72c8b0f2288d21fd7a9051b4c5ee33d3da8605740cfd17d6bc422bb482fbcbf2" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d4bf9f7aee44323a0e193a39557dba452768a95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-file-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-file-l1-1-0.dll-B5AEF669B6CAD999A4780A732C3AFBF01C53CFC5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "30286f633a6c79f627b8bca7e8f66af9ae97971965f5fc89ce9d21d7927980d8" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5aef669b6cad999a4780a732c3afbf01c53cfc5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-memory-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-memory-l1-1-0.dll-66F9FB771C5A75D06DBFA3C93947572B2479B67B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7f20f6841a4ecf5cafd82883d5452f7d5b4769a0fe869975b4b193c99f370dca" - }, - { - "algorithm": "SHA1", - "checksumValue": "66f9fb771c5a75d06dbfa3c93947572b2479b67b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-synch-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-synch-l1-1-0.dll-7056BC489D025B32BF9C0896CB384AB1DC6D1C96", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0fad744afb73c83236901f315be3084c3c844a2a0e13510439f191018cd5cdc6" - }, - { - "algorithm": "SHA1", - "checksumValue": "7056bc489d025b32bf9c0896cb384ab1dc6d1c96" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-0D5171655C1C8B434A420C2009D551C2386CD3B8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "02c4c443618f7d15888e25b3e975bf4e4382ff8d8d28f4a1a966845ee30a830b" - }, - { - "algorithm": "SHA1", - "checksumValue": "0d5171655c1c8b434a420c2009d551c2386cd3b8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-filesystem-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-filesystem-l1-1-0.dll-909B5B38508896A574D4990C8B66B7D112C7FD50", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0d103d22ded7086cea1d2cafecbdea1d6903a23a1c4a52a0a2d84b9486cf039c" - }, - { - "algorithm": "SHA1", - "checksumValue": "909b5b38508896a574d4990c8b66b7d112c7fd50" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58257c5ae55acf9a4a34d2ff01dc07a3830f51d80749e673b679dcf61c9cb99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "97e770f8e34e3010fb82cf5ee0c228c6fc9a7e56" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win7-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x86-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-A22D115C236B1580582B61AE7261F26E6EA321DD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "373c0ab04457ce5f14bd6eb31250a3d5bc48a6b09744a18a0038f494e927134d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a22d115c236b1580582b61ae7261f26e6ea321dd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-stdio-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-stdio-l1-1-0.dll-C4BA091BA9C1FD1780DE2E184C4E52468C712BCC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8aed3b41cdd15c0509d33e75f8977fe23e53b3e4b3d1c9cf9c130f9d0bb47ad9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c4ba091ba9c1fd1780de2e184c4e52468c712bcc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win8-x86/native/mi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x86-native-mi.dll-A38F56281837AF9AE67D01FCF9D11384BBB08510", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4b10d9e7c1b7bdf262d71466c4943776ceb3e01cc940c65c78572e8474249050" - }, - { - "algorithm": "SHA1", - "checksumValue": "a38f56281837af9ae67d01fcf9d11384bbb08510" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win81-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-A64B2067E36C663A367F33F8FB1E7476E4CDF9AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc8b14e1deeddd9a749eae01da05c75bfb7ec4797ad91db2ee188b4efb17cfea" - }, - { - "algorithm": "SHA1", - "checksumValue": "a64b2067e36c663a367f33f8fb1e7476e4cdf9ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Swagger.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580c018dd11d694eb36e10f1030957ecec54ba39c7f08e094a0fd2804b8df3e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f5f74e698966244f692a3c8ec4fbf9c6c38e7c9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.CodeAnalysis.CSharp.dll-61C7DA6D018EBFCEB13C0558B6E90CBD242ABA24", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b7f51aaabf3d0686d397cd909cbc5a270940c5fe349db0a3fd816d24474cf5c3" - }, - { - "algorithm": "SHA1", - "checksumValue": "61c7da6d018ebfceb13c0558b6e90cbd242aba24" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.Abstractions.dll-5EA19A9DD4456540D4E59D6166221FDD950ADE94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5da531aa9ea0846ddd0b82ef7773c42e17d49ad7e821239bf0fbaa749071acd" - }, - { - "algorithm": "SHA1", - "checksumValue": "5ea19a9dd4456540d4e59d6166221fdd950ade94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.deps.json-B36126290B195C87B9DCA290E3C5AD37915443AA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fa19d324dd580eef255cf9636df2642998cf610b7bcd6cb8efa865819f1d5081" - }, - { - "algorithm": "SHA1", - "checksumValue": "b36126290b195c87b9dca290e3c5ad37915443aa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c7f32153b3c0dbeab6ea56f5df96dc92ffae9d1e8580f05b7e454cd27861f42" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba17bb80ef60c1e34354a2e544a0981328bd96f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.DependencyInjection.Abstractions.dll-725A9852DD1BDD65809F5C4738FC31EF2F2A68C1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "992f1d6289231bee51d4fc057cd6976f69b0487326d875b8a4d90c666a03ee07" - }, - { - "algorithm": "SHA1", - "checksumValue": "725a9852dd1bdd65809f5c4738fc31ef2f2a68c1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/hostfxr.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-hostfxr.dll-9959432598343B2D0FF2868FDD7B5CCEE3A821B8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "07ffeac3cac48c4319871e3ef1ec4e413c90df675bdc699c3902d14e61976dfb" - }, - { - "algorithm": "SHA1", - "checksumValue": "9959432598343b2d0ff2868fdd7b5ccee3a821b8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff28c78f9087f34f7b742963b9a27a8ff85cd0fa7b61ae2bea9e9abf8ce0ad4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd979575e9121e803d3a37be452215230ccc8990" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-131FB28D76F96DB88E7B96B74B4D521C9CF61FE7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43bf67a511683254e474e411be192241637ddf3e434ecd9fc34695eb19e1f190" - }, - { - "algorithm": "SHA1", - "checksumValue": "131fb28d76f96db88e7b96b74b4d521c9cf61fe7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Options.dll-25CC7E01504957366ADDACC8E7B459D19B60684E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "187249cbb2a4a31c1ed052e31671806cc967d609d76ad7259bf0af5175ec3ec8" - }, - { - "algorithm": "SHA1", - "checksumValue": "25cc7e01504957366addacc8e7b459d19b60684e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Memory.Data.dll-E36771D1CB5A6121B25C2E63B339809703B70306", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c351aae36ed939eb0a35b71afecffe98cf755909f105394d1d7d3c8c0dd1ceb6" - }, - { - "algorithm": "SHA1", - "checksumValue": "e36771d1cb5a6121b25c2e63b339809703b70306" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c7f32153b3c0dbeab6ea56f5df96dc92ffae9d1e8580f05b7e454cd27861f42" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba17bb80ef60c1e34354a2e544a0981328bd96f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Private.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Private.Xml.dll-2AA420084D7DF7BCDDB94ECC7DB2C4BDA207923A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9cd97c16aad01810edc458d144927062f22859ea5441a013d5081fe8f22642dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "2aa420084d7df7bcddb94ecc7db2c4bda207923a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ac9a0bd690e6b46ee8476db873b052ce9ec1fef76b94c3e888c69bfea8da9af" - }, - { - "algorithm": "SHA1", - "checksumValue": "2917334a8038f654cd1c008b55b589a48f082c09" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Text.Encodings.Web.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Text.Encodings.Web.dll-D2EEE0A81C8C454E91CC2A4D71A0A580087F7B55", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a4a6c2687da2031793d2821198ad2520fed2e454e00f84acc48da52546ec63c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d2eee0a81c8c454e91cc2a4d71a0a580087f7b55" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9380ec2cb2a46fcd19b7aac79b6c8708f38ec7d0a5fc54a335b38aac3f69817e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e837e4d63d4a10f5ed86af9b66654cf8c2bc007" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.EventLog.dll-99E0960485E1D92B5C13652648618B851C46C309", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a4fe6661092a6334051f9150c29dab7aab40f80bace5568c0f608a3e895aecac" - }, - { - "algorithm": "SHA1", - "checksumValue": "99e0960485e1d92b5c13652648618b851c46c309" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-es-Microsoft.CodeAnalysis.CSharp.resources.dll-7137C5ABEC9ECE0A33C5777E2D4AB83A2C699588", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c7bf0a304bdcd28500df952ffe2b522d0eb921c4b632f0e509a21fb58ef574f0" - }, - { - "algorithm": "SHA1", - "checksumValue": "7137c5abec9ece0a33c5777e2d4ab83a2c699588" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Authorization.Policy.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authorization.Policy.dll-071A84A9230A38E68AEA163548403E14BAB3FBDE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad877e22bfba5580cd4324946e4eb0683749f1d78f0899b9dc342f77cf9f53b" - }, - { - "algorithm": "SHA1", - "checksumValue": "071a84a9230a38e68aea163548403e14bab3fbde" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Cors.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Cors.dll-A78ADBC673740EC33991EFAD0B6A97C3483DAB21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f322aa0bef287835dbe44597a14c86b92c44e282ae4895422679ae1350bc2253" - }, - { - "algorithm": "SHA1", - "checksumValue": "a78adbc673740ec33991efad0b6a97c3483dab21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/appsettings.Development.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "888f6a7984249c3c4c848293b81b7676be5565050a5a8e3e31ad154b8f4f8734" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f2fad65c3d41a041abe344fa21f5975d67c0af5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-F75D37130656AC95F2EEC8A114D16EC507C04886", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4681247eadff9690eb3a86c000bd93c1866a8cbaa8fb090ebf7acea40bb67fff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f75d37130656ac95f2eec8a114d16ec507c04886" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Private.ServiceModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Private.ServiceModel.dll-2A0A44342909DDFECBC159F90FD934FE463BD819", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "88699cbf472b65604d5c720b46d8c2ad01a8c4f93317c564acdc910db6c6a514" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a0a44342909ddfecbc159f90fd934fe463bd819" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.ServiceModel.Duplex.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.Duplex.dll-6D218A9A8DC7E35BEC5758FF535178096F719AB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6c57afdaacb47b663562ba69a0a8587311458269a7ec6c1eb90e7cc227242b6b" - }, - { - "algorithm": "SHA1", - "checksumValue": "6d218a9a8dc7e35bec5758ff535178096f719ab3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Diagnostics.HealthChecks.dll-956D02AF777F2295257FAFC1A68D8F39A5B39522", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d2f1cc0bdd7fa70b3fc97ba679f8d034dbbee7e5db298f467be69d89f7421e7" - }, - { - "algorithm": "SHA1", - "checksumValue": "956d02af777f2295257fafc1a68d8f39a5b39522" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Http.Connections.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Connections.Common.dll-DE2ABD6310F259B15160864F327509E58633C91A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "289a3c08ad38710f11a3b9cda986fd9ae5a5f73f17e9048180c6e42710c8e04e" - }, - { - "algorithm": "SHA1", - "checksumValue": "de2abd6310f259b15160864f327509e58633c91a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Reflection.Metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Metadata.dll-DD61476153846C9A6BFBF0EC521B49A028B01564", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ba1b85354a152de9c63500391e056ce1da82adc0f85f127fdba5fea8253c6571" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd61476153846c9a6bfbf0ec521b49a028b01564" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.HttpsPolicy.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.HttpsPolicy.dll-A79638705C8B28F76BE1C79B31B8C83927A38447", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d7ae6ae6a5d62fd63fa99043e3c39d318633dae5cac53b57abaa0d1f682edfbf" - }, - { - "algorithm": "SHA1", - "checksumValue": "a79638705c8b28f76be1c79b31b8c83927a38447" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.dll-58C7458BAC05D584924F2E60620BBBA57CAB5F33", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db834d3d11bcc625b4aed712fa256532c67b76293547996b211d501211f39a1d" - }, - { - "algorithm": "SHA1", - "checksumValue": "58c7458bac05d584924f2e60620bbba57cab5f33" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Runtime.Serialization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Serialization.dll-43BEDDC6DA0FEF9425342092F08E73C7CEAA5324", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6cd7252fc5ec008bba6b023bb17e206e575285007b4331db3e46803befe15252" - }, - { - "algorithm": "SHA1", - "checksumValue": "43beddc6da0fef9425342092f08e73c7ceaa5324" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.Cors.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Cors.dll-0A3978DDE9F720DFD0565BB45446932326E71927", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "beba0672f425485c66d36d06e90c11c631cb62dbef23a5806fc74750ddc31575" - }, - { - "algorithm": "SHA1", - "checksumValue": "0a3978dde9f720dfd0565bb45446932326e71927" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-C4C81B30BBC85E5EB0E10BAC986DDED6D7E7C879", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "082f72631be27ca49e5a254a5e4e73ae72b07e533d4547f92ec4117cb27753ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "c4c81b30bbc85e5eb0e10bac986dded6d7e7c879" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.TagHelpers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.TagHelpers.dll-B2F5B7EB42879F17583A638DC8E634223D246A16", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff67563840ff0db286a927ede9c33999d28021a96792b3ece117d0a567a24210" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2f5b7eb42879f17583a638dc8e634223d246a16" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-2BF48A41757631FC6E90941DE06AAE6BAE7526BF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c2ce307ac101167ff4f4787677457a7d30b717f54c77744381bb74beee0e560" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bf48a41757631fc6e90941de06aae6bae7526bf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Cryptography.Cng.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.Cng.dll-B4A2767CE18F61F9117411093ECBB763B1541281", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287a9abac3eceb4ad2e440c2742761fd503b2e47e6efd9c46ad18c28deeb3a19" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4a2767ce18f61f9117411093ecbb763b1541281" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3768017bc22abe638fe813b77ef0dfc0d247e6f70f63064c2d6c422563d72ca8" - }, - { - "algorithm": "SHA1", - "checksumValue": "66824afbb37fdfa67f53b8c825ab4acf329c7972" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.ResponseCompression.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.ResponseCompression.dll-BFB10C107376C92D290BD70F62075E968F5844E5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b90686a4c561422850c81f878fe3f11f004247c402c952957aaf71df7975621e" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfb10c107376c92d290bd70f62075e968f5844e5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Text.Encoding.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.Encoding.Extensions.dll-399BAC823ABBF6F28DE0B6AEB224B126212D7A17", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ca07e20272afaf05de16de819b9e784a327227a0c18d80c2d5708f695154e58" - }, - { - "algorithm": "SHA1", - "checksumValue": "399bac823abbf6f28de0b6aeb224b126212d7a17" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/de/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-System.Web.Services.Description.resources.dll-2D4778778A01331F2E4860F61C2918DC9B95E86A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c1e9422c5d560c82572608a5cec60f199f1e491700a77cb3414b48c5c08fe93" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d4778778a01331f2e4860f61c2918dc9b95e86a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Threading.Tasks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Tasks.dll-08B50389DF527C82E2AB8FEBEAADBEF01F1D3EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3d59e8fe38d988fca267f240c32a7d20c68bdfc7525938003e7c857d45714ca5" - }, - { - "algorithm": "SHA1", - "checksumValue": "08b50389df527c82e2ab8febeaadbef01f1d3eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Server.Kestrel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.Kestrel.dll-CFF50416C4BCFF3F6E61371DABEB4DE73E06D7C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e138155a4b254c145ec16c236daa74b9f93fb13fec0ef722cdf5c5687a7b2faa" - }, - { - "algorithm": "SHA1", - "checksumValue": "cff50416c4bcff3f6e61371dabeb4de73e06d7c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.ValueTuple.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ValueTuple.dll-C8ECA11516B5B64BE724EF05269952CC19873DF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dc62ef7c75ef15b04135c6ee048cb8f423d39000d6246812f3b96860f774ab08" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8eca11516b5b64be724ef05269952cc19873df5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/System.Xml.Serialization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.Serialization.dll-684E3AC8D2404A15E000D0368B931BD68F4B3595", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "83afa0773687bd4284e9f5b9efa324cc505abeb8af60f889438fe37a6367e2cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "684e3ac8d2404a15e000d0368b931bd68f4b3595" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Azure.Security.KeyVault.Secrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0318a5b4310c29bc9a923fe5c8f77bcfe5d74915e69557aa82505afed5a0ee6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "378c16f9aec43eeff3ccad8976a37b49e572c7e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/es/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-System.Private.ServiceModel.resources.dll-FBD9B69BF136029FCEA9CCB1F8345A0B1CD20FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21e9753f6102b91def4f0f16fe4301a063f49d1eb30da4940de5bd203b0b2f6c" - }, - { - "algorithm": "SHA1", - "checksumValue": "fbd9b69bf136029fcea9ccb1f8345a0b1cd20fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.StaticFiles.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.StaticFiles.dll-C300449005CA164D62E86AE374CEBB2C5B8BB5E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aef375eb27d972b96942f1caa717f42a2ecca3178074a9c315fc060625f95cf0" - }, - { - "algorithm": "SHA1", - "checksumValue": "c300449005ca164d62e86ae374cebb2c5b8bb5e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/es/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-es-System.CommandLine.resources.dll-8CDB89C29A0B07AF675FC3DD47104C17E25632B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "95bf9e1db4aa5887124a161b8c221d88775c9bdbe522faa06ef953839914d7e0" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cdb89c29a0b07af675fc3dd47104c17e25632b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/Microsoft.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.CSharp.dll-920AD27AB51A0CD4F4D62420182EAB835B3C82CB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e33b9c3320fd737924f420c8756e95518fd4be3176928343ff5e4d1f2848e6a" - }, - { - "algorithm": "SHA1", - "checksumValue": "920ad27ab51a0cd4f4d62420182eab835b3c82cb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Buffers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Buffers.dll-7E91E44AC17929AF3C167F34D67BDA6C41E786F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93e8aa851f48fcd75e4366e47086f05c7397893c46f1368ac71124d4a0409d1c" - }, - { - "algorithm": "SHA1", - "checksumValue": "7e91e44ac17929af3c167f34d67bda6c41e786f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.ComponentModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.dll-E39C4F5074B7D0BEBB380571505B3FA2B909C1FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d413208be311a5d3b78d322e5396a8b2120342914ccc2134cd32575fdcf983c0" - }, - { - "algorithm": "SHA1", - "checksumValue": "e39c4f5074b7d0bebb380571505b3fa2b909c1fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Data.DataSetExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Data.DataSetExtensions.dll-CA406209E85E22434BCD1B0A0B5F094BB84C3F3D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5087692351197bc6c94bc1232a5bf48c965d92f9c85defb65ad067b9a41de05a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca406209e85e22434bcd1b0a0b5f094bb84c3f3d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Svc.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.deps.json-3BC8BE11B4BA33EFABFEA15A590D561BEFEAA86E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "99d874ef254b668db52182c09061e192d8aad90547d2361ddfdf3f1848184096" - }, - { - "algorithm": "SHA1", - "checksumValue": "3bc8be11b4ba33efabfea15a590d561befeaa86e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Diagnostics.TextWriterTraceListener.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.TextWriterTraceListener.dll-D32F0C40733617516C274041B50E5173EF06F384", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f02eee9e7896ba81d8ef5c9960149444b826616ef69faaafc43283d138b9e787" - }, - { - "algorithm": "SHA1", - "checksumValue": "d32f0c40733617516c274041b50e5173ef06f384" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Formats.Asn1.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Formats.Asn1.dll-A653D4F98CEEA6ABF169407E84354C57A9B7FEA5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "369a22096d69ea55737a78890c66f4beb8f6af2b345bf4ecd2db10cca17cb786" - }, - { - "algorithm": "SHA1", - "checksumValue": "a653d4f98ceea6abf169407e84354c57a9b7fea5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.dll-2F1063D77E8A51A182470766E08F46555DDAEBF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b5b7ea0c9e91bcf248a6ff3b15742476592975d2ff4872a77587cbdcae7862" - }, - { - "algorithm": "SHA1", - "checksumValue": "2f1063d77e8a51a182470766e08f46555ddaebf1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.Pipes.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Pipes.AccessControl.dll-9E7CBD87EAE10DADC3A540F6D468608A8D80F00E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "454fbfd33caf20e21346e6487c46537d8db56a61887a9a4d98cc4091fe1bc9b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "9e7cbd87eae10dadc3a540f6d468608a8d80f00e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Abstractions.dll-DCD3E4763A9F17938E4F8839AF730CB99AFC5DAE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8052e1348861ea6a68f07f94253f649fdbe6e5f2a49af4c6710faf2812cbffa" - }, - { - "algorithm": "SHA1", - "checksumValue": "dcd3e4763a9f17938e4f8839af730cb99afc5dae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.dll-ACD2023B67D70692D623EC6CB06A191D26E8FB01", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f35a6184e76e6e8e7f5ab5682496f74492588280f4154b75633ae75961f6f210" - }, - { - "algorithm": "SHA1", - "checksumValue": "acd2023b67d70692d623ec6cb06a191d26e8fb01" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.KeyPerFile.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.KeyPerFile.dll-3BDEBD9108B56B19F91615CA60A2AD36F14598A5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "92d29575bbb9bb315b6acd5553fe59c59e2a31c5232a81ca8ab52f53c6023b4f" - }, - { - "algorithm": "SHA1", - "checksumValue": "3bdebd9108b56b19f91615ca60a2ad36f14598a5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Primitives.dll-E444B34C9E0185779B5C84845B0783F59BCC98D7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5da127ee7918fcf9ea608b20b2e884904a3d24e8f2387b58c1ffca89f7fb8647" - }, - { - "algorithm": "SHA1", - "checksumValue": "e444b34c9e0185779b5c84845b0783f59bcc98d7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.WebSockets.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.WebSockets.Client.dll-B68CA6819CF65AF1C3B8A0DF1BC6B7CF6CFA1E8C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d8a2a86ff425d3ee9756c7b9cdbd8558b57b372f018d0a6371d6e465d7e8e4a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "b68ca6819cf65af1c3b8a0df1bc6b7cf6cfa1e8c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Reflection.Emit.ILGeneration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Emit.ILGeneration.dll-E54A958ABF6831D2FD9D572B88D7461ACAE4EF02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "094a38524c956f2f70e8137ff83f483611385eaa2c342051e82935b43315e962" - }, - { - "algorithm": "SHA1", - "checksumValue": "e54a958abf6831d2fd9d572b88d7461acae4ef02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Features.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Features.dll-6041E0FA6DC2724D616CD5B0B7FD68FC6076F81F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b97b3c285a660cc204fe52360796e8d4cedcd7f7e25e9e634bddb85b4e1bfaab" - }, - { - "algorithm": "SHA1", - "checksumValue": "6041e0fa6dc2724d616cd5b0b7fd68fc6076f81f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Resources.Writer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Resources.Writer.dll-C23BE4FDAE1C1818B1256CFD195E83AD92B08F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ddfd6c24e87367803a2dec5a68c6ffb90672b9021751d736d6467c60e66b6e3a" - }, - { - "algorithm": "SHA1", - "checksumValue": "c23be4fdae1c1818b1256cfd195e83ad92b08f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/win-x64/tr/System.CommandLine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-tr-System.CommandLine.resources.dll-7859902148304CF0E561E0EA608A12AE0C2B5031", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7553635f3afe9edebad5fc7421e1836eb254fc6ac7a04721bb27ec8fd9617174" - }, - { - "algorithm": "SHA1", - "checksumValue": "7859902148304cf0e561e0ea608a12ae0c2b5031" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Client/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.Intrinsics.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Intrinsics.dll-9C4582BA904924DB5D91B050B5C7FF1FC07F8D79", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7b8c57335a163a9429a20d16c65fb6abea03b841335a40fa3848a1edd1c5f542" - }, - { - "algorithm": "SHA1", - "checksumValue": "9c4582ba904924db5d91b050b5c7ff1fc07f8d79" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.AccessControl.dll-F637C4EE12B4F41ED4A4834A6CFD2C46F3C5DC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cf579810f0f93229113bee969b182649768eea74563072d70d1c9c94888234c0" - }, - { - "algorithm": "SHA1", - "checksumValue": "f637c4ee12b4f41ed4a4834a6cfd2c46f3c5dc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Http.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Http.dll-ACFB60E66EAF026BACC59C14B5CC78D43826624E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb30cf9e4c4103cb10de5bbcd4c416831bf0e8b20f57431967ef03615e8109f3" - }, - { - "algorithm": "SHA1", - "checksumValue": "acfb60e66eaf026bacc59c14b5cc78d43826624e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.Cryptography.X509Certificates.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.X509Certificates.dll-EA7DC4E5A35FC0ACA4E23184DDECEA74E81544D4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3b53279d589811c452053cc4a54de298b8c8767c01fafdd7b3ca5be78fa51821" - }, - { - "algorithm": "SHA1", - "checksumValue": "ea7dc4e5a35fc0aca4e23184ddecea74e81544d4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Text.Encoding.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.Encoding.dll-732BED2D73DF08A1B5FA51820A1A60CAD0541A13", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "482ecec5f6ff82d613ac7a87b2e33bacf1859bc727b36dc6162448ae44634968" - }, - { - "algorithm": "SHA1", - "checksumValue": "732bed2d73df08a1b5fa51820a1a60cad0541a13" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Threading.Tasks.Dataflow.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Tasks.Dataflow.dll-4A9A91C31DB209FD569A1A71DC188CAA88D80035", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea8f88cb81fa34e36a4e13100a2ff2a1788831ee73e5d42072a99e26b70935ce" - }, - { - "algorithm": "SHA1", - "checksumValue": "4a9a91c31db209fd569a1a71dc188caa88d80035" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Console.dll-01990A9129D91990CE6FD8AA9A066AFFA399F822", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "628100e5adb94cca276a54aaf1ab02c5b822bd02c0c1efb3535cbec86479862a" - }, - { - "algorithm": "SHA1", - "checksumValue": "01990a9129d91990ce6fd8aa9a066affa399f822" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Transactions.Local.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Transactions.Local.dll-5B0FFCD524AE1256B7620203B97AE21BB3FA2C1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a7020a9f4364912498807e270c1008e1fc606a4926b9cc4d305fd9ce2caeb716" - }, - { - "algorithm": "SHA1", - "checksumValue": "5b0ffcd524ae1256b7620203b97ae21bb3fa2c1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Xml.Serialization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.Serialization.dll-684E3AC8D2404A15E000D0368B931BD68F4B3595", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "83afa0773687bd4284e9f5b9efa324cc505abeb8af60f889438fe37a6367e2cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "684e3ac8d2404a15e000d0368b931bd68f4b3595" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Options.DataAnnotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Options.DataAnnotations.dll-F5C283D3113A2AD5FE6C8AFE866B4904C8F9A442", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a115a02e60b91cca1a34da23772edd9387737a41e306ac555241039cb3a3f7f3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f5c283d3113a2ad5fe6c8afe866b4904c8f9a442" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/freebsd/lib/net6.0/System.Data.Odbc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-freebsd-lib-net6.0-System.Data.Odbc.dll-830DCDE148B29D750373CB30E319FF93053A6D89", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1b8d10c5d4f7347ab27b00dd8f844c380963688c35fdae629394d4803c9bde15" - }, - { - "algorithm": "SHA1", - "checksumValue": "830dcde148b29d750373cb30e319ff93053a6d89" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-arm64-native-libSystem.IO.Ports.Native.so-ED4F2DC77CB040206D3FDF2B7511426E52BF28CB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3fe79c72769cad285ccfdabacdcfa8427a413758120fa321d7cd70d99152d1bd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed4f2dc77cb040206d3fdf2b7511426e52bf28cb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/osx/native/libmi.dylib", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-native-libmi.dylib-97AEA94D4439F28F56AA43E07050BEE70807C351", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7cb0c74b58bf42b5f0d457815e5aa2e21d98038a2c3c97a2bfc56757364ad0b6" - }, - { - "algorithm": "SHA1", - "checksumValue": "97aea94d4439f28f56aa43e07050bee70807c351" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.AI.Agent.Intercept.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.Agent.Intercept.dll-B2C1DFAC9A0257C7D12591FC343BA463BDA701E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1424b556b6f9512da364bef63aade0a668e0cfff7d6243c68a0f2e6d4169a75c" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2c1dfac9a0257c7d12591fc343ba463bda701e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Bcl.AsyncInterfaces.dll-3EFB6A83806C80EBEAAC0B241ED6457804BFA7B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b9e98df450ae2ed89bf07af181e350417435c19d7929b2cacef8ba1d3fe81379" - }, - { - "algorithm": "SHA1", - "checksumValue": "3efb6a83806c80ebeaac0b241ed6457804bfa7b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.IdentityModel.Tokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98eb2ddd00f7a62cb7e6c45dd7826baa857afb2a917682716e2b343c3f7cd1e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8280a4aea2b9d716f4dcf710fc57ba31e3f7878" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6574b3b7faeb0db75c89a7b14dc9447a2ab7c2ba7eaf9d7854185671ee312d10" - }, - { - "algorithm": "SHA1", - "checksumValue": "79fa4e9c54002527b953af20dbb6efa21f740435" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c45d7bcfb22c34cb33965c622ace173c14887d6fe1159910e3465d5f7cfcad" - }, - { - "algorithm": "SHA1", - "checksumValue": "5084fd613904df2c4405beb0a412c485fc5aa847" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Caching.Memory.dll-C327DBBF72AD8873A3CDEE78BE1FE55A649620B2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "093e70ce68c379674fda6ff671fc866f9ddbcfb6a6d8c4885f1934317957519d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c327dbbf72ad8873a3cdee78be1fe55a649620b2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b39e2bd474c6ec1c8e1162759ea4c17b14d1356f4c24dcc7549892229fde5c1f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fc14871577b5abceb656aefc5b2871cf11bf6ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.UserSecrets.dll-44F5CE48FC6CCBB9C183D968F56766803C490E90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d95e7c2c2cdbc8725bfd8fe9fcb81df0cd05a360fa7bd1045ad7e7156c1d7211" - }, - { - "algorithm": "SHA1", - "checksumValue": "44f5ce48fc6ccbb9c183d968f56766803c490e90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/OpenTelemetry.Api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "89ce2c2f75963519790a136ee7fdb67c89c53bfa3389318d045a8dc446f05407" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ad9019837fe1918053ecc00cec15b0b64921c87" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18989199e0323e1f701aa9a6a3698083188f210895d6f6f4571104e9a448f64f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c9a46db5784286b1bf7ba86e2369d7fee3fe9ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.Abstractions.dll-2219FF2E173BF290C5D516F896E9C47D1CF3EB2D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0d4250849827ec159b6b1d94e855513a30bd5504574d8a3fb19a4cc45cf406bc" - }, - { - "algorithm": "SHA1", - "checksumValue": "2219ff2e173bf290c5d516f896e9c47d1cf3eb2d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Options.ConfigurationExtensions.dll-F3074ED144A269576B4C60D4948AD7E8B47966D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19112c22bdb78d3395a8507888b349c7ef43a3296d2b88c70e4da4f21fb3d14e" - }, - { - "algorithm": "SHA1", - "checksumValue": "f3074ed144a269576b4c60d4948ad7e8b47966d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Swashbuckle.AspNetCore.SwaggerGen.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9d1ec49af131255e77ef2a54eec292c9c0bd045727c822d95b65bde28ae40710" - }, - { - "algorithm": "SHA1", - "checksumValue": "a75f3a8de341ca3c6f96515bd2e19c47d66884f8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Collections.Specialized.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Collections.Specialized.dll-AAC4174B6E4F3C67F253A4B2555F0F1F5A523E39", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "299f861c113d2332d1d2d64eca5f85071d971b33f0262d7caa3b3624b5615ee7" - }, - { - "algorithm": "SHA1", - "checksumValue": "aac4174b6e4f3c67f253a4b2555f0f1f5a523e39" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d6edd14982123ce9788de6f142b173cd86ab35fbba22b6367e245150bad8b9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a98a60de74a191807ffb71b4a428a82620fe501" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Configuration.dll-2259884D6EA286FAE7D42C391B1DF9A0392DA1A4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa4ec11a2bcd447c23fe5d7a6489216e37b71cf67c3b98935bf6f662f6a99199" - }, - { - "algorithm": "SHA1", - "checksumValue": "2259884d6ea286fae7d42c391b1df9a0392da1a4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Management.Automation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Management.Automation.dll-FD56E7E0695145741B7CC780CE1D8CFA1429CCF3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d4e7579abed939ca4126565a0c3557101a62b718a2ddd12446a319b849cba99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "fd56e7e0695145741b7cc780ce1d8cfa1429ccf3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/Microsoft.PowerShell.Commands.Utility.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Microsoft.PowerShell.Commands.Utility.dll-AB97A8E9A1DDE3D0692E7A5AFBB1F083738680AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef73c1314077c38fdcc04ae5d3bb495263b963ff95eed5cae6ed77a6967d96b2" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab97a8e9a1dde3d0692e7a5afbb1f083738680ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Modules-Microsoft.PowerShell.Management-Microsoft.PowerShell.Management.psd1-EE8BB515A3A18A38A236FE9B2982A68AFE0CF64B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "89e550052ad5009c08beffa13a44d9a14006f89399d1f20123b6ad629867d5e1" - }, - { - "algorithm": "SHA1", - "checksumValue": "ee8bb515a3a18a38a236fe9b2982a68afe0cf64b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/System.Text.Encoding.CodePages.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Text.Encoding.CodePages.dll-29500B90314EE5E60C7B559AF4A2EEAE5C7F51F2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8df20ea3fe24c75334701f3a444f8327204c433447ca5ea215f421df1945779d" - }, - { - "algorithm": "SHA1", - "checksumValue": "29500b90314ee5e60c7b559af4a2eeae5c7f51f2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.DiagnosticSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.DiagnosticSource.dll-421B65448BC42E79A554CBFC227E9564FA172FF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "63a0a9f28f084872a04345546acf0da9b44334598ecfe3a8e30d9a475ae52c5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "421b65448bc42e79a554cbfc227e9564fa172ff1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-de-Microsoft.CodeAnalysis.resources.dll-1E2921C1CBE9FAC1864C568EDDB76984BC09122E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9d79d99e7917333f655b0f1ca32a7a07533050246c4508b44c32b7e0920039f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1e2921c1cbe9fac1864c568eddb76984bc09122e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.Tools.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.Tools.dll-D7415A6847CF0DAF33EBFB817A7504AD9CCB7A96", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f5a963a7d7697f07114411cdd54ec10cf140e725ccd0ee79706e1bdb0a8a18ae" - }, - { - "algorithm": "SHA1", - "checksumValue": "d7415a6847cf0daf33ebfb817a7504ad9ccb7a96" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ja-Microsoft.CodeAnalysis.resources.dll-5FE670E7C2CF1296160C94911B9DF47A15C319A4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b8d286634331b279413e5f6cf05ddd016595b2bdb7f52a8c050966e27f89187" - }, - { - "algorithm": "SHA1", - "checksumValue": "5fe670e7c2cf1296160c94911b9df47a15c319a4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.PowerShell.Commands.Utility.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.Commands.Utility.dll-8CFEE61F7F5AA8C359AC187B00AC1A41D60F2486", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a9c2c2e57c049a635e3724a6ce21ab7b86fa98ed7c1760d07d1ce905c4ecc8d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cfee61f7f5aa8c359ac187b00ac1a41d60f2486" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ru-Microsoft.CodeAnalysis.resources.dll-A083275A8411D06711D775F2A12261E4691449AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "829fc7d90a7e9059d7edacdf1be0a5793699ea68c9d3a636aa042f15f17658bb" - }, - { - "algorithm": "SHA1", - "checksumValue": "a083275a8411d06711d775f2a12261e4691449ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-E95A69143BA50D4745D7B0C7BE75A1A1411884F8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93bfd275b01347803751f52e12e607fb8358e1bc28f5e0344f4ecd447ed08180" - }, - { - "algorithm": "SHA1", - "checksumValue": "e95a69143ba50d4745d7b0c7be75a1a1411884f8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.WSMan.Runtime.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.WSMan.Runtime.dll-B05C8533B8360571A6FBDE585DFB4E3E79D689CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "49ebc89827829dfa0920e256bfd75695b3e9aa4ce69e867e76c3726598414a4f" - }, - { - "algorithm": "SHA1", - "checksumValue": "b05c8533b8360571a6fbde585dfb4e3e79d689ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3768017bc22abe638fe813b77ef0dfc0d247e6f70f63064c2d6c422563d72ca8" - }, - { - "algorithm": "SHA1", - "checksumValue": "66824afbb37fdfa67f53b8c825ab4acf329c7972" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Options.dll-243B241DDAB6865E5F2178C75FEE08B7EB983B88", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec48c631a4ed150a8a4036ee37e09436820830bd8464503a0bde088ec4893b13" - }, - { - "algorithm": "SHA1", - "checksumValue": "243b241ddab6865e5f2178c75fee08b7eb983b88" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.deps.json-6F874655EA081AB1613749A29B28111E2D3300D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "83f8c4f74a8d25c3e1ac8737b16e5689ce33a08a35a5a38a0277dc2ca684358c" - }, - { - "algorithm": "SHA1", - "checksumValue": "6f874655ea081ab1613749a29b28111e2d3300d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Formats.Asn1.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Formats.Asn1.dll-CED4A63AEF940FA2B8D29EF0720ACFB2C871479C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d2196dc0adcc7b6b3e4517c885607acf1bdb18c3ad22a4de6489865261459aa4" - }, - { - "algorithm": "SHA1", - "checksumValue": "ced4a63aef940fa2b8d29ef0720acfb2c871479c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.DirectoryServices.Protocols.dll-BB34AA18F7FA3AE93B0A945386766E17790847B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5643a91c9b57b80fd350e51eadefce93d05667e7ceb4786af6ac6d7d8989ed0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bb34aa18f7fa3ae93b0a945386766e17790847b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "376d050e033ed73afcbe563f0951c669358aab90d17d0324608d9475d23155d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c26a60ebbf9bf80ef7cd9c7e96957a063d04e952" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c55c5e1e1ef2fe4b2ab64c2b10be19d1ee350ca75e5a12bece19d015f6a87f2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd687dc2da79accde15cffc09f0192d1e4114951" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/Microsoft.PowerShell.Diagnostics/GetEvent.types.ps1xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Diagnostics-GetEvent.types.ps1xml-39699C7BA8E96BD7DD7DFB5D308D8601B7995EAC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9d90a3605647e01f97cd7e0b27cedf6fb7380e77ad899315e454527ef7f214b4" - }, - { - "algorithm": "SHA1", - "checksumValue": "39699c7ba8e96bd7dd7dfb5d308d8601b7995eac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/PSDiagnostics/PSDiagnostics.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-PSDiagnostics-PSDiagnostics.psd1-4FCC5EAC33472D4EA1CD31939824C86B2AE49602", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d76b2b6279bc3f975cce7e9a186468c349f9bd00849531856a7c9439246eb832" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcc5eac33472d4ea1cd31939824c86b2ae49602" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d7863ec46b50ce1361a3af3d9037c8858c9323d04bbdbdfacfb5a0db02c5921" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd657f9838e933ea77665d04551237c6c30cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm/native/PowerShell.Core.Instrumentation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-native-PowerShell.Core.Instrumentation.dll-F3A4176C1328FCE7BAE1E46BFCEFB24B175D4239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bcfe984f67948d24f5dcb738fcab496c34fe5f23ce990ad5a22365f5049fa00b" - }, - { - "algorithm": "SHA1", - "checksumValue": "f3a4176c1328fce7bae1e46bfcefb24b175d4239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/OpenTelemetry.Api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "89ce2c2f75963519790a136ee7fdb67c89c53bfa3389318d045a8dc446f05407" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ad9019837fe1918053ecc00cec15b0b64921c87" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Markdig.Signed.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Markdig.Signed.dll-A030F09EC63F696E608FF72E0888B644C0CA5ED3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "817a78f2d5b7b665f25d571f5448a908245659727e53aeff60de9be8a764ab20" - }, - { - "algorithm": "SHA1", - "checksumValue": "a030f09ec63f696e608ff72e0888b644c0ca5ed3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-5186E6066E81D39C03AE744877415A677AD7A73A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "de568c37c46d8365ab1aead44a11e7ff99f493d551f4cc9b1d43780cb10bbe6d" - }, - { - "algorithm": "SHA1", - "checksumValue": "5186e6066e81d39c03ae744877415a677ad7a73a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9d1ec49af131255e77ef2a54eec292c9c0bd045727c822d95b65bde28ae40710" - }, - { - "algorithm": "SHA1", - "checksumValue": "a75f3a8de341ca3c6f96515bd2e19c47d66884f8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm64/native/pwrshplugin.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-pwrshplugin.dll-257984C04FC7316FDB6B7966180FBA75826FADE6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0fe44970160e0cf6e1da1643f1046cb3eb8cc4d3dc71a2db20a66e23216c852" - }, - { - "algorithm": "SHA1", - "checksumValue": "257984c04fc7316fdb6b7966180fba75826fade6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3d1965df171d178aa4da094349a5e21d688625aed4fae7ad62d31dff7103b317" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d0021dfa733512686d43821f7c24f6f87d4d86e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll-5C547056DA2169D4C9FE83F8D01D0095FD9C2D20", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ebe253cf739a319adc3f2d671014b1637dabc4fb12e4ee26783f6a1de3afde06" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c547056da2169d4c9fe83f8d01d0095fd9c2d20" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Abstractions.dll-05F1029161D625632DFDC7D627F7D31F77CD56C1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f29e195a21da450a93a02cc0f4c2a7d1a178a0ba61654251f9501b5349a81665" - }, - { - "algorithm": "SHA1", - "checksumValue": "05f1029161d625632dfdc7d627f7d31f77cd56c1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win10-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-0D5171655C1C8B434A420C2009D551C2386CD3B8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "02c4c443618f7d15888e25b3e975bf4e4382ff8d8d28f4a1a966845ee30a830b" - }, - { - "algorithm": "SHA1", - "checksumValue": "0d5171655c1c8b434a420c2009d551c2386cd3b8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9380ec2cb2a46fcd19b7aac79b6c8708f38ec7d0a5fc54a335b38aac3f69817e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e837e4d63d4a10f5ed86af9b66654cf8c2bc007" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win10-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x86-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-3104CB15C964AE1C62BAE0D3CC609625DE44AA70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "158e5a3d20a6cdd7b2d1f27ad4d15b5eed5fc1faf6d93f1ca519dd3bfca4c6ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "3104cb15c964ae1c62bae0d3cc609625de44aa70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4cbf940463fcead72e93e2545c4cc4dff7d93508731a3c01cf4a8b64e189b9cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca784dffb5416250b72a84306c7728868094ff37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "732b734cc080278a89a62a393c99816ebdcdfc8bd20cdfa6e88a60ebe7a59f67" - }, - { - "algorithm": "SHA1", - "checksumValue": "efcd1a1e48d12d856f0b6e7c6a9cd26aa9751626" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win7-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-A64B2067E36C663A367F33F8FB1E7476E4CDF9AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc8b14e1deeddd9a749eae01da05c75bfb7ec4797ad91db2ee188b4efb17cfea" - }, - { - "algorithm": "SHA1", - "checksumValue": "a64b2067e36c663a367f33f8fb1e7476e4cdf9ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6af9f016f0316757ad100b613f71ebe827d81296d81cf1f19b7431624f89b683" - }, - { - "algorithm": "SHA1", - "checksumValue": "8615ae14e654c90430be2482582be0e77e0e76aa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win8-x86/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-F5008F0E836706277DBC3D1147DED4A847107D91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a47507e1eb33a821620eefab143f2bf9c7941d207aabafe0bba04dff29727efe" - }, - { - "algorithm": "SHA1", - "checksumValue": "f5008f0e836706277dbc3d1147ded4a847107d91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.Compression.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Compression.Native.dll-2F5CB6135F57C221B6BE8983464647C774210E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eabd297b9b8e59c1ef5124eb3f1cc51a9bb9ae2f740846ec3675015639e95df6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2f5cb6135f57c221b6be8983464647c774210e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll-ABA81BCAEFB2DABE9AB3D10E6DD7AC641EC9A053", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d57a9798c9638d8585fbf97352d71bb9b8151b9980a6b2dca842bc896f25e2d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "aba81bcaefb2dabe9ab3d10e6dd7ac641ec9a053" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.IsolatedStorage.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.IsolatedStorage.dll-7EFAEE65918E78F57E3ACE4B9A9C9C9C9A58537D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3280e236900208f8a495d162ba0c0e92b929937ef8e7efdbe9055efd17b7dd39" - }, - { - "algorithm": "SHA1", - "checksumValue": "7efaee65918e78f57e3ace4b9a9c9c9c9a58537d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win81-x64/native/miutils.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x64-native-miutils.dll-68C36BE7583EF87454BAC9A2DB84C7E84FEDAC4C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86e561151eae53be8022a3d0e0b76e33670e79438c40848b567267907c768a05" - }, - { - "algorithm": "SHA1", - "checksumValue": "68c36be7583ef87454bac9a2db84c7e84fedac4c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5d8ac8f3d565d95561cf763acc6ba08a52213aece170d9b14d59fe943abfb9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "546c88868b733f532737d99b946b33810f4db01b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36d1a55db0bdee687abe9eb91801284079376d92e6bfa8a5bd7b35541ca39549" - }, - { - "algorithm": "SHA1", - "checksumValue": "7d45cd49d9bac62eccfadc7531849af9cfb5c82a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1a3409a1c823a1a726fc88de403c0cea4d67e733744c0010adcbf43389289436" - }, - { - "algorithm": "SHA1", - "checksumValue": "1937309c010bd7449aca160b9b384f9d4557093d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.IdentityModel.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ca294ca9e3b7188e4e7fe5c33cd9fc83eacefdd718c7f4f152a99dfbd18e545f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f232d6b46c6e88cf4b55260c3fdd876a84b3e118" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3768017bc22abe638fe813b77ef0dfc0d247e6f70f63064c2d6c422563d72ca8" - }, - { - "algorithm": "SHA1", - "checksumValue": "66824afbb37fdfa67f53b8c825ab4acf329c7972" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-console-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-console-l1-1-0.dll-8F92C4C1742ECC3A7A20CBC9DA9A3800AB456064", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a3bae0863f4091f51bc4eab2324b576225f191834b90b0d71baf6e0373c84690" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f92c4c1742ecc3a7a20cbc9da9a3800ab456064" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Scrutor.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "59d0a015042d7aff84c43707fe6c00db4bc8194aeaee364ec0222a68d3055d89" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9f4514122d194e8ef5f01797fa8c7299f4245c3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hant/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-System.Web.Services.Description.resources.dll-32A14569E9813E0A7837AE25EA8409B1D99BB367", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "16b4cf20fd6f0e372db4ed3fa6952a1580467ce1e02e75755088c6c159eabecc" - }, - { - "algorithm": "SHA1", - "checksumValue": "32a14569e9813e0a7837ae25ea8409b1d99bb367" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-file-l2-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-file-l2-1-0.dll-C5D6ACCC0CE4CEAF6AE50DE778968AC3922F8920", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5ba0d4cce4c916ae2864a02ee65bc5d3bef1280daf730383aeb9096c2a5ca3a8" - }, - { - "algorithm": "SHA1", - "checksumValue": "c5d6accc0ce4ceaf6ae50de778968ac3922f8920" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58257c5ae55acf9a4a34d2ff01dc07a3830f51d80749e673b679dcf61c9cb99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "97e770f8e34e3010fb82cf5ee0c228c6fc9a7e56" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4024ec2d41adb6282071968961ca148ec28bd3cddba4941be99bdb175d00fbf2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6691f3ea331c03cb73a00f45d8861aa8d26d83a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-processenvironment-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-processenvironment-l1-1-0.dll-DDC8F91B6880B16B6E37A4DEB903255F3F61935F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b6240c5e9edf84ca86e12b1a324e12df9657356ba68e7bc463c2716de700ae18" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddc8f91b6880b16b6e37a4deb903255f3f61935f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e910b25adc9057a3eaa00c30c659c015077e4a97b57d0895d6fac50d96d9ac4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "662d3f82fb5fbe6610c8d338f78273f7d1ca8bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-sysinfo-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-sysinfo-l1-1-0.dll-05D289B678F5470535EC9B84AE21273C55120DC1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2dc9ad1bea162d3afcd754ed7bdae1b27d59f53134f4fe93198a0297edc9de78" - }, - { - "algorithm": "SHA1", - "checksumValue": "05d289b678f5470535ec9b84ae21273c55120dc1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-locale-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-locale-l1-1-0.dll-7259D4AF28AA14551C12060C50F004E7048C12F1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44ae8a37966c8ed48a29aaab2ae6ffea5e1b21adeaecc75479e7220dfa10c48f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7259d4af28aa14551c12060c50f004e7048c12f1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Linq.Parallel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Linq.Parallel.dll-3F7272AE78B840EE6F74E05F24B750B6FCEA5000", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "30c419290fa374da5359c1436339055ed9e5b4749ff1bce39327eaa092a4c4dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f7272ae78b840ee6f74e05f24b750b6fcea5000" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-time-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-time-l1-1-0.dll-F71A3F4B445D7E56A67176A87DC47F96E7479349", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b78e2f50ca211f9e18b41f40a6a07698c3cd7eb2151efa6596b0d124b20e7860" - }, - { - "algorithm": "SHA1", - "checksumValue": "f71a3f4b445d7e56a67176a87dc47f96e7479349" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Azure.Security.KeyVault.Secrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0318a5b4310c29bc9a923fe5c8f77bcfe5d74915e69557aa82505afed5a0ee6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "378c16f9aec43eeff3ccad8976a37b49e572c7e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/appsettings.Production.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c7baf183b608bab2136157f7c9bd3363a2ce47b231242e9668b715f1e6ff2a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "5889351907d3981c19397ca496e788824ea3b904" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Authentication.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authentication.Abstractions.dll-A6D153A03C755B6987638E51C88A5D7E479186A7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "72a31f71261df9ca462ee511f64ec2ab8612bb86c2fe577842f36401de79ba4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d153a03c755b6987638e51c88a5d7e479186a7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.Mail.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Mail.dll-0085135F3D38A58CCA4753233714A918D29F5C7E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0d17f09f49dcce73782ac7e58d1aceac3d79d3d5082df305e185a16d61e97993" - }, - { - "algorithm": "SHA1", - "checksumValue": "0085135f3d38a58cca4753233714a918d29f5c7e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.ServicePoint.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.ServicePoint.dll-D96419E5584AFD5FC8BE3AA2671000D1AA69C969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76aaff4e8177a8ac8878ba6083815f7c4bddb70613132357dc740416a866cb53" - }, - { - "algorithm": "SHA1", - "checksumValue": "d96419e5584afd5fc8be3aa2671000d1aa69c969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Numerics.Vectors.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Numerics.Vectors.dll-7CC6566273CC2C31BEACD10BCB4E644AA7BA70A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d8fe1e82e283ef956f8e055ce145dfde8af2276f0d9cfd442f08eec9f6c5867a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7cc6566273cc2c31beacd10bcb4e644aa7ba70a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Reflection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.dll-1DDE873F12AC9F4314E98E2041D2EB1B5941EAD4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "315654a9cd6795b05051b89cc636b97870d026a3af060b12f59e73e1243418cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "1dde873f12ac9f4314e98e2041d2eb1b5941ead4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Data.OleDb.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Data.OleDb.dll-224F3D3F51C545F882448FBCA4263D9693769E2D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7f7ee462ec5436bf02325fdad0626119c125ba5a5ce4257bd05249cc0e5d1be9" - }, - { - "algorithm": "SHA1", - "checksumValue": "224f3d3f51c545f882448fbca4263d9693769e2d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Resources.Reader.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Resources.Reader.dll-05B1D01A24F29DFED63AEA94AA68A2DF875C1648", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3b2d060aa5a7e142b88e29cde48f7965e718876a76c5a202d10155444b1bd6ec" - }, - { - "algorithm": "SHA1", - "checksumValue": "05b1d01a24f29dfed63aea94aa68a2df875c1648" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.InteropServices.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.InteropServices.dll-5086AD8B296B72CE7EAFCF17FBAC86D3C2C670E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4bd033bb910c25974487027a60a1cf77848330ecc5e9d482918ef06b8774cc8b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5086ad8b296b72ce7eafcf17fbac86d3c2c670e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14213b2b86091b165c3847ebf81e67607ed8942852f5f9e49e6f0041af7c9a56" - }, - { - "algorithm": "SHA1", - "checksumValue": "f255d26a3f4d96a334d063857f951032a2078b99" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.Serialization.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Serialization.Primitives.dll-A2D805C2E91A196F8877731236716B25209782AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9bbe548bf2555a7a7bdf198b6213b69b4b324676f96fbb33e228d04e2a1b5710" - }, - { - "algorithm": "SHA1", - "checksumValue": "a2d805c2e91a196f8877731236716b25209782ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Cryptography.OpenSsl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.OpenSsl.dll-89A4F435319B9CC94B1F03DE68D41BBBF4303F90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "27a67d35cbc405a3d4b72c8a3f25ab34491c7ed34f8ffba1c0d279db0e9db50b" - }, - { - "algorithm": "SHA1", - "checksumValue": "89a4f435319b9cc94b1f03de68d41bbbf4303f90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.IO.Packaging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.IO.Packaging.dll-D5A4D1CE4D22A8EBC330CE3358C084E6A69A4AEC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf37880fb5e1158ca41e0ff0751dd3c3c5d31bd3c918e7ace6999ef42b696b4c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d5a4d1ce4d22a8ebc330ce3358c084e6a69a4aec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Principal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Principal.dll-927359C647667ED7294BEC869C2447D90BDA440A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4a728d7dad3c09ce0b19cb56f199a9fa545ec0e9080e6596fb8e367a6f949ef0" - }, - { - "algorithm": "SHA1", - "checksumValue": "927359c647667ed7294bec869c2447d90bda440a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c9eda5007cfa21d12a617ecfa8d85293ae4977fa3976a1611d2f7fa60ef3d07c" - }, - { - "algorithm": "SHA1", - "checksumValue": "167fa65c727edcd6eb27ef45ca245f80ec1628e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d0656a168afd85be69bbfa6839b84bbbb1876d0e76a51a9b6f5b124d549207cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "f279df94decdce680865cf956e014d0c858d3085" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Components.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Components.dll-6AEB95D1118DC7894A94877D4B7C751548B66B5F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3af74080d13d275e5cf8116d5d8e898628ec26e66a32a75ec0f53e90ade6102d" - }, - { - "algorithm": "SHA1", - "checksumValue": "6aeb95d1118dc7894a94877d4b7c751548b66b5f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63392a894b3e598c14c12f48a6adc90b313afcec765b99b8e7877d893ee6e30" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b3481db429e0803ab14fc02fa095fdf29798756" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Text.Encodings.Web.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.Encodings.Web.dll-5C5F072D729CA80F136B1727A5AD253C4A3BD8AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1426e719dea841d5e5b28b387e4b799f51ef7af2079c9d808fe4dcde28e2673f" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c5f072d729ca80f136b1727a5ad253c4a3bd8ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Cryptography.KeyDerivation.dll-388D89FDCDD84D6057C6CEE48C0237B049F02BD7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f44c8bb7b3650c7d2a92dbd664d698482b301b024083a483bca34999b4ef47e0" - }, - { - "algorithm": "SHA1", - "checksumValue": "388d89fdcdd84d6057c6cee48c0237b049f02bd7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Threading.Tasks.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Tasks.Extensions.dll-06E6F9335C2FB3D22134C43381F575109277CF1F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "465c3476d011ebfc72815bacc476f6713dd8c936820e7cda8ca4798a42b76a3f" - }, - { - "algorithm": "SHA1", - "checksumValue": "06e6f9335c2fb3d22134c43381f575109277cf1f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b955dfb0f27a00fbcb570c419ed316e01ae3c56f2df70deba45a22e7c0597741" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d9a1533782abcdceeda47e890adf49bff11e51d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Web.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Web.dll-E6ED2B573BDA73CC5D77E934BB796B9DFFDDD99B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9bc489f956a47573bc6f92b4cf0ac18ea79bc8392528a4aa8a6726f04d8658d" - }, - { - "algorithm": "SHA1", - "checksumValue": "e6ed2b573bda73cc5d77e934bb796b9dffddd99b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.HostFiltering.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.HostFiltering.dll-C23007C343FA5944AA1B5D69155B61C21B7468F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "71d02d94e2032e09e6c8d8fd8439672e9d283388dff3f1705fd5794d487d67d8" - }, - { - "algorithm": "SHA1", - "checksumValue": "c23007c343fa5944aa1b5d69155b61c21b7468f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Security.Cryptography.Pkcs.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Security.Cryptography.Pkcs.dll-E182C2E992E9C229DB443125EE6CA8CABD99EF8E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb8c4d5f4dd2796d93fd7b6e9a810ceb810d05cc7013970e66897bbbaae52a72" - }, - { - "algorithm": "SHA1", - "checksumValue": "e182c2e992e9c229db443125ee6ca8cabd99ef8e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.xml-1F8998E8F650F896CA6AB32CAFE2E76BE41BE413", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f0541451a70c646531cb95830ab07d5fed229444970dac5994e2da487124915d" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f8998e8f650f896ca6ab32cafe2e76be41be413" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Common.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.deps.json-59718964B8BA641E1B5421C2FD883B2191C77823", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d65364e33bac1ecd4f7051b3cdcf5ce724ce92a2c38e330cb86a0f22a04beccb" - }, - { - "algorithm": "SHA1", - "checksumValue": "59718964b8ba641e1b5421c2fd883b2191c77823" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "052b55155139ea5eade09be9bb6e2d6949beff596e96d26409c7255155bae1ae" - }, - { - "algorithm": "SHA1", - "checksumValue": "05a84e1d949053d92e092c6216b11d7ea8eee0fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93c5a637050583146347c76cb32165af83cdd9b113dfd0d812fedac79c82c8eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5cc0cbd4353f01f135ac361aaf6f20c60511c803" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Xml.XDocument.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.XDocument.dll-4B55C93EBFE2E8F5554732A3C6F944BA8D342D44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f9b5a5f5705e6187e7f1958880ace7bb3221bde65a23518d514ec6529f5b0e41" - }, - { - "algorithm": "SHA1", - "checksumValue": "4b55c93ebfe2e8f5554732a3c6f944ba8d342d44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.ServiceModel.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.Primitives.dll-9F2B94576BE10A41F7C379EB6A03D36E796E3884", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3bec0d08a2cbebd03d0838cc66495349786042f282450eabc0dc6abf49d12dbf" - }, - { - "algorithm": "SHA1", - "checksumValue": "9f2b94576be10a41f7c379eb6a03d36e796e3884" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Debug.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Debug.dll-4140D573312BF50435BC391ADB333D58BF401619", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e160cd1bf6b3496b97ce3b222392ecc198f1da09fd3dc8cd158b49093e49bd73" - }, - { - "algorithm": "SHA1", - "checksumValue": "4140d573312bf50435bc391adb333d58bf401619" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57fe61270789edeb4127f7b4423c17f7a5ca0a74aa831cbe98fca216bd5afea0" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bff84b6df28941d5d157abd4edea3d9cb0ee90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Windows.Extensions.dll-6F90DDC3DDE6AFDD7183AE8B4951EB970E12DD73", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a41437f3b29b347c50fea46b5e578154e72cf3e53565940a42528cb6d66428af" - }, - { - "algorithm": "SHA1", - "checksumValue": "6f90ddc3dde6afdd7183ae8b4951eb970e12dd73" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6574b3b7faeb0db75c89a7b14dc9447a2ab7c2ba7eaf9d7854185671ee312d10" - }, - { - "algorithm": "SHA1", - "checksumValue": "79fa4e9c54002527b953af20dbb6efa21f740435" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c45d7bcfb22c34cb33965c622ace173c14887d6fe1159910e3465d5f7cfcad" - }, - { - "algorithm": "SHA1", - "checksumValue": "5084fd613904df2c4405beb0a412c485fc5aa847" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Http.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.dll-4330488E0A146E6DC41D6AB3E7DDC2240798D730", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c2ce5ba4e6accf4c37e5e90580632389948ce78f87e67d544c53104f26bb348" - }, - { - "algorithm": "SHA1", - "checksumValue": "4330488e0a146e6dc41d6ab3e7ddc2240798d730" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b39e2bd474c6ec1c8e1162759ea4c17b14d1356f4c24dcc7549892229fde5c1f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fc14871577b5abceb656aefc5b2871cf11bf6ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Localization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Localization.dll-C94A727968DC661B0C5EB989EFA6F86ADAF9C649", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "62bf96ec537d0f143e16abf776b9721a8462b0189b00108ca4b4677da6b9d34b" - }, - { - "algorithm": "SHA1", - "checksumValue": "c94a727968dc661b0c5eb989efa6f86adaf9c649" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c06e9bbb28323ed8545a9056ca0ce8cfb774d00a8590f2d5bc007ea2256d9fa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd5be9f1082775f663acf2bde4b3f23f271956bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.dll-569079CD7E26A6D98F67A3AE4BDFE45EC1ACA63F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1923e134101f658c7609008f3299d141a01021676641e34ad186a540151ba06e" - }, - { - "algorithm": "SHA1", - "checksumValue": "569079cd7e26a6d98f67a3ae4bdfe45ec1aca63f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.Versioning.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14213b2b86091b165c3847ebf81e67607ed8942852f5f9e49e6f0041af7c9a56" - }, - { - "algorithm": "SHA1", - "checksumValue": "f255d26a3f4d96a334d063857f951032a2078b99" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Namotion.Reflection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Namotion.Reflection.dll-AA0D607DC2A089F210F488879041524A1BE149E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5bfcd56ab6425e8a0351cede3481801bf07d1cf88cf6bbfb5cd1b7e5ff5c5e86" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa0d607dc2a089f210f488879041524a1be149e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Routing.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Routing.Abstractions.dll-432514374C0484F3E202C5F23E711336DA972224", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "56b5a98283b5c6ac40473cfb3462db03c7c22ecb2a5d75b12748b82e441e3fde" - }, - { - "algorithm": "SHA1", - "checksumValue": "432514374c0484f3e202c5f23e711336da972224" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/it/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-System.Web.Services.Description.resources.dll-08B36B21683A91E88B5E2029BCA9B195CC530E03", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7cca58294746cd66862d22f71ea2702370ea2eda91f335b6df9a9be5c8a8b871" - }, - { - "algorithm": "SHA1", - "checksumValue": "08b36b21683a91e88b5e2029bca9b195cc530e03" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll-9E56AB809B40D50F8CA141B95835ED8CE6AA2C89", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "48d32264b173ce15721b3f2b8d25f16fbe0c153be71f621a6b08866952cc0786" - }, - { - "algorithm": "SHA1", - "checksumValue": "9e56ab809b40d50f8ca141b95835ed8ce6aa2c89" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287809a6eddbf2c6df40a10302bafeec5bb95c0f4d7ce9fea9a341d5930fe152" - }, - { - "algorithm": "SHA1", - "checksumValue": "5257bc4e04fd736bd253121b31bccb87e222e23e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ja/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-System.Private.ServiceModel.resources.dll-EA4E36A24E1B64C9F0A4AB0BB2D81F6FC3744B44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f0800de9f670154e505519c6c12badfbb0fc8900996e2c444bffd06cc3dc1cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "ea4e36a24e1b64c9f0a4ab0bb2d81f6fc3744b44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Data.SqlClient.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Data.SqlClient.dll-5C01E910FE60E3C3D62D0949BB6E3BFF738EE42C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e01f45fedf761065ce5780c82d8bd56dfebb94106ac36cec544cb3b7966c6c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c01e910fe60e3c3d62d0949bb6e3bff738ee42c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.WebUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.WebUtilities.dll-DFF92E9483264ACC0E08AF6852A8CF238793008A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "29c5ca7024f3e3a6ff50f73807a4910bf24c4f7ba6926d6522978a60dee26651" - }, - { - "algorithm": "SHA1", - "checksumValue": "dff92e9483264acc0e08af6852a8cf238793008a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5d8ac8f3d565d95561cf763acc6ba08a52213aece170d9b14d59fe943abfb9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "546c88868b733f532737d99b946b33810f4db01b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.IO.Ports.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.IO.Ports.dll-9D07176E88F102DE89FEF0885A50EAA09C5EECF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7d346af53e79430a5211ac582db5f20960ed067fe2cbc091fada49372db656fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "9d07176e88f102de89fef0885a50eaa09c5eecf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36d1a55db0bdee687abe9eb91801284079376d92e6bfa8a5bd7b35541ca39549" - }, - { - "algorithm": "SHA1", - "checksumValue": "7d45cd49d9bac62eccfadc7531849af9cfb5c82a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3d1965df171d178aa4da094349a5e21d688625aed4fae7ad62d31dff7103b317" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d0021dfa733512686d43821f7c24f6f87d4d86e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1a3409a1c823a1a726fc88de403c0cea4d67e733744c0010adcbf43389289436" - }, - { - "algorithm": "SHA1", - "checksumValue": "1937309c010bd7449aca160b9b384f9d4557093d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/Microsoft.Win32.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.Win32.Primitives.dll-3A25C1B337D966D1C9E698937683B7761DAB0D5B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7f8d6da36b73d5f44e1fcd7c00a54077504c0ff55243055027d441ccb6acdf06" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a25c1b337d966d1c9e698937683b7761dab0d5b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/System.ServiceModel.Security.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.Security.dll-2F94AD0E6CE0415A9C00E6FCDF0EEB52F9DD304B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a0921141ae7bcd08874e4ec505b5a8df3ae3ec5b49d7d8e2eb5ee6e2bdb6ab0" - }, - { - "algorithm": "SHA1", - "checksumValue": "2f94ad0e6ce0415a9c00e6fcdf0eeb52f9dd304b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.IdentityModel.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ca294ca9e3b7188e4e7fe5c33cd9fc83eacefdd718c7f4f152a99dfbd18e545f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f232d6b46c6e88cf4b55260c3fdd876a84b3e118" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Collections.Immutable.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Collections.Immutable.dll-4890B10E1A1137AE1C3759BBB0509D1151F94631", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9f2ff8002270421498e725a1aa35d3f754fa9359eaf858f04be72f193749b5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "4890b10e1a1137ae1c3759bbb0509d1151f94631" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.ComponentModel.TypeConverter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.TypeConverter.dll-16E13D43D3230DE8AF6DA985717F63A5E6DF898B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "750db4ff72fd2f820864b3b9dc19a0867b4038de4802bb659d26e8cee854971a" - }, - { - "algorithm": "SHA1", - "checksumValue": "16e13d43d3230de8af6da985717f63a5e6df898b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Svc.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4005d3989161a519fa6be148e2a41de287dc616acd9391bbe89d003d90c04c7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de55111f817351392130730ccef44665e266d5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Diagnostics.Debug.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.Debug.dll-4B166C4D4B933444AB0433CA2FEBB4BCF2B39592", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c195cf4a575031d5e6de57c8c8ed9c8c2a5173afbadf0edcb98c993418c65bb" - }, - { - "algorithm": "SHA1", - "checksumValue": "4b166c4d4b933444ab0433ca2febb4bcf2b39592" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Scrutor.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "59d0a015042d7aff84c43707fe6c00db4bc8194aeaee364ec0222a68d3055d89" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9f4514122d194e8ef5f01797fa8c7299f4245c3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.CommandLine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.CommandLine.dll-8AD56ABD0C2F8EDA6092E7FE2B1DEE066A73BCB6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e2404dfa76d507a08f59881656530cf343e8ab77d8476cd483332529b4e63724" - }, - { - "algorithm": "SHA1", - "checksumValue": "8ad56abd0c2f8eda6092e7fe2b1dee066a73bcb6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Diagnostics.Tracing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.Tracing.dll-A540143A51E975A1A145DA2ED44BD1D58317A2AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a4c5973511a3e3f780c3d164035683109d351c90638fadaca3a1b65fcfcb8a8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "a540143a51e975a1a145da2ed44bd1d58317a2af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4024ec2d41adb6282071968961ca148ec28bd3cddba4941be99bdb175d00fbf2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6691f3ea331c03cb73a00f45d8861aa8d26d83a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Xml.dll-F0E4D0D998A173AAE515CA69930073A102762753", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "50a814cd48f39ed221b6f33f8ea755b745429a31bd29797e1f6fa148e9c98523" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e4d0d998a173aae515ca69930073a102762753" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Globalization.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Globalization.Extensions.dll-ED95DC79D1D1ED20FB042DE193E2D88E64A19809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8f16f8b234d7c181049dc057a4e27e4e2788b0d4333f2305df9817d8d6bf48c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed95dc79d1d1ed20fb042de193e2d88e64a19809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd2351347020a366a5c436389380a3b12b7d4d9470c5e09bec01f0bc8b27cbd7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7e80c5fd0b09000bcdebb54085e23f22ad29ca1c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4005d3989161a519fa6be148e2a41de287dc616acd9391bbe89d003d90c04c7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de55111f817351392130730ccef44665e266d5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e910b25adc9057a3eaa00c30c659c015077e4a97b57d0895d6fac50d96d9ac4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "662d3f82fb5fbe6610c8d338f78273f7d1ca8bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.FileProviders.Composite.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Composite.dll-E28B04DFCD860B8E884A1147E46C9C27C9A26125", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7da24f533d52bf1195be4b972d2c48a33b04725b9d70c23164abe8eae51af899" - }, - { - "algorithm": "SHA1", - "checksumValue": "e28b04dfcd860b8e884a1147e46c9c27c9a26125" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.FileSystem.DriveInfo.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.FileSystem.DriveInfo.dll-25B92561C7647CA532118A2844271FDC54C33B5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01170c17b823b6b686fae71b54a0f904e24755a87c5d0368c7a1fabfdc82ebb5" - }, - { - "algorithm": "SHA1", - "checksumValue": "25b92561c7647ca532118a2844271fdc54c33b5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1a3409a1c823a1a726fc88de403c0cea4d67e733744c0010adcbf43389289436" - }, - { - "algorithm": "SHA1", - "checksumValue": "1937309c010bd7449aca160b9b384f9d4557093d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Linq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Linq.dll-01779495A6DF14D92581C8CBF16A47AB21A08C1C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c0922ab2dcd1c903c8cb170cd13ab54ec66bbc98048cb9413d04212c32e34520" - }, - { - "algorithm": "SHA1", - "checksumValue": "01779495a6df14d92581c8cbf16a47ab21a08c1c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Identity.Stores.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Identity.Stores.dll-0F2163AD38F0FE50C38823BF24A2339B2419591E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "140e9abe87e1f614abc1be7acc91a3a90352b955f78c4254405556e782e0855d" - }, - { - "algorithm": "SHA1", - "checksumValue": "0f2163ad38f0fe50c38823bf24a2339b2419591e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.HttpListener.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.HttpListener.dll-71E29D2FAE117DF28A75EA4DB10D37F1C777B97F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ba8c3faae5c4694fc0b57b80c3fd637da7c37d8eda44ecbe3847038fc94bbcda" - }, - { - "algorithm": "SHA1", - "checksumValue": "71e29d2fae117df28a75ea4db10d37f1c777b97f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.IdentityModel.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ca294ca9e3b7188e4e7fe5c33cd9fc83eacefdd718c7f4f152a99dfbd18e545f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f232d6b46c6e88cf4b55260c3fdd876a84b3e118" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.ServicePoint.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.ServicePoint.dll-C0ACCFEE57AE5F7714337B241499A8E5341D59F4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86c6f65e5f18ffa8aacfb8b714b46aa38c116070ea84b2dbecc53fc608a217d8" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0accfee57ae5f7714337b241499a8e5341d59f4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.dll-DA6A3E6C43745A726D74957ECF74A75209580782", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6e1aafa22c37de684ed1b211c0fb288924f19a9d9a0fdb59a107af1f027ac555" - }, - { - "algorithm": "SHA1", - "checksumValue": "da6a3e6c43745a726d74957ecf74a75209580782" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Swashbuckle.AspNetCore.Annotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b58ff2067dbe7692986b4ddde05ff01844949304287d2f8c87d884eed1043fc9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9abe5135a961496f1a5d6adafeb105c7fbae3d7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76f6aad721703635e963bf214b94f1cc7fe124ef5a9878f96400453086a79f3d" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa1f017db08a1cefbb2a3c48c56e56de59f5ab77" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Numerics.Vectors.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Numerics.Vectors.dll-CCFA647CD5A74D25A6DCBDFF9B4C668F4B78322D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "81d0ab3868bf01016f5c18433c6d261b096f0208fb59f523cf9cb5c99866045a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ccfa647cd5a74d25a6dcbdff9b4c668f4b78322d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Primitives.dll-BE4327908372C1C470C4D899EEBCE9A19F995A65", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aef9110d1c40cd33d598b33f3ac8ed5590e3f12f9c122e6e7eca52374ef90000" - }, - { - "algorithm": "SHA1", - "checksumValue": "be4327908372c1c470c4d899eebce9a19f995a65" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Reflection.Metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Metadata.dll-A9B2AF656905E986CC4CCC263DA24B7597DF0C6F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54b4130b0c95f359fede29bfba1d787f358fecf9c29e53aa84c6081a6348bfa5" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9b2af656905e986cc4ccc263da24b7597df0c6f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d6edd14982123ce9788de6f142b173cd86ab35fbba22b6367e245150bad8b9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a98a60de74a191807ffb71b4a428a82620fe501" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ja/System.Web.Services.Description.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-System.Web.Services.Description.resources.dll-D3C059BA4EB6650985A2A390C5F7F8F6856A70E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d14df9ab2c2174176ace04aa5efca5c7b5b2b9f42787325013b046d211a0fb12" - }, - { - "algorithm": "SHA1", - "checksumValue": "d3c059ba4eb6650985a2a390c5f7f8f6856a70e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Net.Http.Headers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Net.Http.Headers.dll-8D29DAE388BEC85993E4EEE1043F04D3F69CACB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ab2fea45498e58973a80ab6168a452fbe7db5f83a57f85a306647f0d1fa758fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d29dae388bec85993e4eee1043f04d3f69cacb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ko/System.Private.ServiceModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-System.Private.ServiceModel.resources.dll-8EC8AE25568E8CA5C546AF4DA7CAD42E662E606D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "058375c8d2d69e9d4dc8e1bbb81a2791c2685451ce9d474e754e0f7779858846" - }, - { - "algorithm": "SHA1", - "checksumValue": "8ec8ae25568e8ca5c546af4da7cad42e662e606d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.dll-E4BDCA9ECBB378C22D803AA92DB4B987AEF66E6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f71fe3f5151658b092fbd7683dafb8d67a649b7dab327ec26f2a348d2f900b2f" - }, - { - "algorithm": "SHA1", - "checksumValue": "e4bdca9ecbb378c22d803aa92db4b987aef66e6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/Microsoft.Win32.Registry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.Win32.Registry.dll-3E4785BE7D990B18BC7720286D5E00E709DC4D91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3d1c06b1b0f6c8cba197205eebf282ff264a7a075ea87cf0ad00d6ea6726769d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e4785be7d990b18bc7720286d5e00e709dc4d91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Collections.NonGeneric.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Collections.NonGeneric.dll-5B2B03839A325E793AA9DA0FD30A97439DEB7B8B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa319b89ed12057c23d2559cd182056b73b4965f12244ec569fb485ae0c6bc73" - }, - { - "algorithm": "SHA1", - "checksumValue": "5b2b03839a325e793aa9da0fd30a97439deb7b8b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.Serialization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Serialization.dll-43BEDDC6DA0FEF9425342092F08E73C7CEAA5324", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6cd7252fc5ec008bba6b023bb17e206e575285007b4331db3e46803befe15252" - }, - { - "algorithm": "SHA1", - "checksumValue": "43beddc6da0fef9425342092f08e73c7ceaa5324" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Configuration.dll-2259884D6EA286FAE7D42C391B1DF9A0392DA1A4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa4ec11a2bcd447c23fe5d7a6489216e37b71cf67c3b98935bf6f662f6a99199" - }, - { - "algorithm": "SHA1", - "checksumValue": "2259884d6ea286fae7d42c391b1df9a0392da1a4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.Cryptography.Cng.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.Cng.dll-1E1D1D6BF8C95F9591E986FDE657965AB46D6A09", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4aa493f148bf9483718b3e6910e4b90a296f8358a5e43e3ed89a07e0edf42fde" - }, - { - "algorithm": "SHA1", - "checksumValue": "1e1d1d6bf8c95f9591e986fde657965ab46d6a09" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/OpenTelemetry.Api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "89ce2c2f75963519790a136ee7fdb67c89c53bfa3389318d045a8dc446f05407" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ad9019837fe1918053ecc00cec15b0b64921c87" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Diagnostics.DiagnosticSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.DiagnosticSource.dll-A8E07FA1251545E0AE9CD06100E38F59F8300D97", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b7907da525cf56267f0ea40b2de9f23c4c4957bd656237a67a193fe9962edfb0" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8e07fa1251545e0ae9cd06100e38f59f8300d97" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.Principal.Windows.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Principal.Windows.dll-7CECF71F0BB0BCCA1C41C3599FFFD4DBCB61D4FD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "668208741e1bd80173452c4f02e5447921991f48ee5c3931583ce2a7a7028697" - }, - { - "algorithm": "SHA1", - "checksumValue": "7cecf71f0bb0bcca1c41c3599fffd4dbcb61d4fd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9d1ec49af131255e77ef2a54eec292c9c0bd045727c822d95b65bde28ae40710" - }, - { - "algorithm": "SHA1", - "checksumValue": "a75f3a8de341ca3c6f96515bd2e19c47d66884f8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.dll-32521B8F84D0D02EA0C8394875262961081FA1F9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b270ac413076f2fb10c557e5a792ce3a7c6a77008237547a9adc9a11c3f4ca8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "32521b8f84d0d02ea0c8394875262961081fa1f9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.Json.dll-ED03CC2F6A1A267B8319891B7FB669DAA90027EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac0519dc6da8ade66ce469e8e8ff744d4e7a6efb3a2a061b81f154b07a50b399" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed03cc2f6a1a267b8319891b7fb669daa90027ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.Compression.Brotli.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Compression.Brotli.dll-1BFFAA1F3F9D49AC615361036FA61F3E9B5AB540", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "71e7704576f5a8701cf441888d30c6e03d0073b465170d5ab859bbca0ab2da8c" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bffaa1f3f9d49ac615361036fa61f3e9b5ab540" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3d1965df171d178aa4da094349a5e21d688625aed4fae7ad62d31dff7103b317" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d0021dfa733512686d43821f7c24f6f87d4d86e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.Messages.dll-FBCF59D08AACDAADCD4D04DB203BC595E5FB4718", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1ed4fcefa529cdca6387d05797b8ba26797d15e6a8e64595ce9ffb5883e72f57" - }, - { - "algorithm": "SHA1", - "checksumValue": "fbcf59d08aacdaadcd4d04db203bc595e5fb4718" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Threading.Tasks.Parallel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Tasks.Parallel.dll-85EFFA8CB1630B805DBA8AE67BA28B4F9476C9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a562944c240b76564d73b1ecb61695a4a1b8db53b9d0b81bcbaed9b4dcb0a7c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "85effa8cb1630b805dba8ae67ba28b4f9476c9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.IO.FileSystem.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.FileSystem.Primitives.dll-097AE31DD0DF1DD0082DFEB095496CD0E655BB12", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cf5a468803827c646b55f2f82098c4638f7acce61de2e95cefeb5c71b4136946" - }, - { - "algorithm": "SHA1", - "checksumValue": "097ae31dd0df1dd0082dfeb095496cd0e655bb12" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Web.HttpUtility.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Web.HttpUtility.dll-1303D6B024C43E5D7A7A69699615FD896160EC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d422d33ab0570f4e2fcbce895b423ad4063966a85650768ebc5174898c644fb4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1303d6b024c43e5d7a7a69699615fd896160ec9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Linq.Expressions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Linq.Expressions.dll-BDC9B3B87CD1804C9116190E7FF43E23509803D9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "40b9d9582d617490b5c3fde008ef851b34ba08b697f79f4bdc1bd73d3a92040a" - }, - { - "algorithm": "SHA1", - "checksumValue": "bdc9b3b87cd1804c9116190e7ff43e23509803d9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Xml.XmlSerializer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.XmlSerializer.dll-8BBD391B0202BEC716125D60FAC4738F0652AE23", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7be96b7414877a656dd9835141fd474eafd63bd62aebe5d677a3b11812aed61d" - }, - { - "algorithm": "SHA1", - "checksumValue": "8bbd391b0202bec716125d60fac4738f0652ae23" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.Mail.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Mail.dll-BA9191AC74ACD5F747EB26F5EDB54E6BE2070A35", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8fd396ba82da2ff35b32009bfaa5aaa81950cdc869275055c4c93373a3804030" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba9191ac74acd5f747eb26f5edb54e6be2070a35" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-CoverletSourceRootsMapping-C1ED2B69AD28F2DF7E7A0B3CA67E79C9C78F0C5D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c1ce46fa88abf9a7dcdff7c9523fd557198dbd0e5f9afd315ee7397d955b82" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ed2b69ad28f2df7e7a0b3ca67e79c9c78f0c5d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Net.Sockets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Sockets.dll-266CDA4917C5BA26ECE8635F4C88F200AA3D4785", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "046304eeef828127811b201331921d3dbe2a6cec1b86397ca21a9260b2e74516" - }, - { - "algorithm": "SHA1", - "checksumValue": "266cda4917c5ba26ece8635f4c88f200aa3d4785" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.WorkerService.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6b247a9281e1becf8148339229849f045bc36e3a1fea4c679cca95a45953a0a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4909059073fada020c0d33d98cb00254716b2e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ObjectModel.dll-FF97F09E08AB51C44D3F942A49FDBC44EFA9F2CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22ca41df30db57665732352f19e6163edfa94615b22403eb53bc61f5ca2d2f2e" - }, - { - "algorithm": "SHA1", - "checksumValue": "ff97f09e08ab51c44d3f942a49fdbc44efa9f2cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Reflection.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Primitives.dll-E76FA8143325DCFDB9C83A4C79F060F0C6AD23F5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "83daf48ee227a979e4faa3dd20ccad411d4e296d245260df1f136a44222b052d" - }, - { - "algorithm": "SHA1", - "checksumValue": "e76fa8143325dcfdb9c83a4c79f060f0c6ad23f5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4cbf940463fcead72e93e2545c4cc4dff7d93508731a3c01cf4a8b64e189b9cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca784dffb5416250b72a84306c7728868094ff37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Extensions.dll-15DCA50758F6C25FAA073B8721A7502316951732", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "16af0e0fd12bd28209385a3911b56bc235be29d7a5183934d3a4d1f03765d344" - }, - { - "algorithm": "SHA1", - "checksumValue": "15dca50758f6c25faa073b8721a7502316951732" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Runtime.Serialization.Formatters.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Serialization.Formatters.dll-6E48C140B7B7B710B38A1B75BDD0A95D0031121F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d40b1c48538271fe39c771fbd39e6fcf4b9b7eaa09429a310a69dd86407ef111" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e48c140b7b7b710b38a1b75bdd0a95d0031121f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/linux/lib/net6.0/System.Data.Odbc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-lib-net6.0-System.Data.Odbc.dll-7E601DBB2070B8BE94F0EBADD1A0B0F9A75E34A5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7376fa35e7a1ec710290671878de22dbe27de9975a640b6d2c054ab3d9b1d58d" - }, - { - "algorithm": "SHA1", - "checksumValue": "7e601dbb2070b8be94f0ebadd1a0b0f9a75e34a5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.Cryptography.Csp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.Csp.dll-DE3D45BC594EF73826E21F67A0BE5EC9A4A6063E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "783548b667846c4e0e8d099e883952c56353ebe2372bec98c649ea8aa4fe0848" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3d45bc594ef73826e21f67a0be5ec9a4a6063e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Security.SecureString.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.SecureString.dll-7DA4A3BDBC095DB6B0F44AABBD6D87325F8D8389", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342785f402e934c60a60fc7108ebaf222113a3d02fb1f1ba6a61e17e734f36e7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7da4a3bdbc095db6b0f44aabbd6d87325f8d8389" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/linux-x64/native/libpsl-native.so", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-x64-native-libpsl-native.so-808F53AFE0BF16D29321B86A38152E7E8F12B318", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d00a0c6ef33002df444bbf1a02387629ac4b1b0e1fd068ace332fdc39feb63a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "808f53afe0bf16d29321b86a38152e7e8f12b318" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Text.RegularExpressions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.RegularExpressions.dll-1F5F37BF7BD0359EB2C267F86291B06B6B6E97BF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0474d22dedac2e555fbe05f830584e6a89debe915d4df6130b5b5a2b365eac9" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f5f37bf7bd0359eb2c267f86291b06b6b6e97bf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Threading.Thread.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Thread.dll-33B55E33B4E973FC2A837238DF11CB20D3C4A451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a923ba7cf32662ae086d94d5543cb066121c386c766c8af9ac1806758a2aca29" - }, - { - "algorithm": "SHA1", - "checksumValue": "33b55e33b4e973fc2a837238df11cb20d3c4a451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d6edd14982123ce9788de6f142b173cd86ab35fbba22b6367e245150bad8b9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a98a60de74a191807ffb71b4a428a82620fe501" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Windows.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Windows.dll-FFA532755670F2C5A5062D23E3E89AC7423BA21D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "208059663ce28e72849279dfe64aaa25633c7895e456c692cef1a2b49bbe98da" - }, - { - "algorithm": "SHA1", - "checksumValue": "ffa532755670f2c5a5062d23e3e89ac7423ba21d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/mscordaccore_amd64_amd64_6.0.422.16404.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-mscordaccore-amd64-amd64-6.0.422.16404.dll-F459A93171E28CC92862BF3E824D1FE16138CA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0396635750efebe45898248b4522c2ee2d99f2e045f78321d8eb9748c005e99b" - }, - { - "algorithm": "SHA1", - "checksumValue": "f459a93171e28cc92862bf3e824d1fe16138ca92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/System.Xml.XPath.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.XPath.dll-1AD512EBDB9AC1937CBF94AFB5EFF55184E7742C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "895483f153f67c954f80c75b2ee9dae5067a1062d8c318a53b0a2f8f2bdbd682" - }, - { - "algorithm": "SHA1", - "checksumValue": "1ad512ebdb9ac1937cbf94afb5eff55184e7742c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287809a6eddbf2c6df40a10302bafeec5bb95c0f4d7ce9fea9a341d5930fe152" - }, - { - "algorithm": "SHA1", - "checksumValue": "5257bc4e04fd736bd253121b31bccb87e222e23e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-arm64-native-libSystem.IO.Ports.Native.dylib-2589EB5020A6A81D24AEC8E3E6ECA4D569A54C2B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be55febb7374d5eb38e22c79863767c62353558660737aa58df4ee891f92e94e" - }, - { - "algorithm": "SHA1", - "checksumValue": "2589eb5020a6a81d24aec8e3e6eca4d569a54c2b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/OpenTelemetry.Exporter.Geneva.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "40277b808709c26a3efb46265723f3aef7339e37ab06fb5aae207438048ce191" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d3c94822298f36fb03a1a4736296ac6a961f71b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.AppContext.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.AppContext.dll-DB04CDC3C1575733C8F1C1E75694F065372439AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2fb981b2d1e1f4ed8a3c0f8cce566967363fa8f401c9779f91798787444205db" - }, - { - "algorithm": "SHA1", - "checksumValue": "db04cdc3c1575733c8f1c1e75694f065372439ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5d8ac8f3d565d95561cf763acc6ba08a52213aece170d9b14d59fe943abfb9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "546c88868b733f532737d99b946b33810f4db01b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-lib-net6.0-System.DirectoryServices.Protocols.dll-0B8298723FD4370DFBD5F83D92B834391CB4A8E6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "405d757d5e33a0d2bd31996edd6837cbd7ab8e2d271552ba990a074907a45540" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b8298723fd4370dfbd5f83d92b834391cb4a8e6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36d1a55db0bdee687abe9eb91801284079376d92e6bfa8a5bd7b35541ca39549" - }, - { - "algorithm": "SHA1", - "checksumValue": "7d45cd49d9bac62eccfadc7531849af9cfb5c82a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.ComponentModel.DataAnnotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.DataAnnotations.dll-BC020F2CCCC85F93F386E32971FA5C61877A5D19", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57041afd12ed361347932e30e745ad590e4103f45537da136fd627b8f1afe937" - }, - { - "algorithm": "SHA1", - "checksumValue": "bc020f2cccc85f93f386e32971fa5c61877a5d19" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1a3409a1c823a1a726fc88de403c0cea4d67e733744c0010adcbf43389289436" - }, - { - "algorithm": "SHA1", - "checksumValue": "1937309c010bd7449aca160b9b384f9d4557093d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Core.dll-BD6E73CA6ED73F66BEC93BEBFB0AE152D315A185", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea08e2a9e231715fadace1e6f57d284af3a73eddfc3004cc3658d983d7ac5b56" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd6e73ca6ed73f66bec93bebfb0ae152d315a185" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/appsettings.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ec657e434d0c26ec82560f0aa397fa956b83ff16a27c3f5b45fbea8728ee0d6" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed29cc79d6f882dfdae1deeeb5c5ab8095c82cfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.IdentityModel.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ca294ca9e3b7188e4e7fe5c33cd9fc83eacefdd718c7f4f152a99dfbd18e545f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f232d6b46c6e88cf4b55260c3fdd876a84b3e118" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/Microsoft.PowerShell.Security.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Microsoft.PowerShell.Security.dll-9D340F81A3F5BA2DCD43EC2C93A476C02938918B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ff3427eb6604b7abef425be5f329489cb45365397f74fc8d34fd30659fe7488" - }, - { - "algorithm": "SHA1", - "checksumValue": "9d340f81a3f5ba2dcd43ec2c93a476c02938918b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bebc2cce50ac7d8131b3382aafde9a2381db25be424fa89e333b0c078fd78cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7960c8b8e3b3888b7fe27e549499a5d98555ac4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/nunit.engine.core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb1ebf3f000519a423e712c72fd3a68917cb568f804ab324448d708073deac85" - }, - { - "algorithm": "SHA1", - "checksumValue": "2559f0e79baea59ff1c6ce54f411ceb7d79e0fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Scrutor.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "59d0a015042d7aff84c43707fe6c00db4bc8194aeaee364ec0222a68d3055d89" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9f4514122d194e8ef5f01797fa8c7299f4245c3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b47495a9d0db4d28010ad07ea421b9e8588933d5bc7145780a8d4b8c5dcd6447" - }, - { - "algorithm": "SHA1", - "checksumValue": "10005cdea27776f5f88e3ccaa131be56acf276a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4024ec2d41adb6282071968961ca148ec28bd3cddba4941be99bdb175d00fbf2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6691f3ea331c03cb73a00f45d8861aa8d26d83a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e910b25adc9057a3eaa00c30c659c015077e4a97b57d0895d6fac50d96d9ac4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "662d3f82fb5fbe6610c8d338f78273f7d1ca8bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.pdb-56D17AE4D71134385E0647DFBE5D2137C881B56E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0545baeda281f9d2fdb8477bfc243be0ed578bcd50528ee0e00480b2422227eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "56d17ae4d71134385e0647dfbe5d2137c881b56e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "884a5b6dd9e34dd52c64d2fa64d8ec73e9c52dedb80e87da055bda0dba14e389" - }, - { - "algorithm": "SHA1", - "checksumValue": "294957268f8d2514127453edbc7012dbc0e20a7f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63392a894b3e598c14c12f48a6adc90b313afcec765b99b8e7877d893ee6e30" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b3481db429e0803ab14fc02fa095fdf29798756" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f7b0c759fcba056aaeeca21cf580d32e0de91064bfc12a6b413d4fac112b0b6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "67a97fa064a998f63aa4639fa8d989035a957111" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-errorhandling-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-errorhandling-l1-1-0.dll-850BF85CE8D59F96661525404208211EEC1122B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e59b59183fd3d9f4bb836c4cb19e05c7d49ea1e9ee367298128c60f549c7a7a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "850bf85ce8d59f96661525404208211eec1122b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/linux-x64/native/libpsrpclient.so", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-x64-native-libpsrpclient.so-5BA7C1A1E4E699F528E03BC556E3E1C7C9491B96", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7abcff8cadbc24e303732cba39a9b19af9e9fdf6ae70af504ccb7f5ba6605d9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5ba7c1a1e4e699f528e03bc556e3e1c7c9491b96" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-libraryloader-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-libraryloader-l1-1-0.dll-2442708F3055C28F47DE39102EDBECECFF38041A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fb6078e4444bcca187949ad7ad55cd2e38e4d2d350ee7d1d0e1ba8358f0873a1" - }, - { - "algorithm": "SHA1", - "checksumValue": "2442708f3055c28f47de39102edbececff38041a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-rtlsupport-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-rtlsupport-l1-1-0.dll-4439EE15DB5B160A012BD015656A4EFA42367490", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "724a7856f96443d09dfb3f52d55f029b1b89735638281d512be2a78729b2b42b" - }, - { - "algorithm": "SHA1", - "checksumValue": "4439ee15db5b160a012bd015656a4efa42367490" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-x64-native-libSystem.IO.Ports.Native.dylib-E71243E636F87F7D671422DE40CCDCEE1916A5DE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42bb97b35984e3f5dee9ee5d274c52145fc3e7ae20d4224e9d8b45c890e465f7" - }, - { - "algorithm": "SHA1", - "checksumValue": "e71243e636f87f7d671422de40ccdcee1916a5de" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/appsettings.Development.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "888f6a7984249c3c4c848293b81b7676be5565050a5a8e3e31ad154b8f4f8734" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f2fad65c3d41a041abe344fa21f5975d67c0af5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-convert-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-convert-l1-1-0.dll-C818750F2E5F23265E29449ED12C6671589D61FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee868a2d4d1a7bfb0e35d5dc6f7899c4dbd5467ceb642ce531e1c03780ca6fb6" - }, - { - "algorithm": "SHA1", - "checksumValue": "c818750f2e5f23265e29449ed12c6671589d61fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-process-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-process-l1-1-0.dll-221D247064C2A06E7D9EBD9A29BE4772B3E0ED51", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a11a6bf1299dfce4fdeb642244263b46fa8f94efa052b9d7c2e0f0965593c880" - }, - { - "algorithm": "SHA1", - "checksumValue": "221d247064c2a06e7d9ebd9a29be4772b3e0ed51" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/appsettings.Production.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c7baf183b608bab2136157f7c9bd3363a2ce47b231242e9668b715f1e6ff2a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "5889351907d3981c19397ca496e788824ea3b904" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/createdump.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-createdump.exe-A7D279F0A714D05194ECBF6ADAA1C614CAC79F5D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a31719c74c7e533fe647b57b8c0ddcb239e3e28b945bd63d0ba4c27c5f81fdc" - }, - { - "algorithm": "SHA1", - "checksumValue": "a7d279f0a714d05194ecbf6adaa1c614cac79f5d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-System.Drawing.Common.dll-E0D6C66B3004B1920C5649FC60D6D1BC8ABA30D3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c687f776862ba190afcc0d40acf48e489a3663f3d8c1fb3ec406b28e9e6aabb" - }, - { - "algorithm": "SHA1", - "checksumValue": "e0d6c66b3004b1920c5649fc60d6d1bc8aba30d3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.EventLog.Messages.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.EventLog.Messages.dll-B453F2811AF5A0AEBB71FF310DFE91B7F32A2303", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "441fa031dc0b010fccfc663f1765d5c113dca58e261fd077d6e9447d60b81d7c" - }, - { - "algorithm": "SHA1", - "checksumValue": "b453f2811af5a0aebb71ff310dfe91b7f32a2303" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.Tracing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.Tracing.dll-E309476678E67052F2F5827AADBFF6B02E38C9ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "664dbf0b103aeb87eb09e128035eaf6742860a1345c00530a857f7fffe8c06f7" - }, - { - "algorithm": "SHA1", - "checksumValue": "e309476678e67052f2f5827aadbff6b02e38c9ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.IdentityModel.Tokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98eb2ddd00f7a62cb7e6c45dd7826baa857afb2a917682716e2b343c3f7cd1e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8280a4aea2b9d716f4dcf710fc57ba31e3f7878" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Globalization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Globalization.dll-B5683ACBAEFBF9693C4A80AF444F31D3FA5CC950", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3094dc38fd19f21cc2a68b4cff65782d46d2188cd9cf66c912a284a69e7f501b" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5683acbaefbf9693c4a80af444f31d3fa5cc950" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Authentication.OAuth.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authentication.OAuth.dll-22D3F06B0D400C2057DDF6AE0C6320356097A914", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0eb15d344484130e2f379dd72f57bea6847212281a200a89a8b9ed0face788d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "22d3f06b0d400c2057ddf6ae0c6320356097a914" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.dll-B0AEF17B919FF9B243987A8541FE1C1FEC913F96", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b3932dadc44d3f25e7a2464e7b3dea6b13fa6df3adb5d58ff306a15af3c09ffd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b0aef17b919ff9b243987a8541fe1c1fec913f96" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-32A08A01AB6D85DDB96A1B4D1337D6F46031A4A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "73a57d3159e5a76cb1f05d0791224f21c3023559b30054da6f2a0930565d1cc1" - }, - { - "algorithm": "SHA1", - "checksumValue": "32a08a01ab6d85ddb96a1b4d1337d6f46031a4a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-netcoreapp2.1-System.Data.SqlClient.dll-AA9B2967BDBFE6C2FBB75F4D29FAD18DEEAC9A09", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3f38a7611c3673719a9e6e44cb0ce921422e63777a8007be2c6f0ff2b614925e" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa9b2967bdbfe6c2fbb75f4d29fad18deeac9a09" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.WorkerService.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6b247a9281e1becf8148339229849f045bc36e3a1fea4c679cca95a45953a0a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4909059073fada020c0d33d98cb00254716b2e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Connections.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Connections.Abstractions.dll-7C1AEF3BE07DE354F8F8C3854A4B83A843BB900E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ccfdf4cd1eb6fa7a7833751af24a81f9f7a3523720f6d02f0069f3e85b8919e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "7c1aef3be07de354f8f8c3854a4b83a843bb900e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Diagnostics.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Diagnostics.Abstractions.dll-AC19E6A7247F866425B95E4ABE32D1E937367E3D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ea111cb876134a973ac6b7fee16aa3668d264896eddc5f949082367dbcd8670" - }, - { - "algorithm": "SHA1", - "checksumValue": "ac19e6a7247f866425b95e4abe32d1e937367e3d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.Pipelines.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Pipelines.dll-FF9AE218D537A7F278F408C0D9E98244307EAA8B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7e0b1b4c62b17b43237394c734aa244d9c328ee8b6b683fe8bd927d7f613be30" - }, - { - "algorithm": "SHA1", - "checksumValue": "ff9ae218d537a7f278f408c0d9e98244307eaa8b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Annotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b58ff2067dbe7692986b4ddde05ff01844949304287d2f8c87d884eed1043fc9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9abe5135a961496f1a5d6adafeb105c7fbae3d7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Html.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Html.Abstractions.dll-720D1B30D3D9CD029F0433129CB6309FFAC6EEED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7cc12277e7d0ff6710f1b9a7b1b33b8d536a7e2624975e8939b9cb41f90e4c74" - }, - { - "algorithm": "SHA1", - "checksumValue": "720d1b30d3d9cd029f0433129cb6309ffac6eeed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.PowerShell.SDK.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.SDK.dll-4C0BF3B5CA58C114B88056FEB4700718E3AD18BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b35dd1040e9f51c4f1c9d2d7493882d62db5bc45823b1253035b737761f8c836" - }, - { - "algorithm": "SHA1", - "checksumValue": "4c0bf3b5ca58c114b88056feb4700718e3ad18ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Microsoft.PowerShell.Security.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.Security.dll-7CAC5C79B6EF39975BE9167EAF99138C0B4231B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "768d85810f8c3accd957fead580d75f73d3d4f770b6671ba5706abceb6352f14" - }, - { - "algorithm": "SHA1", - "checksumValue": "7cac5c79b6ef39975be9167eaf99138c0b4231b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "376d050e033ed73afcbe563f0951c669358aab90d17d0324608d9475d23155d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c26a60ebbf9bf80ef7cd9c7e96957a063d04e952" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.dll-8580C9A62B7A8327EC79331EF26F1073A9D0A17B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6a4acc14b01da88de9f3426feed49689b4dcb917f953448228e62a30360edda8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8580c9a62b7a8327ec79331ef26f1073a9d0a17b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5d8ac8f3d565d95561cf763acc6ba08a52213aece170d9b14d59fe943abfb9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "546c88868b733f532737d99b946b33810f4db01b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.NetworkInformation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.NetworkInformation.dll-BD27875BD684147A9F3B282655470BB9EDF75CC7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "163f458dc44bb9a554d41f6fcb94edf545a722fe2a1d3fd1d8ffecbd983e9301" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd27875bd684147a9f3b282655470bb9edf75cc7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d6edd14982123ce9788de6f142b173cd86ab35fbba22b6367e245150bad8b9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a98a60de74a191807ffb71b4a428a82620fe501" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.HttpLogging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.HttpLogging.dll-BCDDD14E07996EB5A3D341EF2DA068FC8DF5E26D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f1e883cac8d5160c375a2ef1010c62463f2e21d2f595a5f5e5694820529c4987" - }, - { - "algorithm": "SHA1", - "checksumValue": "bcddd14e07996eb5a3d341ef2da068fc8df5e26d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a62d69a0bfa00ad252a1cfa99fa7f41caef0169eb828cdd8aa7d4684d478c821" - }, - { - "algorithm": "SHA1", - "checksumValue": "b382e3ecf622bf5f6d7d1e02d7d17d0f4da38777" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c9eda5007cfa21d12a617ecfa8d85293ae4977fa3976a1611d2f7fa60ef3d07c" - }, - { - "algorithm": "SHA1", - "checksumValue": "167fa65c727edcd6eb27ef45ca245f80ec1628e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.xml-05E7CFBD14C2F24AA3742C5A6C304B9817EADFC1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a4495f31ed441609b11c24a8941c31a7581636d47b90fd01823ec25a47cb58f" - }, - { - "algorithm": "SHA1", - "checksumValue": "05e7cfbd14c2f24aa3742c5a6c304b9817eadfc1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.TestsCommon.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c7f32153b3c0dbeab6ea56f5df96dc92ffae9d1e8580f05b7e454cd27861f42" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba17bb80ef60c1e34354a2e544a0981328bd96f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7cadff89864104ced5cbb961a7950c1fbc0c793bd31fd957b415dd6c50861c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c920f91d43b9b76f6bb5a2b791be2a3792e6533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c7f32153b3c0dbeab6ea56f5df96dc92ffae9d1e8580f05b7e454cd27861f42" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba17bb80ef60c1e34354a2e544a0981328bd96f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.WebClient.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.WebClient.dll-96275FDEB89B60A220648E16896B4A7381CC5757", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b53651146279b2f9198fcc51eef86e01dda7ea3089c663bcbb1f8e08c3282a8" - }, - { - "algorithm": "SHA1", - "checksumValue": "96275fdeb89b60a220648e16896b4a7381cc5757" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.ApiExplorer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.ApiExplorer.dll-2D9F8A7AD93CC47AAA82C2DA851D93C65FE52392", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e0d158a983c6be3d68adeb3c3b513ddf05d3a59b42c3ea51788163e4758bee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d9f8a7ad93cc47aaa82c2da851d93c65fe52392" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a407051ebca24397e916525b1a4e24da596ef8242e26ad76bba73aae5c44208" - }, - { - "algorithm": "SHA1", - "checksumValue": "8decd43a00c4bee03e709bf066e41f6b3a6e79ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.Razor.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Razor.dll-393DC8D689951B7019895E43E38FB7FCD33D795F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ee135caf098100b17e3f25fd71357a2ad7fac7836f577a18c87904f101e7240" - }, - { - "algorithm": "SHA1", - "checksumValue": "393dc8d689951b7019895e43e38fb7fcd33d795f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.ResponseCaching.Abstractions.dll-6FD57460FCB00599B28C63E62933AA89D1086F73", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "113819f704325eb3b44edc1e3767a785dc9854a3eccd9e2a8110b9e611ba2576" - }, - { - "algorithm": "SHA1", - "checksumValue": "6fd57460fcb00599b28c63e62933aa89d1086f73" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Server.IISIntegration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.IISIntegration.dll-4DA4C8B51C726849504D31C8A055398BEE37DB43", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f429bd398e65a306a69e5a417f2d6fe78a89a48c5afb6b06efd2b8109551605b" - }, - { - "algorithm": "SHA1", - "checksumValue": "4da4c8b51c726849504d31c8a055398bee37db43" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.SignalR.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.SignalR.dll-BFB3458E95F3342EC2C35276B7C7DACD3EB07A73", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f99977924facb9019cc6a2bb6d688ed81c2525b3d8c39defe707bad0d60c7a88" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfb3458e95f3342ec2c35276b7c7dacd3eb07a73" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Filters.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fe8cc7be1bdb94c1848c6f3a6ffe12e0fe4bd62c68375fcc452b2e69f1ba9df2" - }, - { - "algorithm": "SHA1", - "checksumValue": "322eb1043eb16d6a7e81c2ac4afacf692df10d8c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestTool.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.exe-C5224882FA86D9D5E03C5BDBDE4FFFD4E4357B04", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ee616962c33b3499c4b3814febd1fd8531206b9a4e9987d136057cc7d015db" - }, - { - "algorithm": "SHA1", - "checksumValue": "c5224882fa86d9d5e03c5bdbde4fffd4e4357b04" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/System.IO.Pipelines.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4d360e5f7b2232cfbf5ede287314161c9aa85d9178af153b5af1880885301d0" - }, - { - "algorithm": "SHA1", - "checksumValue": "087abdd0481f248af577c786f47618712eec7227" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Configuration.CommandLine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.CommandLine.dll-8632A647C2F76BEEB32215B8822AF31D8E6FF4BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aff47eb24f2a7d1a7f49669bbf365e4df53757aab6eaa162bb7b6b94ef9b132c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8632a647c2f76beeb32215b8822af31d8e6ff4bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.Messages.dll-FBCF59D08AACDAADCD4D04DB203BC595E5FB4718", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1ed4fcefa529cdca6387d05797b8ba26797d15e6a8e64595ce9ffb5883e72f57" - }, - { - "algorithm": "SHA1", - "checksumValue": "fbcf59d08aacdaadcd4d04db203bc595e5fb4718" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff28c78f9087f34f7b742963b9a27a8ff85cd0fa7b61ae2bea9e9abf8ce0ad4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd979575e9121e803d3a37be452215230ccc8990" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7a7c4c761fb3d1cf12b57931409cc6f39d2bf5a243265f33a807a202c94569" - }, - { - "algorithm": "SHA1", - "checksumValue": "aff3cb336b8d3f73814b74b96d12a13df29f26ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57fe61270789edeb4127f7b4423c17f7a5ca0a74aa831cbe98fca216bd5afea0" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bff84b6df28941d5d157abd4edea3d9cb0ee90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Management.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Management.dll-E9A84F4A4A5903466903C8188F0416D7852B5EDE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8b7333c8f97bab01d6a2c8ade2779f8cc18a741aca5b5506dfe68eb7d5dc85f" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9a84f4a4a5903466903c8188f0416d7852b5ede" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Windows.Extensions.dll-C5379D2F86B42EBF14BECB164D680A430AE8E1A7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ea1a0cfec3c76b2ffbc1d8cffc8ee04d11383b9f5f3174db9871ab19e1040a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c5379d2f86b42ebf14becb164d680a430ae8e1a7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Azure.Security.KeyVault.Secrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0318a5b4310c29bc9a923fe5c8f77bcfe5d74915e69557aa82505afed5a0ee6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "378c16f9aec43eeff3ccad8976a37b49e572c7e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Security-Microsoft.PowerShell.Security.psd1-CB15127DD8D9321558417A98ED88E784CCD03963", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2064f2e4d2d9bdb8bceb19a41bd8b3500361f8b5aae164a101f28f2cefd449dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb15127dd8d9321558417a98ed88e784ccd03963" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3f147f5a937438524addf2c2a0e9859be7e36bfbe34c265c4375d4d5092d9534" - }, - { - "algorithm": "SHA1", - "checksumValue": "cae3c6e58b684063f0e186abe438abc960adb426" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.CSharp.dll-271B909B47777B866A12CC6620073EED0EFD6BA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "111a8fc9dbdd22470a245372203ff737aa829e9eb5e10d21452ada2f0bffce11" - }, - { - "algorithm": "SHA1", - "checksumValue": "271b909b47777b866a12cc6620073eed0efd6ba6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-529DEE69F881B5FE6B213E2BE154697828E3123C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "409a7334464fe0d9ecab3184905d522a42b3b0131626d79ab6dea749af49f6c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "529dee69f881b5fe6b213e2be154697828e3123c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "376d050e033ed73afcbe563f0951c669358aab90d17d0324608d9475d23155d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c26a60ebbf9bf80ef7cd9c7e96957a063d04e952" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Caching.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Caching.Abstractions.dll-B16AB0A5AFDAED9773C08A865317A6365A31D73B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6468deabe4c03a55bac6420b65cb357c62ce9bb8cbcbb58cbd57b79c965e0d46" - }, - { - "algorithm": "SHA1", - "checksumValue": "b16ab0a5afdaed9773c08a865317a6365a31d73b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm64/native/mi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-mi.dll-3E4FFB6829D480E8478C61378EDDFF067BECC52D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e4de705084d3e56c9d0f98f187fb1f702e887575a77e9fdda37cf1ca4c5c1efe" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e4ffb6829d480e8478c61378eddff067becc52d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c55c5e1e1ef2fe4b2ab64c2b10be19d1ee350ca75e5a12bece19d015f6a87f2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd687dc2da79accde15cffc09f0192d1e4114951" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.Ini.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Ini.dll-2D91AC2F26BF60A4DD72F0B4321FC9368AE98BE0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be97eaba124f137fee807a3afe1aaacf41fbc67ac115491946a06d53dd7df696" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d91ac2f26bf60a4dd72f0b4321fc9368ae98be0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7cadff89864104ced5cbb961a7950c1fbc0c793bd31fd957b415dd6c50861c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c920f91d43b9b76f6bb5a2b791be2a3792e6533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-3D667AAD288F24D4C354381FD40A454AEC86599C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54b531974f38265e3fa5e21170828108d97c70a29ff9a52cf7bf20a60ff0263a" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d667aad288f24d4c354381fd40a454aec86599c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-x64/native/sni.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x64-native-sni.dll-A6213B2B8D8A0FB13E15EE42CE75EFAE5F5B4195", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c3b1969b16d5fca5729245438495285e101c0963c842029e128a35a2fb1f1bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6213b2b8d8a0fb13e15ee42ce75efae5f5b4195" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f7b0c759fcba056aaeeca21cf580d32e0de91064bfc12a6b413d4fac112b0b6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "67a97fa064a998f63aa4639fa8d989035a957111" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Hosting.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Hosting.Abstractions.dll-867F64460324A4A41DF1A175111D2D218D7CC785", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1cb7a7ed39d8d8693cc2a1e7e133f1ab68fb8a08d26e545dc846a019365aad89" - }, - { - "algorithm": "SHA1", - "checksumValue": "867f64460324a4a41df1a175111d2d218d7cc785" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "150af2dac14a573e88d16ba3059ee596e5831bdcdd213febb15c595e8e56b2e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "83bce1daa6eab39c91678e8e8f8afa86221e0487" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.ObjectPool.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.ObjectPool.dll-BF48769325486AF3A59F18F63D53865444748F9A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "02facaf0b53824b009fe583d6379cc385a5882a74c22cef276c1c345c9e65383" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf48769325486af3a59f18f63d53865444748f9a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cfeafbca346d7019c606a15a732f20f118e595f0b3b5837e1628940cdfcfe9a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "1102bbf6741848cb33eb6224beda2abe27be61b5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win10-x64/native/miutils.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x64-native-miutils.dll-44C410A706F12181DA82851FCC29E004D20E9C3C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "094ecb201fc48b798c004b90280924e21f88420bfa19d514b5c1be1cb1c31adc" - }, - { - "algorithm": "SHA1", - "checksumValue": "44c410a706f12181da82851fcc29e004d20e9c3c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.IdentityModel.JsonWebTokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1164d1f88e0b94d034b1a4d2ae3de7e8c816c77ca786328818fa0a876bbc9b9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fe5f8670301a959e45f5558792cbd5807a4fb53" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win7-x64/native/mi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x64-native-mi.dll-6BBD903E1A375D7172AB5AB931B3D2A0606FFF3E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "616c19a2b03857b9c7f36ff66c33afae89e82361b9e776859a80728f0590e9e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bbd903e1a375d7172ab5ab931b3d2a0606fff3e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Win32.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Win32.Primitives.dll-EA11A0FFE7B00C0F8201C3CC7E278B44730361D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "450977c7c9ee125be350eed72f9d3cee5a823c42dff87617be410552625a2e8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "ea11a0ffe7b00c0f8201c3cc7e278b44730361d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287809a6eddbf2c6df40a10302bafeec5bb95c0f4d7ce9fea9a341d5930fe152" - }, - { - "algorithm": "SHA1", - "checksumValue": "5257bc4e04fd736bd253121b31bccb87e222e23e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win8-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-0D5171655C1C8B434A420C2009D551C2386CD3B8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "02c4c443618f7d15888e25b3e975bf4e4382ff8d8d28f4a1a966845ee30a830b" - }, - { - "algorithm": "SHA1", - "checksumValue": "0d5171655c1c8b434a420c2009d551c2386cd3b8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93c5a637050583146347c76cb32165af83cdd9b113dfd0d812fedac79c82c8eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5cc0cbd4353f01f135ac361aaf6f20c60511c803" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76f6aad721703635e963bf214b94f1cc7fe124ef5a9878f96400453086a79f3d" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa1f017db08a1cefbb2a3c48c56e56de59f5ab77" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win81-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-0D5171655C1C8B434A420C2009D551C2386CD3B8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "02c4c443618f7d15888e25b3e975bf4e4382ff8d8d28f4a1a966845ee30a830b" - }, - { - "algorithm": "SHA1", - "checksumValue": "0d5171655c1c8b434a420c2009d551c2386cd3b8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win81-x86/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x86-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-6327AEC011E3A1E65432A3ED6F52B61B29754AAC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9442e5ea8d611756ef26db5915423b1825b42627ca82d26459a2864bd929f2c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "6327aec011e3a1e65432a3ed6f52b61b29754aac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/OpenTelemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58770f0e864fcca58cb874971c3352dd13e646814a2ab72c4cf77808e6b978dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "690f954fa0a5b8fedc4b4e2617388a3a8866abfe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a407051ebca24397e916525b1a4e24da596ef8242e26ad76bba73aae5c44208" - }, - { - "algorithm": "SHA1", - "checksumValue": "8decd43a00c4bee03e709bf066e41f6b3a6e79ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Swashbuckle.AspNetCore.Swagger.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580c018dd11d694eb36e10f1030957ecec54ba39c7f08e094a0fd2804b8df3e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f5f74e698966244f692a3c8ec4fbf9c6c38e7c9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-CoverletSourceRootsMapping-F3D4BFF76ECAE36B05D07D66A85C0B2E11195F21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8381214975dada603af0b213f41bdd360d16aa4e2f3b21327c97280f3745ce23" - }, - { - "algorithm": "SHA1", - "checksumValue": "f3d4bff76ecae36b05d07d66a85c0b2e11195f21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.WorkerService.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6b247a9281e1becf8148339229849f045bc36e3a1fea4c679cca95a45953a0a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4909059073fada020c0d33d98cb00254716b2e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll-1861789395C178D14DB6223061E2662B08FA2B12", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "afdca20506c135a52d757045172755fa340681d4e79691b4e16817ca8ddc4ea6" - }, - { - "algorithm": "SHA1", - "checksumValue": "1861789395c178d14db6223061e2662b08fa2b12" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/msquic.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-msquic.dll-65998DEFF8A30FD126518DC38FE4E003170F8C62", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "757c60b6ba02dd9c3663825bb536276f95322f562041861d30296209199cc36f" - }, - { - "algorithm": "SHA1", - "checksumValue": "65998deff8a30fd126518dc38fe4e003170f8c62" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3768017bc22abe638fe813b77ef0dfc0d247e6f70f63064c2d6c422563d72ca8" - }, - { - "algorithm": "SHA1", - "checksumValue": "66824afbb37fdfa67f53b8c825ab4acf329c7972" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d17f2f2bba2970c7ef40a8a318faf338fd2872266c155510171c33fcb5e26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a2f542a375e71f8776617acfec2aa8164f400bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Swashbuckle.AspNetCore.Filters.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fe8cc7be1bdb94c1848c6f3a6ffe12e0fe4bd62c68375fcc452b2e69f1ba9df2" - }, - { - "algorithm": "SHA1", - "checksumValue": "322eb1043eb16d6a7e81c2ac4afacf692df10d8c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d7863ec46b50ce1361a3af3d9037c8858c9323d04bbdbdfacfb5a0db02c5921" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd657f9838e933ea77665d04551237c6c30cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95dff7d344cb012fe07af3afa79ae11c64c55be4f54b391b0590e4b64c995bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "140acec58a587a9c9e3bb8f530cb09cfacaf4bb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-file-l1-2-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-file-l1-2-0.dll-D2058481E6A4C6552D4DB75EA42FB76EB4C973FD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5fc335879ea082f374ed3e751acd78f7f5cf6d1a655758018b2d4cab43ad0153" - }, - { - "algorithm": "SHA1", - "checksumValue": "d2058481e6a4c6552d4db75ea42fb76eb4c973fd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.IdentityModel.Tokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98eb2ddd00f7a62cb7e6c45dd7826baa857afb2a917682716e2b343c3f7cd1e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8280a4aea2b9d716f4dcf710fc57ba31e3f7878" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-namedpipe-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-namedpipe-l1-1-0.dll-EC3D32C4F9781A9E63984CFF53DF23F8C9A83C63", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e29a6adeb9eda06ea747ab2acd212bac2a90d4f5f2ae841cf71a667d8e42023" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec3d32c4f9781a9e63984cff53df23f8c9a83c63" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6af9f016f0316757ad100b613f71ebe827d81296d81cf1f19b7431624f89b683" - }, - { - "algorithm": "SHA1", - "checksumValue": "8615ae14e654c90430be2482582be0e77e0e76aa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Swashbuckle.AspNetCore.Filters.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1924b981a3c8def00313fc12e6828ddb6dcc19ad232d3dcc22c9d8fc9aabc69b" - }, - { - "algorithm": "SHA1", - "checksumValue": "55b596abfa450b498d8cccbe64d69c07e4b3664c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-synch-l1-2-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-synch-l1-2-0.dll-54303B099118AA63A958E213069A96C0C34E4C5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3423540ceacaad1f4db70d4404c6905c0311278b1a7e6044e248801ea1f64d24" - }, - { - "algorithm": "SHA1", - "checksumValue": "54303b099118aa63a958e213069a96c0c34e4c5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-heap-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-heap-l1-1-0.dll-8D858FF99495861473BE61D50FD6300F530D3087", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e63e7d2a456d2069f624ee20cfa6354cb2d361c62d5136a8d77b6667d0d3cab5" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d858ff99495861473be61d50fd6300f530d3087" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/ES.ToolAuthProvider.Abstractions.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-ES.ToolAuthProvider.Abstractions.csproj.nuget.g.targets-ADE27DD8D26A20C47B7BCBC3C3465368DF9D67A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "687b80e7878ede9811d298c4dc1a60269921bd919257312cf7a9e9255d771aea" - }, - { - "algorithm": "SHA1", - "checksumValue": "ade27dd8d26a20c47b7bcbc3c3465368df9d67a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/System.IdentityModel.Tokens.Jwt.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3ec36bb42e44c0202e1b43440a7f6cb6764b2b3e2d8a23b20a375dc5f0403" - }, - { - "algorithm": "SHA1", - "checksumValue": "5006411473e54d48541c43a63de87376d09e2f82" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-string-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-string-l1-1-0.dll-17A78C90B3E74DF09B22B82CA441A937BF9B683C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e98ec9dd07d83613372d9a9a955d1ff5c3d17fa880763220819015ca0f8a460" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a78c90b3e74df09b22b82ca441a937bf9b683c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/ES.ToolAuthProvider.Abstractions.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.csproj.CoreCompileInputs.cache-2206ADB8FCB4880819B2FCBA364D37C3BB482F96", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c12762de3d546dbbc362a66b94fcbb52320c65e8dec7ef6f34de1515b7d1091c" - }, - { - "algorithm": "SHA1", - "checksumValue": "2206adb8fcb4880819b2fcba364d37c3bb482f96" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/System.Diagnostics.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Diagnostics.EventLog.dll-0C6C6F92CA2A27EC0DE1863BFC58C33F152A7F91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "25bbabba8af28e9885953c9a1eb7e9895625969c7d399c0075bdbf0c3f2f2d5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6c6f92ca2a27ec0de1863bfc58c33f152a7f91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e910b25adc9057a3eaa00c30c659c015077e4a97b57d0895d6fac50d96d9ac4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "662d3f82fb5fbe6610c8d338f78273f7d1ca8bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/ES.ToolAuthProvider.Abstractions.UnitTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85ca83b20b4e226d226764867ff658e50116e12d6babb92b165ce5cce82242ca" - }, - { - "algorithm": "SHA1", - "checksumValue": "858628ec5472f10d6ab0ec1d828d1e5dac0385b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Abstractions.UnitTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll-0D338A1BAE14DD589E8874A2FAEC935E925E40CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3b4bbb57955bd1537cd0a5098653c8466c362f77ed81108c6ffeb9f1df3d879c" - }, - { - "algorithm": "SHA1", - "checksumValue": "0d338a1bae14dd589e8874a2faec935e925e40cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.ClientRequestHandlers.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.AssemblyInfo.cs-CE6FA9D76F8885B426EDF24D11E50C4C66D7664A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4def4d0f16b47b8f5ae9429036ab65e0fc0f6818eedb18e53d00dc01626baebb" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce6fa9d76f8885b426edf24d11e50c4c66d7664a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.GeneratedMSBuildEditorConfig.editorconfig-7C920C29BCE46E549CB6972039D089941FD23D37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bfdbdef2b854ab67b456e568452863764092ba61d130c960b016041789aee154" - }, - { - "algorithm": "SHA1", - "checksumValue": "7c920c29bce46e549cb6972039d089941fd23d37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05420c22963f1a47eabd481d0ccc21e6a0bdffb45a5fc6566b133caffd81ce93" - }, - { - "algorithm": "SHA1", - "checksumValue": "48996f808679b703a476147829f95bad90d468ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-fibers-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-fibers-l1-1-0.dll-340392C0E6FD1FBF0392F127A62979920217CA90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d76912480750e6d6751a66439312da035963b038db74595b0fb10c0c28be566" - }, - { - "algorithm": "SHA1", - "checksumValue": "340392c0e6fd1fbf0392f127a62979920217ca90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.AssemblyReference.cache-963D571BD17D32D87694091E391668AE3AADC526", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "693183f27cb1aef60c55ef913bbd5da5674c5e7b82d7b234295d97dcc93c2766" - }, - { - "algorithm": "SHA1", - "checksumValue": "963d571bd17d32d87694091e391668ae3aadc526" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-localization-l1-2-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-localization-l1-2-0.dll-F9B56A379C265E652C913E49786BE21E5AE2E20D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9c9036ca3e90e94257e7af269b79d4cc1fdeb1c4e28131c448333f49701e2dc0" - }, - { - "algorithm": "SHA1", - "checksumValue": "f9b56a379c265e652c913e49786be21e5ae2e20d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.xml-225672C411E257135A672CC9309664E95DF562BF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "03c3ef2ffc59918c5e6cfe91017f1fa858d0aeb49a450d77e1585b353c786cee" - }, - { - "algorithm": "SHA1", - "checksumValue": "225672c411e257135a672cc9309664e95df562bf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Collections.Immutable.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Collections.Immutable.dll-4CB06BF8A5BA69A27B7BC36B85736C2021FB407C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a8310b561010bc59bcd95747e97533a10964961c2daf980f800cc113879fc6c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "4cb06bf8a5ba69a27b7bc36b85736c2021fb407c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-string-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-string-l1-1-0.dll-4D16A8BC8F2B78A44337CC3218032725E9E00C3F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d00c2a0cb0879f607540f005be9c250187c07a2d52b25d197941f662ff596446" - }, - { - "algorithm": "SHA1", - "checksumValue": "4d16a8bc8f2b78a44337cc3218032725e9e00c3f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-environment-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-environment-l1-1-0.dll-4633519B66E56B73D6CCBADA0897C5E7356A448F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d1d27614e0a06c0c85feeb679dfc0041d1522da309d09a98ac08f5f52dc5fad" - }, - { - "algorithm": "SHA1", - "checksumValue": "4633519b66e56b73d6ccbada0897c5e7356a448f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/ES.ToolAuthProvider.Extensions.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.GeneratedMSBuildEditorConfig.editorconfig-4119E5FB0958DC3BC3B1E5BCC2A68E5A743169A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8646875f1cd614e69dcf0f158e4102e8e68fa233bb116786877a897463f9f5d4" - }, - { - "algorithm": "SHA1", - "checksumValue": "4119e5fb0958dc3bc3b1e5bcc2a68e5a743169a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-runtime-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-runtime-l1-1-0.dll-8789C18353D22D50A1E9B71FFDCFFD19CC7A2DE9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e8e3fe2e23cdc1ca972581b00af01c5644ee7c05c6a34b8232a0613755ca975a" - }, - { - "algorithm": "SHA1", - "checksumValue": "8789c18353d22d50a1e9b71ffdcffd19cc7a2de9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-project.nuget.cache-C676524EB96DDA5FC7F8C28451C06461F0046254", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c7644b0752ace170b994a9ceb9c4f84441a0290cf033f32a16fc73a8a8603c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "c676524eb96dda5fc7f8c28451c06461f0046254" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Extensions.UnitTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.csproj.FileListAbsolute.txt-D580FA97264EB35212333855070310DD8F7E5535", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f46407e8b64c5cb0e66ec66189754d227ea8d75feaa602d53251f119372719dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "d580fa97264eb35212333855070310dd8f7e5535" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/ES.ToolAuthProvider.IdentityProviders.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-ES.ToolAuthProvider.IdentityProviders.csproj.nuget.dgspec.json-A488B64B81B7FA6D907D49F38E70EF79BBCF8636", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "06832416aa4397e0409eda944b3c437d304d96d1a0fa488b787f6de176a67eab" - }, - { - "algorithm": "SHA1", - "checksumValue": "a488b64b81b7fa6d907d49f38e70ef79bbcf8636" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/ES.ToolAuthProvider.IdentityProviders.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.assets.cache-2725BF2CC102419A0F87F748986FE80103F9F592", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "61b9623ff180b9b4ead1eecc02dec970406647465ec9c67ee7da6adaa4367da2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2725bf2cc102419a0f87f748986fe80103f9f592" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/hostpolicy.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-hostpolicy.dll-180A9F8BCA0EE54AF9D3DC4FCBF125CFF8C72257", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7fc41fac34ab998af90f36253db34de2d70ff7feed5a91be0b7cc622f2c14f" - }, - { - "algorithm": "SHA1", - "checksumValue": "180a9f8bca0ee54af9d3dc4fcbf125cff8c72257" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.AssemblyInfoInputs.cache-605F3A16A33E6D88EF15C3F080B54D8F6DF51299", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1ef528bcd48edec7e9dfcb7c0874274a6d71f3cb3a4545e5937a2b7603e546a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "605f3a16a33e6d88ef15c3f080b54d8f6df51299" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll-90BDC50351A7D9D598CF4F96EF67A4506D8CC893", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "49adafbe3073b6ed2da89cdbab97b5661cccfb15c5f5e15238644255b04c1faa" - }, - { - "algorithm": "SHA1", - "checksumValue": "90bdc50351a7d9d598cf4f96ef67a4506d8cc893" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Antiforgery.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Antiforgery.dll-2066BAF6AE1E9E3FEFBFF9C771DB552092D4F8BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "819d422c25e23143e1414853eb163ab61b5b7a59c00ebe1a1b9f0ca65faab226" - }, - { - "algorithm": "SHA1", - "checksumValue": "2066baf6ae1e9e3fefbff9c771db552092d4f8ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/aspnetcorev2_inprocess.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-aspnetcorev2-inprocess.dll-EE72D255CAB3E9390CAEE8F19B2DFCF8799402BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ffbeae919f905a2c6e3099524d9c48dfe82408e6492e6834aabff470fe72957" - }, - { - "algorithm": "SHA1", - "checksumValue": "ee72d255cab3e9390caee8f19b2dfcf8799402bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Components.Authorization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Components.Authorization.dll-A7EA9C2E5171F0852ED76089A9E1C09500DE43C6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e12eab84527de4ba2a04a769c66673385da634e980190f035fa4df1e7250008e" - }, - { - "algorithm": "SHA1", - "checksumValue": "a7ea9c2e5171f0852ed76089a9e1c09500de43c6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-project.assets.json-A5698C27394AB743C7E281B3D57994963331C71D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a41a7964892d5881c65da97159aaad624d9ec814d5ac4c3fe48317f95ea92781" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5698c27394ab743c7e281b3d57994963331c71d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Cryptography.Internal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Cryptography.Internal.dll-4A98B8774763BECC22CABB3521D0FA3132C2784F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bc0b2d80ea0eec498f6f292b64327437087f55a4ac429dbffb35e5200e494043" - }, - { - "algorithm": "SHA1", - "checksumValue": "4a98b8774763becc22cabb3521d0fa3132c2784f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.CoreCompileInputs.cache-1905BFAFADCE09201FA223827D4322BC38843C10", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9dc7d92b86a802f7e7148f04eb95a712667cd1ae16dcd0989cd292fb5196d263" - }, - { - "algorithm": "SHA1", - "checksumValue": "1905bfafadce09201fa223827d4322bc38843c10" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll-86DD9BDD065956FB23E0675F57AD8E04D9082516", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a2b26e75dbe69a4da39af15e4f055e3671717a1debf64edd6f72f138f092c2e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "86dd9bdd065956fb23e0675f57ad8e04d9082516" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/dbgshim.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-dbgshim.dll-605AE89CE6F7E32059748F574CD48657D6D767FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6b22e505bc961a77466b5cfd37d99484359657974f1d3aa13d4d2d590d61cbc" - }, - { - "algorithm": "SHA1", - "checksumValue": "605ae89ce6f7e32059748f574cd48657d6d767fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.RequestHandlers.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.AssemblyInfoInputs.cache-35963921B91AE4EF20CC6DDED332AC1AE17BD3E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3850978b30670cbab082be39cdd6f2103d700d9343671bc03eee23ed73822f7f" - }, - { - "algorithm": "SHA1", - "checksumValue": "35963921b91ae4ef20cc6dded332ac1ae17bd3e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84daed45505ecec678a58e666fd868b8753dbfebde20f92a3b5a1bddd2b2425f" - }, - { - "algorithm": "SHA1", - "checksumValue": "8761407f7ac3e7ed3f08e2b4fdaa1cd4215ca451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.dll-17579873CE4FB77A5A6D7D9358EDBA5A2375DEE4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8476b9a7394cd939e0e895cd729a5507bfd2d63d239aa15a6bb8d2385f8564d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "17579873ce4fb77a5a6d7d9358edba5a2375dee4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287809a6eddbf2c6df40a10302bafeec5bb95c0f4d7ce9fea9a341d5930fe152" - }, - { - "algorithm": "SHA1", - "checksumValue": "5257bc4e04fd736bd253121b31bccb87e222e23e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-9C4F9C01B91D951C587C38AB260E0C0553FC1498", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4e14ab0069c3b4cbb2addda1d68cdbe1ba099b054998105eeb9ddb010112b81c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9c4f9c01b91d951c587c38ab260e0c0553fc1498" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.RequestHandlers.UnitTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.AssemblyInfo.cs-0AFE0D6D39AED750C09056C90EC432CD2DCA7EA1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed46191fcddb21e8fd7d7181e992415a5002d9d5b1c8f85716204c226f903908" - }, - { - "algorithm": "SHA1", - "checksumValue": "0afe0d6d39aed750c09056c90ec432cd2dca7ea1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.ComponentModel.TypeConverter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.TypeConverter.dll-EE3C60B98238554EC9C3372696633887930F60D3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ad044ab5c4419b00ce558c89e1a6c77f0182395ca4ad3639e413707b1815955a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ee3c60b98238554ec9c3372696633887930f60d3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.ApplicationInsights.AspNetCore.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd2351347020a366a5c436389380a3b12b7d4d9470c5e09bec01f0bc8b27cbd7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7e80c5fd0b09000bcdebb54085e23f22ad29ca1c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.RequestHandlers.UnitTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.genruntimeconfig.cache-A8837DE0B2C547254298E07B4B189D20E8A4384A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e1e25adc6f20020518abc667b6eb133c33d38775c1f51f65cc5ab03000cf34e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8837de0b2c547254298e07b4b189d20e8a4384a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.Contracts.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.Contracts.dll-89DD6BB74B7D2418A01A8FAF244DB728727309F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8ee25ffe67c18e5a69e21a4737c1c6c33657e2bae66356daf62615508f5de7a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "89dd6bb74b7d2418a01a8faf244db728727309f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/ES.ToolAuthService.Abstractions.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-ES.ToolAuthService.Abstractions.csproj.nuget.g.targets-ADE27DD8D26A20C47B7BCBC3C3465368DF9D67A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "687b80e7878ede9811d298c4dc1a60269921bd919257312cf7a9e9255d771aea" - }, - { - "algorithm": "SHA1", - "checksumValue": "ade27dd8d26a20c47b7bcbc3c3465368df9d67a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.StackTrace.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.StackTrace.dll-DA95B0786BA71406C5D55CDE33A7672E8EDFC2B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8365c341de942f723ebbff84e02976a1d2852690c2554d1fefc78b51c990b32" - }, - { - "algorithm": "SHA1", - "checksumValue": "da95b0786ba71406c5d55cde33a7672e8edfc2b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a407051ebca24397e916525b1a4e24da596ef8242e26ad76bba73aae5c44208" - }, - { - "algorithm": "SHA1", - "checksumValue": "8decd43a00c4bee03e709bf066e41f6b3a6e79ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/Release/netstandard2.0/ES.ToolAuthService.Abstractions.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.csproj.CoreCompileInputs.cache-200B4ADCE435EAAB3340321A727B859063EF38F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6c2e3421f1463d6f6bbd314dcc15ed46eb13272ee1c035aa93e1be74c9340dce" - }, - { - "algorithm": "SHA1", - "checksumValue": "200b4adce435eaab3340321a727b859063ef38f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Authorization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authorization.dll-424BF093D44DB7206DEDF953383C05551D17F0A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3dd718a9685ba97b77d9aa4466af84aa9bdb3268faac886fd192256352da405" - }, - { - "algorithm": "SHA1", - "checksumValue": "424bf093d44db7206dedf953383c05551d17f0a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/ES.ToolAuthService.Abstractions.UnitTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-ES.ToolAuthService.Abstractions.UnitTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b02598b2389388b9378766713588b8f02612c8947e801c3dffec8c93bf94366" - }, - { - "algorithm": "SHA1", - "checksumValue": "14ed9473874585670a30b06856c78c030d0121c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthService.Abstractions.UnitTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll-F4D5CCFFAEDA4B93C401EC19B3C8BCD9457C11AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90c3f2f073d8d482b617048d15172a8e9d9567adbc10036735fc3e40e60a4cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4d5ccffaeda4b93c401ec19b3c8bcd9457c11af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.CookiePolicy.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.CookiePolicy.dll-6AC41AD739105DAFC9853A3ECCEC0D284BFBCCC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8320d407b9063d19a47e03173164bfca8f3c8eb795b3b363f63257c031e497fc" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ac41ad739105dafc9853a3eccec0d284bfbccc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Drawing.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Drawing.Primitives.dll-0C1ED7A97E6507F69133A70357B3C781EA1EDBF6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6f7210af221288ebb24e01cbac88d1bd74e8848b4748f896e39ee485be23b6e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c1ed7a97e6507f69133a70357b3c781ea1edbf6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/ES.ToolAuthService.Cache.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.AssemblyInfo.cs-E31652249AB4A9BEA3B5DF1131EC39C0A653C5FF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5e0383961a4f5445ff1c8b6feda768c8f23d2211e3bc59348c1fd4a1d86e9578" - }, - { - "algorithm": "SHA1", - "checksumValue": "e31652249ab4a9bea3b5df1131ec39c0a653c5ff" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e77631e9adcc69284f89a49a1a2ba84e6f4f22d870eb55f1786101cd5a20b638" - }, - { - "algorithm": "SHA1", - "checksumValue": "a2996e946465a7582f6e25e404d9fd15e3a1a894" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Http.Connections.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Connections.dll-082D0F2F4FEF755B4D2020F325229D8CD27F1A8B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a0d07fd97093d7511eb87067d89f27a2a268f799d30e5f9983c6da2de2d9faa6" - }, - { - "algorithm": "SHA1", - "checksumValue": "082d0f2f4fef755b4d2020f325229d8cd27f1a8b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ES.ToolAuthService.Cache.UnitTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-2F12BF0A19F8219FE010B1708D8919BDF06FCE92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0405e1ff6bbcda50f501b1e5bf6988cf73e66e486967993effedce8f71f92b38" - }, - { - "algorithm": "SHA1", - "checksumValue": "2f12bf0a19f8219fe010b1708d8919bdf06fce92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/ES.ToolAuthService.Client.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-ES.ToolAuthService.Client.csproj.nuget.g.props-6EDF32260695AE81F413550A2AF027ED7D571C76", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1f2fb1786ca0949d1a2919a586bfc13bff0eec4dd5766332f1025f35706eba1" - }, - { - "algorithm": "SHA1", - "checksumValue": "6edf32260695ae81f413550a2af027ed7d571c76" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c55c5e1e1ef2fe4b2ab64c2b10be19d1ee350ca75e5a12bece19d015f6a87f2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd687dc2da79accde15cffc09f0192d1e4114951" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ES.ToolAuthService.Client.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.assets.cache-C91183A765923FAB6C9194D50CFD29E281B9E13C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc5fa56e8d72ece8b8bc09f85c06b1b6150d0c346c56caf408e2e25dd1df6899" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91183a765923fab6c9194d50cfd29e281b9e13c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Identity.dll-3EF86A0FB72DE82D0578FDC670505BB929705473", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d1fe7dfbb1cc38d639686faeb3d14690beacbd70de2fb759940e9ba7de6f5498" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ef86a0fb72de82d0578fdc670505bb929705473" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-console-l1-2-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-console-l1-2-0.dll-DCA45723E2508327222487B31C1B3F1298236822", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0513c209fd86eb3745c4675e856085f00dd18deba42da9f2f860ea4bee48cc39" - }, - { - "algorithm": "SHA1", - "checksumValue": "dca45723e2508327222487b31c1b3f1298236822" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ES.ToolAuthService.Client.Program.g.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.Program.g.cs-D8038D2FD777E414D084BE1A03E728B33F8F61D5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c08c2766ecc8ebb1d0dc4b535cdb530352fdc42d65f3254873e77cd84fb394d" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8038d2fd777e414d084be1a03e728b33f8f61d5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ES.ToolAuthService.Client.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.AssemblyInfoInputs.cache-B19C13DA14AF5A902D3829BC566D7172E0B14000", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f87ce31289602e1c36c3531cdb9597bd39816f71a4fa57c372dc80803b841ae1" - }, - { - "algorithm": "SHA1", - "checksumValue": "b19c13da14af5a902d3829bc566d7172e0b14000" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-handle-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-handle-l1-1-0.dll-631FB8F9E0644ED1FB17B7B3BECAA854D8B1F86D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "acd08d5ebb70ca4b8d10969ed3a54d2f2784aa5bef2f743ef26c71dcd6691555" - }, - { - "algorithm": "SHA1", - "checksumValue": "631fb8f9e0644ed1fb17b7b3becaa854d8b1f86d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.Compression.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Compression.dll-F520699A377DA7A2DE86B61978B4B691A6BCA67F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f81ff93e8b18522eb63cc41b04cd8de07048d2070230fe0bf517fe746b4bd762" - }, - { - "algorithm": "SHA1", - "checksumValue": "f520699a377da7a2de86b61978b4b691a6bca67f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ES.ToolAuthService.Client.GlobalUsings.g.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.GlobalUsings.g.cs-35D3B87FE8DA7BFCCDCFFA070E3BB6BE112A4E34", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f3f134e9e825e3e7268090f58b1af2bda2de513f61a09c56f48b9b8d08612abc" - }, - { - "algorithm": "SHA1", - "checksumValue": "35d3b87fe8da7bfccdcffa070e3bb6be112a4e34" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-processthreads-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-processthreads-l1-1-0.dll-251A4C044773B603FF9555A911BE8F25ACBEFE66", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "692bb02a1a28b90b15deff85560fb87c20916fe47b75d13daf24e10555e75187" - }, - { - "algorithm": "SHA1", - "checksumValue": "251a4c044773b603ff9555a911be8f25acbefe66" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.FileSystem.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.FileSystem.Primitives.dll-0BCB8653C648AAAECD56B0D8C62AE1249758BEE6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b74b4cffbe61a1413f9f4a902b9d3a97b50870885d9f190d661392757027439" - }, - { - "algorithm": "SHA1", - "checksumValue": "0bcb8653c648aaaecd56b0d8c62ae1249758bee6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-timezone-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-timezone-l1-1-0.dll-0E57E026E5EA2DBD92E61D233D48F5CBC511BEAF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c29dbf2b90f2266f2cb56a104a364b44e06878df6afc68c0411a495dff34f264" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e57e026e5ea2dbd92e61d233d48f5cbc511beaf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.DataAnnotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.DataAnnotations.dll-B9C9E5D8270D4B4DC4968F3208F11280BA99A982", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3470b75fe0cac05053f058c82a7f16d1b057694a11de9ed271d4ee9dbc1b7c26" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9c9e5d8270d4b4dc4968f3208f11280ba99a982" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-math-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-math-l1-1-0.dll-D69CAD280E285D4B1E0BFBDFD88C16CCD338429B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "baeb0868b1b08fdf748374411c3007fffb3aeb032a55d970c8b0cdbde8fbc4f3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d69cad280e285d4b1e0bfbdfd88c16ccd338429b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Diagnostics.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Diagnostics.dll-CE51ECC922240F9F7741E4081577648DEF4F9A9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9827ae94b6aac2792deaf72ac13290feab9b9c1aa5a34baaf380822737ab9b61" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce51ecc922240f9f7741e4081577648def4f9a9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-utility-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-utility-l1-1-0.dll-269423EA557F026B16C92687DF8EB715B540BCD1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2fcbe41760c374ed58dfdb7ad4fed0d5028dc12cf71f4e908902981f5706e2ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "269423ea557f026b16c92687df8eb715b540bcd1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3f147f5a937438524addf2c2a0e9859be7e36bfbe34c265c4375d4d5092d9534" - }, - { - "algorithm": "SHA1", - "checksumValue": "cae3c6e58b684063f0e186abe438abc960adb426" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/clretwrc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-clretwrc.dll-C94A10A57FB9824A7A5D4D148CA15DBE478DB8D8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05aea2fef028763b464d5f853df15e2dc54e7cda7b77aeec551ae279a0934296" - }, - { - "algorithm": "SHA1", - "checksumValue": "c94a10a57fb9824a7a5d4d148ca15dbe478db8d8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Http.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Abstractions.dll-B15C2809348EDB5B2A51FED14AC52561300EBB19", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d50cdaac0f0927221c917e6104851c10aa922e5fb03d5594c126eecfa5e5bcd9" - }, - { - "algorithm": "SHA1", - "checksumValue": "b15c2809348edb5b2a51fed14ac52561300ebb19" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Rewrite.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Rewrite.dll-B5FA038AB129C5E6371289AFCCBA5F0C5A3F3934", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "53777510a45b7efea21507f43cedc7f8dbbb19a28c5a40e58b7be02895886219" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5fa038ab129c5e6371289afccba5f0c5a3f3934" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Linq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Linq.dll-616BBFAB26D9F62A5088E5462ADE9305FDEFE30B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66e02c799d32ad9ba6257b483af5275ffcccbb705a0d34b49dd04ffbf32ec254" - }, - { - "algorithm": "SHA1", - "checksumValue": "616bbfab26d9f62a5088e5462ade9305fdefe30b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Authentication.Cookies.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authentication.Cookies.dll-5DDCB80B14C296FA188006BBA0985AB9D4E3F7E5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5d88ca4c162d846f5da98cf4b5f84b4c289632b135351f6d82ac5a306994f8bc" - }, - { - "algorithm": "SHA1", - "checksumValue": "5ddcb80b14c296fa188006bba0985ab9d4e3f7e5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.HttpOverrides.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.HttpOverrides.dll-E92EB2C1808106D9AD5D4BD79FEE400C34E1EEC8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9367b54eeacbfe0e49c668b0e75f00df0fcf10f228995de9ab4f7673ead55511" - }, - { - "algorithm": "SHA1", - "checksumValue": "e92eb2c1808106d9ad5d4bd79fee400c34e1eec8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Azure.Core.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Azure.Core.dll-724E0ABF7D8F53D603649575E74BEC0B8CA6ED9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7418171e33a09c819d9f63bcccae4b56bc509843443396aa44f45ec711d72a10" - }, - { - "algorithm": "SHA1", - "checksumValue": "724e0abf7d8f53d603649575e74bec0b8ca6ed9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.Http.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Http.Json.dll-4A91C49DD4981BE89820D4DE7F4FB66093B49EB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "06664825c4245b4368df661dac25eb1d5c05e03919a1ce25077767858c9da81b" - }, - { - "algorithm": "SHA1", - "checksumValue": "4a91c49dd4981be89820d4de7f4fb66093b49eb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Components.Forms.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Components.Forms.dll-C0474D8A667D650EB636065414FE61372B546653", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f36b6f7402dd1379ddb331b6fee4888f33d8bb65637664800ec55274622c07f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0474d8a667d650eb636065414fe61372b546653" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.ApplicationInsights.WorkerService.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.ApplicationInsights.WorkerService.dll-BADEC8B167C25E28510C973B61F067BCB377E953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1f5e560e0d53cf49ebcca8b2792652371ec87de7cbc45b74d481d0dc15decbed" - }, - { - "algorithm": "SHA1", - "checksumValue": "badec8b167c25e28510c973b61f067bcb377e953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.DataProtection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.DataProtection.Abstractions.dll-7374E732D695826BA368D05B3EBA13EB82B1EE0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8bbbc3a5c131bd956508e0aef5444c6c68b24a7554892cf18b6812bfae60d27f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7374e732d695826ba368d05b3eba13eb82b1ee0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Engineering.AuthenticationService.Client.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.Client.dll-435D40FF2154CD1F213A0B9ADBAA0AEFFA27300F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66e85caf857b5f6eecbf81a07f152a684ff070b1fe049adccdd88d9c938f993e" - }, - { - "algorithm": "SHA1", - "checksumValue": "435d40ff2154cd1f213a0b9adbaa0aeffa27300f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Hosting.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Hosting.Abstractions.dll-BA4B44AEC5A9ADB5C40B089D6A06F60159F30691", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d044c196d13abae6655211297612dcc65410046e6e682b146aeb58affd2ed033" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba4b44aec5a9adb5c40b089d6a06f60159f30691" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll-92966C0684C29511DAF965C09302E9EC34FF082D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d3a8a5d95988071e3a9ae77848f0357901e4ff0fbcc38e60ae43b8f0a61d533" - }, - { - "algorithm": "SHA1", - "checksumValue": "92966c0684c29511daf965c09302e9ec34ff082d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Configuration.CommandLine.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.CommandLine.dll-D4502DE940838438C60D7018CE57940A56CC77E4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a4dff3f3ced3efecc45debeae0c11a14df9530b69bb35348b614c7150cd9a9fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "d4502de940838438c60d7018ce57940a56cc77e4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.FileProviders.Abstractions.dll-B0BAC6F08AF3C639CEB7A1B82E32710DF3A5F451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04a93e2639929725d18fe20596e26b236a2f7aa26b9d79f31bccb352e38662c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b0bac6f08af3c639ceb7a1b82e32710df3a5f451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.Requests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Requests.dll-BAB24F11489734642A00A3BD925A82BA196662B0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f7a01cf0a19f773d7ccfdd395fc9cb0cdbc404d8aca72ad39e979b80f0aa7147" - }, - { - "algorithm": "SHA1", - "checksumValue": "bab24f11489734642a00a3bd925a82ba196662b0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.WebSockets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.WebSockets.dll-D51E2CE7C55F9DCE62E8F1CE726C6B44F9FAC27A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "af25fb9012fabf5be6aefb3d48b674a8f992e1a75dee506badf021666256cf22" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51e2ce7c55f9dce62e8f1ce726c6b44f9fac27a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Logging.Console.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.Console.dll-1CC6E7BDED2A5395CC9AE04DB3254671060F187E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8a861abe2bd66156573a9f047608c348924081ef09a2eb65df28dfbe3ee20546" - }, - { - "algorithm": "SHA1", - "checksumValue": "1cc6e7bded2a5395cc9ae04db3254671060f187e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Http.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Extensions.dll-3A2E085BCA95C3C17DECAEE5EC07A34F57CACD88", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7c5b1619d6bbb850b92604c9904bd9b7e84dfe1913a277a174d687dfb8c0fa02" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a2e085bca95c3c17decaee5ec07a34f57cacd88" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.WebSockets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.WebSockets.dll-48CE9B1E9636975B7BCD4375FD72863EB904D92C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "51c8fbbb5533198ce27d4e81d1053742cc596650b33817d6c6f8c2f80bb8a1e0" - }, - { - "algorithm": "SHA1", - "checksumValue": "48ce9b1e9636975b7bcd4375fd72863eb904d92c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Localization.Routing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Localization.Routing.dll-2776086F251E86A9FE7F9A07021EE1B7E3BAD08B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a981fad54e746e2d16a9bffdb3070e083f72aee60336f2ad06c8891abf14652" - }, - { - "algorithm": "SHA1", - "checksumValue": "2776086f251e86a9fe7f9a07021ee1b7e3bad08b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.Formatters.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Formatters.Json.dll-69AFEFB95E7293712E77944D1E917A8AFED4FF8B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5e2f5fc9bcd20a7feb719bce5c2494e744a1878255cf58ec0aa7b328e156e028" - }, - { - "algorithm": "SHA1", - "checksumValue": "69afefb95e7293712e77944d1e917a8afed4ff8b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.dll-0333146B22AC767E43FB31E6F4AB9CEFAC68BBE6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "de88a53193fa325150a40b6132cc865f43aeffae2b38dfb9a0cd86183a4902fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "0333146b22ac767e43fb31e6f4ab9cefac68bbe6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Binder.dll-90BDF4610ECC121E72D8EF73A9B9AF5E843D864B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bbe74370d8ea8e20b2069e829de15903d38d4e111e2d082fe12e7fac60406df1" - }, - { - "algorithm": "SHA1", - "checksumValue": "90bdf4610ecc121e72d8ef73a9b9af5e843d864b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.UserSecrets.dll-1A9094D5D9ED14B2A86BB8F5F23B1A3AF80C1038", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1309675aca89dc526d0fa960eb06b6659155dfff70dcda81993ebc5a58ad59e0" - }, - { - "algorithm": "SHA1", - "checksumValue": "1a9094d5d9ed14b2a86bb8f5f23b1a3af80c1038" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.deps.json-BF51D7E39F6BBC191222042478573E53FE81BC35", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b7be530bd68efd5087880e3bd399a83c8dd74229e0ea90806fd5861e82456ac6" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf51d7e39f6bbc191222042478573e53fe81bc35" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.FileProviders.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Abstractions.dll-36D3BF8F169BFC06F93D767B0DC43B30AF3855D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42c87a085abee6221c4eadddabb04a95634fe535e87290f52be351835f5206d2" - }, - { - "algorithm": "SHA1", - "checksumValue": "36d3bf8f169bfc06f93d767b0dc43b30af3855d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a62d69a0bfa00ad252a1cfa99fa7f41caef0169eb828cdd8aa7d4684d478c821" - }, - { - "algorithm": "SHA1", - "checksumValue": "b382e3ecf622bf5f6d7d1e02d7d17d0f4da38777" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "933627b57f2d0115491cdacc61efc313bee1ec0ff066fba545093a39b8ac4391" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f8d529adca79aaa9481121c944f99fa694664f2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1164d1f88e0b94d034b1a4d2ae3de7e8c816c77ca786328818fa0a876bbc9b9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fe5f8670301a959e45f5558792cbd5807a4fb53" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Private.Xml.Linq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Private.Xml.Linq.dll-4085663056B14BC6A948A23672347A9453FDAD21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21950fc7eff61e27cc912623edb031b9646d51e87626a5e0bffaa7c8da51295b" - }, - { - "algorithm": "SHA1", - "checksumValue": "4085663056b14bc6a948a23672347a9453fdad21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Reflection.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Primitives.dll-882E9C0B2E8904E00CDB327D074C9315AC9E7DB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bce479802220346c40f1039c84d9f9a2ed97620d7f75cf632a5f6ce1dcfe7d46" - }, - { - "algorithm": "SHA1", - "checksumValue": "882e9c0b2e8904e00cdb327d074c9315ac9e7db2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Identity.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Identity.Core.dll-461D34FF9B71F61205A2404A79751B1817546EC5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "33ff2f43de19374ab1f5720c6a32b70afef60a8f590776f01b0d1497ce33e16c" - }, - { - "algorithm": "SHA1", - "checksumValue": "461d34ff9b71f61205a2404a79751b1817546ec5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Extensions.dll-DF57F2851CB1C0BF96EDF001468156C3F14F6938", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42abb4be513d0a2ec383d437bb0dda774c5bf6f5dde6dce3d4d1db64dd4d2a34" - }, - { - "algorithm": "SHA1", - "checksumValue": "df57f2851cb1c0bf96edf001468156c3f14f6938" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Logging.Debug.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Debug.dll-D23C30B987206E9E27938B59CE785D9FA067AB51", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2cf4fb8cd6786fe2fcb4e6ad89ead986078cca15c93560ae7851335cf626808b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d23c30b987206e9e27938b59ce785d9fa067ab51" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/OpenTelemetry.Exporter.Geneva.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "40277b808709c26a3efb46265723f3aef7339e37ab06fb5aae207438048ce191" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d3c94822298f36fb03a1a4736296ac6a961f71b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.ViewFeatures.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.ViewFeatures.dll-82373FF661F25015052263B74E99B941DD200DAE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a03417e825a8eebaebc5abd8caf218ac84d4b061555af7cadb74d7fe2ac66a8d" - }, - { - "algorithm": "SHA1", - "checksumValue": "82373ff661f25015052263b74e99b941dd200dae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Options.dll-A9FD5CB6E81CCE59D5B37AA280D2FDE4EB61FBA1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "270228edaeca0d37593e046f9fd75b819e5b2cce566121a3e2aec3896e4fd41c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9fd5cb6e81cce59d5b37aa280d2fde4eb61fba1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.JSInterop.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.JSInterop.dll-68E58A535DE5EDD2F27855D57E15659967DE1B17", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fe3ef383d23feea053291dd4739ca282beb3e1ae6050ab2c2bb5ab57f30fc1dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "68e58a535de5edd2f27855d57e15659967de1b17" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.Serialization.Formatters.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Serialization.Formatters.dll-3E06CE70B419E1666B401A22C1C9893B82D7DF4A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f5ed6eba83acfa42e2ad0226602622e6d8fcc22e735adae55ecfd1e535ed2091" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e06ce70b419e1666b401a22c1c9893b82d7df4a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Core.dll-F96DC48971E0666EFDA166547D49426C22B026BE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "95f26cdc87cc427bd380fe06deff43530ca34e93bcc11869289453d9b659962a" - }, - { - "algorithm": "SHA1", - "checksumValue": "f96dc48971e0666efda166547d49426c22b026be" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Routing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Routing.dll-771A05BCB01298478F209948DA94DB3B1E3980DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9eebeaeb6d83ecc5485732dd6c65f4e53501ae598ab941bd91e89b7432e3974b" - }, - { - "algorithm": "SHA1", - "checksumValue": "771a05bcb01298478f209948da94db3b1e3980dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Cryptography.Csp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Csp.dll-D529B08AC4F037FCBF7747D71F7D12D3807BA384", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "607e2041301cfb59b74b89a5be5e68bec38a6c791321d045b55c70907bff36f1" - }, - { - "algorithm": "SHA1", - "checksumValue": "d529b08ac4f037fcbf7747d71f7d12d3807ba384" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Session.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Session.dll-47090F5CAAAC5CF75FE29FC717D353B0F5527616", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b4d5d9a1cbb52a51657033d40abbf86b0aa7fff7f53518c7143a70cfcde5715d" - }, - { - "algorithm": "SHA1", - "checksumValue": "47090f5caaac5cf75fe29fc717d353b0f5527616" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.dll-9F0F4A0AF7B0A0C191BB24E568D25605FA1102A4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44f33dd70ec8dcd9dd269d8f106c8ec25527212c1cf46f0a1a663dd55adef020" - }, - { - "algorithm": "SHA1", - "checksumValue": "9f0f4a0af7b0a0c191bb24e568d25605fa1102a4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Text.Encoding.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.Encoding.dll-9C72AB19943C85FF4372F4736A5FA7FBB6EF0279", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "de33f32555c8ed2098c6d90fcd743ee0b45ffe9ad43eee01195a8d3c5234bf3f" - }, - { - "algorithm": "SHA1", - "checksumValue": "9c72ab19943c85ff4372f4736a5fa7fbb6ef0279" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.RazorPages.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.RazorPages.dll-390CB6B2A25DBE2D01D87944B4824D2880DD1932", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "529757780e08db405fa9d0d4b16db2941ec8db11c97d7281b06a811604a023c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "390cb6b2a25dbe2d01d87944b4824d2880dd1932" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.ResponseCaching.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.ResponseCaching.dll-E90835CE815556F4B38E9668FFA8AD871DAE6302", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c388ad1d72f13d3e5cc7ff575c53347fee6a1dd6bfc897c7bba2d128fb1515c3" - }, - { - "algorithm": "SHA1", - "checksumValue": "e90835ce815556f4b38e9668ffa8ad871dae6302" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Svc.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.pdb-9DF3157EF35EC6C7D1DE020EB580045CFC816E22", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "273a706057da438822a64babcda8b21536b62c2863bddcf5e354f7326f445881" - }, - { - "algorithm": "SHA1", - "checksumValue": "9df3157ef35ec6c7d1de020eb580045cfc816e22" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.dll-6789429E2154D4244EBD8E157DD28EA62C862BA2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "03a7505b0f95ad1dc0fb14d213c1a46b40b94855ff0bcc1ae99d41af60d7754f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6789429e2154d4244ebd8e157dd28ea62c862ba2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/mscordaccore.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-mscordaccore.dll-8DA5BCFD407BCD5809C4CEDCE076AFBC98AB1D28", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "456431cd9ac2d11791741ed00dc8a33ee0cc96bb79956da94b8d953800d24312" - }, - { - "algorithm": "SHA1", - "checksumValue": "8da5bcfd407bcd5809c4cedce076afbc98ab1d28" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Management.Automation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Management.Automation.dll-CA5A97DC92A9C0BC0721EBB778A598E0D887A170", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef9a7287e8e886c9805be60bf317c7a187707794c2aedbe38407840730af2ef3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca5a97dc92a9c0bc0721ebb778a598e0d887a170" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.DependencyInjection.Abstractions.dll-B0F1DBF4BDACD5F5FB9A843D129DE3623E79A6AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a62a28d7a6bc25454dca85c20731f4e607bcaa06f947738e5cf3a194eee8ad8" - }, - { - "algorithm": "SHA1", - "checksumValue": "b0f1dbf4bdacd5f5fb9a843d129de3623e79a6ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/OpenTelemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58770f0e864fcca58cb874971c3352dd13e646814a2ab72c4cf77808e6b978dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "690f954fa0a5b8fedc4b4e2617388a3a8866abfe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/System.Threading.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Threading.AccessControl.dll-CE32052A8E7314CC42AC386954620B76ADB35C4B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d2a66d68e94f7019783a1a6c9a9d9f735f7feabceb8600f0809162827c4cf083" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce32052a8e7314cc42ac386954620b76adb35c4b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win/lib/net6.0/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Management-Microsoft.PowerShell.Management.psd1-2731439C5B0F223AB2CA50BEE60985349D0044A3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb88eb64bc4cb5137e8dc247dd81bf5aceb99605edd367b9a225ab8158261a5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "2731439c5b0f223ab2ca50bee60985349d0044a3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Threading.Tasks.Dataflow.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Tasks.Dataflow.dll-0D5A8570DCDD40D84880BB20DDB897513F6AE4A0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6356f79916eda91fd1150fb5823dc8bd2b73861e143c8179fb00a3e3cb2ad00c" - }, - { - "algorithm": "SHA1", - "checksumValue": "0d5a8570dcdd40d84880bb20ddb897513f6ae4a0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.FileProviders.Embedded.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Embedded.dll-A76C1235F29955DA5AAAB0521276950F9678B4DE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c6efb849e22adb167dd7b11c8c321aec056420ea37e3dd85c2936d368da2179e" - }, - { - "algorithm": "SHA1", - "checksumValue": "a76c1235f29955da5aaab0521276950f9678b4de" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Localization.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Localization.Abstractions.dll-C1ECC3870D71E2BE72EA11AB27DE07EC58D73854", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a5ce476a8b4216edb6c2887bb7433bc6b31c22c489bffb752276ed6f0fce5f9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ecc3870d71e2be72ea11ab27de07ec58d73854" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Logging.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.EventLog.dll-B7F500BFEC81244173DFF944C96C98AF58F8F02B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "06c633ff2c0830d5e8b6cff26e5e3ef115171a5e37c1c04cf82bfffb8e4ea494" - }, - { - "algorithm": "SHA1", - "checksumValue": "b7f500bfec81244173dff944c96c98af58f8f02b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-80A3B8251514EC14150D0072EE6668FC33D4DEA4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b38bad86f10cbc49a4d361accc50609e06f93b4083d5d1f0e2ac70ae33408eb6" - }, - { - "algorithm": "SHA1", - "checksumValue": "80a3b8251514ec14150d0072ee6668fc33d4dea4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.WebEncoders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.WebEncoders.dll-2BE6F3DDDE0D07726B4A166F8488B315EF6F2201", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a17dfdc7d48a4f26c6de3e28960d5e92dfad784f46071f68cab10bffc33d44f1" - }, - { - "algorithm": "SHA1", - "checksumValue": "2be6f3ddde0d07726b4a166f8488b315ef6f2201" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Private.CoreLib.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Private.CoreLib.dll-FCC79465941F09B4BB5750329641436D6741E0E3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed65266d84581f474f1b8a2d811f061748a1b54bfe889eef178f3c32bed2e4fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "fcc79465941f09b4bb5750329641436d6741e0e3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Reflection.Emit.ILGeneration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Emit.ILGeneration.dll-EEA3DBA165FB44CF28EDF08A9679EE4CBF3A80C5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "68c776600e4f1a484ea7bb9bc8c8db4335e0c42bc2e7a9ccfaef39812fd04e63" - }, - { - "algorithm": "SHA1", - "checksumValue": "eea3dba165fb44cf28edf08a9679ee4cbf3a80c5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Resources.Writer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Resources.Writer.dll-4C3E021520C67B5F4B8460422A6DAB0AC1966E4B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "87261b0154c23c74509f93bf3b46c47061246830ae84e7d316c2c51da21f2306" - }, - { - "algorithm": "SHA1", - "checksumValue": "4c3e021520c67b5f4b8460422a6dab0ac1966e4b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.Intrinsics.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Intrinsics.dll-D9EFC7389C81DF8D223B42F57843F3C47CD6B560", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d8bbcac28c23b71efdecc82b998b706c1be43bf724b4bd62ebf1f6c3e04d9871" - }, - { - "algorithm": "SHA1", - "checksumValue": "d9efc7389c81df8d223b42f57843f3c47cd6b560" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-arm64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-C2EE2CB5509DEB1B1B6839D1DAA4A19092074E2C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3df67e62e6396ff4de930a0439061382e22b76eac98e59d4bded27d09525a5e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "c2ee2cb5509deb1b1b6839d1daa4a19092074e2c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.OpenApi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4e8c83fde8785daac1c5e5a830fbc95cfc4612e99ffa347842001809471a447" - }, - { - "algorithm": "SHA1", - "checksumValue": "8e74c678e651ba03a6bceb074fbe47933e87f6d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Transactions.Local.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Transactions.Local.dll-CEA885D1484836EC63C03449A0BCBC51AF4F8F4E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b238ad705da28a30ad01502f346fa728effa98292503c25c3c4fecfa97abb92f" - }, - { - "algorithm": "SHA1", - "checksumValue": "cea885d1484836ec63c03449a0bcbc51af4f8f4e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Xml.ReaderWriter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.ReaderWriter.dll-EEAA0CE1BCB98546FD94DBBC7821A4F5A8776145", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dd31849e14848c27240de18989a58ff4cedfc3ac4f648d776b7d8909e690ca7b" - }, - { - "algorithm": "SHA1", - "checksumValue": "eeaa0ce1bcb98546fd94dbbc7821a4f5a8776145" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.AccessControl.dll-EB9233B9B69701AD616522EA07529BEBD9A4A9AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dd47edd19de98a77e48f7dcda376365cdcab85609e2b3ac04af996f34b1a4d83" - }, - { - "algorithm": "SHA1", - "checksumValue": "eb9233b9b69701ad616522ea07529bebd9a4a9ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/WindowsBase.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-WindowsBase.dll-5549E2B7029A83005BDDFB4C05EFDD5FEE6FF286", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6c014a557872820933e55b7f2d47d085c3174825212ea4a0e29347c199d2f6d" - }, - { - "algorithm": "SHA1", - "checksumValue": "5549e2b7029a83005bddfb4c05efdd5fee6ff286" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win-x64/native/pwrshplugin.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x64-native-pwrshplugin.dll-86C6528A11683A4F9F95BF71A832B60CE7E79156", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bb160cabdc90a8e19d70bade9de5456a30414aadfe96ba4f26306f12a01180e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "86c6528a11683a4f9f95bf71a832b60ce7e79156" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Cryptography.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Primitives.dll-916D0B4D04CBB3AC2007BD03649BFA1850EB6EAC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7f90c1b882253fda9ad7f31a8c95b4e6517e0c3f1c00fa01928e25a59a9af8ef" - }, - { - "algorithm": "SHA1", - "checksumValue": "916d0b4d04cbb3ac2007bd03649bfa1850eb6eac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.SecureString.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.SecureString.dll-FFE26F43698CFC20571FEA8DAED8B5DCDC39ED57", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "88643f5b6c95050b257ebd8f753234bd29aec39fc1fd9fa76243c1e7c80d0d7f" - }, - { - "algorithm": "SHA1", - "checksumValue": "ffe26f43698cfc20571fea8daed8b5dcdc39ed57" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win10-x64/native/Microsoft.Management.Infrastructure.Native.Unmanaged.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x64-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-3D40D353C240B44CA9064C60EBFD2E5234659544", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "df6f0305f01fd22027c75e8d6cc9ebb55376ebd86b005e167b74b79e22c0d221" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d40d353c240b44ca9064c60ebfd2e5234659544" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Identity.Client.dll-238983D14D5F7B462B89FD68D240253BA1E9CB68", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "64300f1b052cc00994e4f10beaa70476e3e8d52e47ee51f37c5e47cdcafc9b7c" - }, - { - "algorithm": "SHA1", - "checksumValue": "238983d14d5f7b462b89fd68d240253ba1e9cb68" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/appsettings.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ec657e434d0c26ec82560f0aa397fa956b83ff16a27c3f5b45fbea8728ee0d6" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed29cc79d6f882dfdae1deeeb5c5ab8095c82cfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win7-x64/lib/netstandard1.6/Microsoft.Management.Infrastructure.Native.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-9D19E77D09DA9B03CB3BD823F5119926632911BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bce449a3911f9b42950e7c08d51b0b50034ebed3175644768af04cc53ff6c590" - }, - { - "algorithm": "SHA1", - "checksumValue": "9d19e77d09da9b03cb3bd823f5119926632911ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Diagnostics.PerformanceCounter.dll-1392435320F592B5E2CBBD33D14FFD9DCC3AE608", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "539c89bff9de0d7adf6974cf85f9db5991b7191de11f2b3d0280005760fcc8ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "1392435320f592b5e2cbbd33d14ffd9dcc3ae608" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/ES.ToolAuthService.ClientLibrary.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-ES.ToolAuthService.ClientLibrary.csproj.nuget.dgspec.json-868DC40C695F4E66AFCEFE7046E83A3C4A5C494B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05ec0ede18f39dbba27f35b05ecfef2817b610e223a8d6ac14a008bcdeaed95d" - }, - { - "algorithm": "SHA1", - "checksumValue": "868dc40c695f4e66afcefe7046e83a3c4a5c494b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Text.RegularExpressions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.RegularExpressions.dll-4D4557D494B6BA91AA9BB8420B316661868E2E67", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b3b8e4210776788d29c55c68520f0510c164af7ca59edd8c27485772dec9697c" - }, - { - "algorithm": "SHA1", - "checksumValue": "4d4557d494b6ba91aa9bb8420b316661868e2e67" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.AssemblyInfoInputs.cache-F7EBD0A24536231227D4BC3D7735D993DD803428", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36e0c2682978bfcb16d4f8d471be381c77b5e0b15b16335c511724a584faad3e" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7ebd0a24536231227d4bc3d7735d993dd803428" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Threading.Thread.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Thread.dll-A25AA1CE4445A65024D46EC75D707CCC79407811", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6724181e89d4a0d4f648dee985d952b964476a51e9e8a700c721e81d0c8e08a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a25aa1ce4445a65024d46ec75d707ccc79407811" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win7-x86/native/miutils.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x86-native-miutils.dll-8CB3F48C7AD9D3100041848C426CEB95794DA3EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b862b6be10c9df0754f5c171b5cd149655225e4c37ea8f022b3e2d53288dbc14" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb3f48c7ad9d3100041848c426ceb95794da3ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Windows.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Windows.dll-FFA532755670F2C5A5062D23E3E89AC7423BA21D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "208059663ce28e72849279dfe64aaa25633c7895e456c692cef1a2b49bbe98da" - }, - { - "algorithm": "SHA1", - "checksumValue": "ffa532755670f2c5a5062d23e3e89ac7423ba21d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c9eda5007cfa21d12a617ecfa8d85293ae4977fa3976a1611d2f7fa60ef3d07c" - }, - { - "algorithm": "SHA1", - "checksumValue": "167fa65c727edcd6eb27ef45ca245f80ec1628e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Xml.XmlSerializer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.XmlSerializer.dll-298F10326C70F4FC09AE1C010D5CE4B5F7FF9B7D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24ffd26e331a1be80c6312db00112a5ab72d29a69d27e1938901bd4f4066bdea" - }, - { - "algorithm": "SHA1", - "checksumValue": "298f10326c70f4fc09ae1c010d5ce4b5f7ff9b7d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfo.cs-BF58EEA7099ED8F1ABE61C68B5C2FFE48BA7C084", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "af896b44c07df48421e46a11c18121a631e7d9b2c004d860a93cda84d7c06007" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf58eea7099ed8f1abe61c68b5c2ffe48ba7c084" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd2351347020a366a5c436389380a3b12b7d4d9470c5e09bec01f0bc8b27cbd7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7e80c5fd0b09000bcdebb54085e23f22ad29ca1c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14213b2b86091b165c3847ebf81e67607ed8942852f5f9e49e6f0041af7c9a56" - }, - { - "algorithm": "SHA1", - "checksumValue": "f255d26a3f4d96a334d063857f951032a2078b99" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ES.ToolAuthService.ClientLibrary.PowerShell.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.GeneratedMSBuildEditorConfig.editorconfig-DB9E7B6BA67A4D67FE7EF333868DA332CEA74051", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a671c494444c040d3bbc0df91f7655a0499c977bfbd4ec90b34fffbd59050254" - }, - { - "algorithm": "SHA1", - "checksumValue": "db9e7b6ba67a4d67fe7ef333868da332cea74051" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Server.Kestrel.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.Kestrel.Core.dll-A0CB1F57283504CB5F35F4B4A1601209EFBF14C3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "31d31d13f99455894d3870680a434016522a0e2b28b65996767687bea1590785" - }, - { - "algorithm": "SHA1", - "checksumValue": "a0cb1f57283504cb5f35f4b4a1601209efbf14c3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfoInputs.cache-04B8F9611EF05E0DCB3EA861BC7FAA0604EFD5D5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58236fd3141488a8201b9132b85f69639bf014bcb2088d55d986dd57771a402f" - }, - { - "algorithm": "SHA1", - "checksumValue": "04b8f9611ef05e0dcb3ea861bc7faa0604efd5d5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-2BF48A41757631FC6E90941DE06AAE6BAE7526BF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c2ce307ac101167ff4f4787677457a7d30b717f54c77744381bb74beee0e560" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bf48a41757631fc6e90941de06aae6bae7526bf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.SignalR.Protocols.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.SignalR.Protocols.Json.dll-D62542D4D4D44EB2EF3DF82021FBD5702EC8C3D7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "244e622cd14973fee5d0f9a83b0af8711086969d81979bd3f07f44baa081a5be" - }, - { - "algorithm": "SHA1", - "checksumValue": "d62542d4d4d44eb2ef3df82021fbd5702ec8c3d7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win8-x86/native/miutils.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x86-native-miutils.dll-7597FC73D5F875BD5B46456C0C79AF17DC2A220A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e07d419f8aebd042b6af8352e73f95bb37c3842a2bee57e26254ea72a41c0bd6" - }, - { - "algorithm": "SHA1", - "checksumValue": "7597fc73d5f875bd5b46456c0c79af17dc2a220a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-project.nuget.cache-156875D5B6E337ECD651FF1BDE0653C27838250E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "45368cfdc52f0259cf89483c2e79cf3b39558eec4d96be37d9129754047764e9" - }, - { - "algorithm": "SHA1", - "checksumValue": "156875d5b6e337ecd651ff1bde0653c27838250e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.runtimeconfig.json-BF524148BE178643CF0910C7084CDB69FE461538", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0fc1be224600db948115fbeb4d57e4d49f36be315863cc91677eb7b84cda1c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf524148be178643cf0910c7084cdb69fe461538" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.FileListAbsolute.txt-1C9E445A982F352CBC6D6D2CC6D8F9548129B8BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "812972caeed1a625b4cdf71f6a202b95af2482b2dc54fc1cbe06a1b709d9550d" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c9e445a982f352cbc6d6d2cc6d8f9548129b8bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/runtimes/win81-x86/native/mi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x86-native-mi.dll-33CD868AFB80DF002D748F8F844ABBFE77506B1B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "29a87571238bc1c7a8ada1e9b185a33ba80ac5f3f1cc8a3be0848714aa4a344f" - }, - { - "algorithm": "SHA1", - "checksumValue": "33cd868afb80df002d748f8f844abbfe77506b1b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6dfa5d4097fd218b54fd8be987a7674d7284651e642fcacca70418b967c42519" - }, - { - "algorithm": "SHA1", - "checksumValue": "98eec907e76915375a61701f7892a979171063d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95dff7d344cb012fe07af3afa79ae11c64c55be4f54b391b0590e4b64c995bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "140acec58a587a9c9e3bb8f530cb09cfacaf4bb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "884a5b6dd9e34dd52c64d2fa64d8ec73e9c52dedb80e87da055bda0dba14e389" - }, - { - "algorithm": "SHA1", - "checksumValue": "294957268f8d2514127453edbc7012dbc0e20a7f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.nuget.dgspec.json-7F7CD2F8FDBBBD81BB2167C707C2A811EDEB833F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f6677a2a5696d69072b23c9290cf7a1083677a54779a64775f65297d61eb020b" - }, - { - "algorithm": "SHA1", - "checksumValue": "7f7cd2f8fdbbbd81bb2167c707c2a811edeb833f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/mscordbi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-mscordbi.dll-DA45648F0148E6BD95151F267F1A083F83D25D30", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9c98a4a9103568c3995b09a81b43b4bd475e33c853a80ba93e916dd59d1c284" - }, - { - "algorithm": "SHA1", - "checksumValue": "da45648f0148e6bd95151f267f1a083f83d25d30" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Extensions.DependencyModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "933627b57f2d0115491cdacc61efc313bee1ec0ff066fba545093a39b8ac4391" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f8d529adca79aaa9481121c944f99fa694664f2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Scrutor.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "59d0a015042d7aff84c43707fe6c00db4bc8194aeaee364ec0222a68d3055d89" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9f4514122d194e8ef5f01797fa8c7299f4245c3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Azure.Security.KeyVault.Secrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0318a5b4310c29bc9a923fe5c8f77bcfe5d74915e69557aa82505afed5a0ee6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "378c16f9aec43eeff3ccad8976a37b49e572c7e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.assets.cache-CC47298620D1C350DDBAAD1663FEED852A104E23", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "37f79d11d68642a707984860f7b49ea2cbc653112a41e81e86bbec98830f1046" - }, - { - "algorithm": "SHA1", - "checksumValue": "cc47298620d1c350ddbaad1663feed852a104e23" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Buffers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Buffers.dll-99A94AF1DE76F079AE527CAC0C9279AEDC6C2157", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "082bc73a093de8986729d68852faa7b32784e509e52a6abcb2e5fbb2d7d48b6c" - }, - { - "algorithm": "SHA1", - "checksumValue": "99a94af1de76f079ae527cac0c9279aedc6c2157" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.ComponentModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.dll-4B91C69E0D739DE161BF59C12139F71C5B7AE16C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85f1b1d80ce30ac291b0e9c8ed9f9cca03050ca4af821090760974c617a8856b" - }, - { - "algorithm": "SHA1", - "checksumValue": "4b91c69e0d739de161bf59c12139f71c5b7ae16c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1164d1f88e0b94d034b1a4d2ae3de7e8c816c77ca786328818fa0a876bbc9b9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fe5f8670301a959e45f5558792cbd5807a4fb53" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.pdb-466941B7CB0AC2A0CE452279B69B4E4AB9BED2B6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b5d3d96d5c7f4b1286081f4f8ab25ac0cf3fe855ba880403a415d4f499868d0" - }, - { - "algorithm": "SHA1", - "checksumValue": "466941b7cb0ac2a0ce452279b69b4e4ab9bed2b6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-project.nuget.cache-C90A83A9BDDBBE3C417CD25174723D8EBD0A3BC2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "72b86a05b550cee3169091529c6fe98056b01959ea4bd78cb12817dd8c866793" - }, - { - "algorithm": "SHA1", - "checksumValue": "c90a83a9bddbbe3c417cd25174723d8ebd0a3bc2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Scrutor.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "59d0a015042d7aff84c43707fe6c00db4bc8194aeaee364ec0222a68d3055d89" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9f4514122d194e8ef5f01797fa8c7299f4245c3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.Telemetry.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.GeneratedMSBuildEditorConfig.editorconfig-0E20488998B8C8D64766E04F429431853CF52DAF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a21db48a80c07b330a809e015fa9ec5e13a064662d87b9ce0fe16b32973a5551" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e20488998b8c8d64766e04f429431853cf52daf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-project.nuget.cache-D0969A11DABC2372AEF8DB6CBE4782ECCFE55227", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ccb9511b3bc4497be41ae480ba1724f149c4577615116d2b83e9623b419ad559" - }, - { - "algorithm": "SHA1", - "checksumValue": "d0969a11dabc2372aef8db6cbe4782eccfe55227" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/OpenTelemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58770f0e864fcca58cb874971c3352dd13e646814a2ab72c4cf77808e6b978dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "690f954fa0a5b8fedc4b4e2617388a3a8866abfe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4024ec2d41adb6282071968961ca148ec28bd3cddba4941be99bdb175d00fbf2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6691f3ea331c03cb73a00f45d8861aa8d26d83a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.FileListAbsolute.txt-ED44F89CF0A2FCB0B55A5EF60C60C5E71F82C13E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "743aab2dd259152cb57b9c87b95c5e317ed733b0513d89b4190ab0d19537cea5" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed44f89cf0a2fcb0b55a5ef60c60c5e71f82c13e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e910b25adc9057a3eaa00c30c659c015077e4a97b57d0895d6fac50d96d9ac4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "662d3f82fb5fbe6610c8d338f78273f7d1ca8bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/ES.ToolAuthService.ClientLibrary.UnitTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.nuget.dgspec.json-53ACD4990A5F49A2DCDCFA15A6AC01781E2CA808", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d923b3b0349ae2f374bef1eaa9ac03b98a2684fc57c78b5cd366a330ad4489ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "53acd4990a5f49a2dcdcfa15a6ac01781e2ca808" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.UnitTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.assets.cache-57EB90CD81AEBAB3A3559E8C2ED4EF36F29EC40C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "980f799018a0e20113f64cb39c86b5138576b5be4a8e355c7886fc011f4f84da" - }, - { - "algorithm": "SHA1", - "checksumValue": "57eb90cd81aebab3a3559e8c2ed4ef36f29ec40c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.pdb-56D17AE4D71134385E0647DFBE5D2137C881B56E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0545baeda281f9d2fdb8477bfc243be0ed578bcd50528ee0e00480b2422227eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "56d17ae4d71134385e0647dfbe5d2137c881b56e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.deps.json-D5E8ED4A1C1249EE4403DFC4D3266E37C6F7F8A0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8c39d2fb984a0e94ab9a08d2afb13e6678e00a381e63edba77d2b5168e1d4f72" - }, - { - "algorithm": "SHA1", - "checksumValue": "d5e8ed4a1c1249ee4403dfc4d3266e37c6f7f8a0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-project.nuget.cache-EF574E69828FE15317D36434556A667F2820F0ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d53829d5b516c00af36bbb520022c27be1b31438d2fb9666df08a97208785891" - }, - { - "algorithm": "SHA1", - "checksumValue": "ef574e69828fe15317d36434556a667f2820f0ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/ES.ToolAuthService.Common.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.csproj.FileListAbsolute.txt-DB3A2FA43845809B1B3D3031972F11DCB4999103", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5864cc76b52899bb478d7997dea62b1a52f4ee6d16219e19750e91c66cd76c" - }, - { - "algorithm": "SHA1", - "checksumValue": "db3a2fa43845809b1b3d3031972f11dcb4999103" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-project.assets.json-208717E015CA45F91E59A235A7E02F0D26A9FEE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d96ae42283ae55b19ac66fa038aa7359f6d9ba91a5ed61bd59753fcecc85298f" - }, - { - "algorithm": "SHA1", - "checksumValue": "208717e015ca45f91e59a235a7e02f0d26a9fee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Abstractions.dll-EEB41B18A408564075F5C776605F4EC3807B7B60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "99ca1ffdd0086c57ffded3e93edfb2f0d0980a2689f15800a06448349395076d" - }, - { - "algorithm": "SHA1", - "checksumValue": "eeb41b18a408564075f5c776605f4ec3807b7b60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "836fa1009286db71e6b42e81f2feb899ad176d2cc3efe6d42713008c4ea643f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1559636b9fee884b2b30283a1bf2930dd0ee7df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6054038557c18959da52f7bb4183d6bf1cae79a22ded2b0bb87746a7981ff217" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9469a5630a0a9d61d2ce2d3af159d294e091150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.EventSource.dll-0ED2B3C3EC971B7EA19DD1916097B0F91F859A46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f59d3a09c2e8ef2dacc3706a5a3ff9bba04cb4d2f916a9f01a8c167cb4e71826" - }, - { - "algorithm": "SHA1", - "checksumValue": "0ed2b3c3ec971b7ea19dd1916097b0f91f859a46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Swashbuckle.AspNetCore.SwaggerUI.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e77631e9adcc69284f89a49a1a2ba84e6f4f22d870eb55f1786101cd5a20b638" - }, - { - "algorithm": "SHA1", - "checksumValue": "a2996e946465a7582f6e25e404d9fd15e3a1a894" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.DiaSymReader.Native.amd64.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.DiaSymReader.Native.amd64.dll-A774426BE87CF270E33B4FFB3D01DF2E44625D3E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "17c6ba758fcacbbdc7e1067067f915893e175944b0f1559f61dccd137eb2a1de" - }, - { - "algorithm": "SHA1", - "checksumValue": "a774426be87cf270e33b4ffb3d01df2e44625d3e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/ES.ToolAuthService.Service.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.csproj.AssemblyReference.cache-22DD2BC6D4BA1BC696769AEC8018BBEA47BE08BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "75e649bf5a3e21f5ce361b9f15abf0dcf741350227b227ca475a6628f569bdf1" - }, - { - "algorithm": "SHA1", - "checksumValue": "22dd2bc6d4ba1bc696769aec8018bbea47be08bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cs-AB7C93AF37C001D7060F61F777FD7E9955B40698", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb6b0c5569a68a6de3978a1754a4dedcbdf1742e750170097a6c963488c421cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab7c93af37c001d7060f61f777fd7e9955b40698" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-debug-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-debug-l1-1-0.dll-C80FA5CC0C40231C284B5527E61F717D3C4F155A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cdea8eebba081c49bcd9462c55bed5db9360848a0860eefc947a6fcbbf9dafda" - }, - { - "algorithm": "SHA1", - "checksumValue": "c80fa5cc0c40231c284b5527e61f717d3c4f155a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-interlocked-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-interlocked-l1-1-0.dll-9E7E62BF74F124CBCBFB6435A027749236BE2D7E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b5590eb340a5cf2f8eb4534835d32b79902719de95e9c8b7209b61a54d60de67" - }, - { - "algorithm": "SHA1", - "checksumValue": "9e7e62bf74f124cbcbfb6435a027749236be2d7e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-profile-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-profile-l1-1-0.dll-AC0F0F0EE9880205D5B9B6CBD4AFBAC3F8A4C0F8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4680d66f0daa6fd62e55c7d578fbd2bf0afc5b24eda6c77f062fa8874a470342" - }, - { - "algorithm": "SHA1", - "checksumValue": "ac0f0f0ee9880205d5b9b6cbd4afbac3f8a4c0f8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-conio-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-conio-l1-1-0.dll-D57AEE07323DDED876CD2DAD412728A319F5F27B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "65130625b16d9cdd909caf5a29b64810b241f7f5997b0a6f81d757f40a54ee2b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d57aee07323dded876cd2dad412728a319f5f27b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-private-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-private-l1-1-0.dll-8C4248E079FF1F03105D4C7140E1137C4749AD61", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57baa12cc1787c154e27cd0c9147588fdb924f581acdc178fbd508f88be72e77" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c4248e079ff1f03105d4c7140e1137c4749ad61" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/appsettings.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ec657e434d0c26ec82560f0aa397fa956b83ff16a27c3f5b45fbea8728ee0d6" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed29cc79d6f882dfdae1deeeb5c5ab8095c82cfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.ComponentModel.Annotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.Annotations.dll-3C3A3C5D6426BC6F66ADA011C0CB63C47DA1F1E4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6a0a4d3d05fc97eff7a982aa25a3e73f86cebd9e0b1ea7f5c07233e407a2e3e0" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c3a3c5d6426bc6f66ada011c0cb63c47da1f1e4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/apphost.exe", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-apphost.exe-5DE55111F817351392130730CCEF44665E266D5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4005d3989161a519fa6be148e2a41de287dc616acd9391bbe89d003d90c04c7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de55111f817351392130730ccef44665e266d5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Caching.Memory.dll-4CCA8D41515C71D69BE0D14EC92FF46839D89D23", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3b10a9abfd5c7e088f7dd275af8db34b72401630a4c2ffea63ef076edfd96bc0" - }, - { - "algorithm": "SHA1", - "checksumValue": "4cca8d41515c71d69be0d14ec92ff46839d89d23" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/ES.ToolAuthService.Service.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.GeneratedMSBuildEditorConfig.editorconfig-E012BC2CF32944B225E33892E7AFF3329825D3B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36addfcc337666d711a5b27bc4b1b6b848e3ccd7d4b5aec1b699f94415f6be5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "e012bc2cf32944b225e33892e7aff3329825d3b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Json.dll-EABF7567CBE3398E15D0E11048F8F10303E4E549", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "395421f416f9f626d2a3f5235f27af92d9fa302cc05d02db0c0931859f3bdf8c" - }, - { - "algorithm": "SHA1", - "checksumValue": "eabf7567cbe3398e15d0e11048f8f10303e4e549" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/ref/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ref-Microsoft.Engineering.AuthenticationService.Svc.dll-6863512BAFEB6592F2501F3D5D4E3611E1172627", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "da211160647aba6ca6a1189ccc4fc1e114c7aee6d6b43a64be1832623d9a724c" - }, - { - "algorithm": "SHA1", - "checksumValue": "6863512bafeb6592f2501f3d5d4e3611e1172627" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Console.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Console.dll-A98EEC476135572FB6B1B694F6B0F20C4D68D1C7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1adea85072ceb1ec5af665cd81d0babdba5c4bcf6c2966679f87b5a275dcd060" - }, - { - "algorithm": "SHA1", - "checksumValue": "a98eec476135572fb6b1b694f6b0f20c4d68d1c7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ES.ToolAuthService.Service.FunctionalTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.AssemblyInfo.cs-7AE8C070A970A0E671B3A1D6789C8C705E0D9162", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a2e5b5eb2890d2416c559bfbfdbfe05532ba59ce1fb3cf3fef43659b366a3a18" - }, - { - "algorithm": "SHA1", - "checksumValue": "7ae8c070a970a0e671b3a1d6789c8c705e0d9162" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ES.ToolAuthService.Service.FunctionalTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.genruntimeconfig.cache-654E94CF45ACEBF9E45918544FA6EBC8C28A48F1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18bddd80aa43ce7289d298c965067213a97fb324f8a34d63cc813e4c9da588eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "654e94cf45acebf9e45918544fa6ebc8c28a48f1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Diagnostics.HealthChecks.dll-0C9D3990F883B80400364E903B4C128B942FD2E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82d4fddbf84e17091a76be6b52ebfb7858ecbe2c153fb77bc2a2d27df68d621c" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c9d3990f883b80400364e903b4c128b942fd2e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/ES.ToolAuthService.Service.UnitTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-ES.ToolAuthService.Service.UnitTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b02598b2389388b9378766713588b8f02612c8947e801c3dffec8c93bf94366" - }, - { - "algorithm": "SHA1", - "checksumValue": "14ed9473874585670a30b06856c78c030d0121c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ES.ToolAuthService.Service.UnitTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll-2FA90F06AEEF30C260F16C9BF76BFE456F8254E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be2a649dd2c00b3f3f3dd1ada5981d8fae7578817bbedf393419bec12fda46b8" - }, - { - "algorithm": "SHA1", - "checksumValue": "2fa90f06aeef30c260f16c9bf76bfe456f8254e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Hosting.dll-537A34FC602737F7A711536431B7EFADEC2913A3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "011e0835a96a4adcb0bd3c117b3e75185beec1bda983d62ca399a9717c2abd6d" - }, - { - "algorithm": "SHA1", - "checksumValue": "537a34fc602737f7a711536431b7efadec2913a3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/ES.ToolAuthService.TestFixtures.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.AssemblyInfo.cs-23ED351574D6846A4DB7BB5ACA3289A58EF13BD7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19536eb1fa4f4dd8e758657d30493d42341442140f4b6a638245ae9112e1a9a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "23ed351574d6846a4db7bb5aca3289a58ef13bd7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Configuration.dll-6FF7D9A89F96AA36380B6D263F413A4B9D1BF4B0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4e633e005e617d4a6552d56435488da148e8779522ff2ffb6b4b163173c83cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ff7d9a89f96aa36380b6d263f413a4b9d1bf4b0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6dfa5d4097fd218b54fd8be987a7674d7284651e642fcacca70418b967c42519" - }, - { - "algorithm": "SHA1", - "checksumValue": "98eec907e76915375a61701f7892a979171063d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Options.ConfigurationExtensions.dll-C4509E37DF52CE70FAA61B8CC7F35B353E7DA6E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "959e4e6766285006edf171cb7081318ef73a588383450b0ebf99d7d5dea778ec" - }, - { - "algorithm": "SHA1", - "checksumValue": "c4509e37df52ce70faa61b8cc7f35b353e7da6e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.EventLog.dll-61AB52B2F51AED30C894CBE06FED7BCD722C12BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3775d787537b4f033c37a64af7bc4bc45a87760b82e489afed17f723af70c599" - }, - { - "algorithm": "SHA1", - "checksumValue": "61ab52b2f51aed30c894cbe06fed7bcd722c12bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-project.assets.json-E70EB85FDC45EFA1D9DF6C28B712640799E8074A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "92e3a5ba4a264acd00571a677643f55bed33955731cac9bf56ea05b89e5a0e2b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e70eb85fdc45efa1d9df6c28b712640799e8074a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/ES.ToolAuthService.TestsCommon.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.csproj.FileListAbsolute.txt-D1EB8DCD67C31DEB32136FF561D4413608341BE9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f0456a636eecf7da877040bb5769e554ebf523b072ecfe9395ec59c478c1d48d" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1eb8dcd67c31deb32136ff561d4413608341be9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.IdentityModel.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ca294ca9e3b7188e4e7fe5c33cd9fc83eacefdd718c7f4f152a99dfbd18e545f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f232d6b46c6e88cf4b55260c3fdd876a84b3e118" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Win32.Registry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Win32.Registry.dll-52F858F42487344FC9B253DE89DE9D97FE7F3A26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "437b69726f548d29756fe2f25dac2a88f62c0f7258689f9c0a9a365ad3db2332" - }, - { - "algorithm": "SHA1", - "checksumValue": "52f858f42487344fc9b253de89de9d97fe7f3a26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-project.assets.json-C6A6DEA8C679431190386F096BF459EC520E6AA0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "525e078a406165478033aee456750a248899cedb7d623c6452b5bb13641d2807" - }, - { - "algorithm": "SHA1", - "checksumValue": "c6a6dea8c679431190386f096bf459ec520e6aa0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/ES.ToolAuthService.TestTool.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/netstandard.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-netstandard.dll-6D446D3D64E96C29E98C7A2CDC4421D60C295AFF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "78107ab9621c109ecac0ed9fda68b8e4bf05682aa1c982cd506a9cd33ed859cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "6d446d3d64e96c29e98c7a2cdc4421d60c295aff" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.TraceSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.TraceSource.dll-66D4019484ED207E12DA08A12F759654D82A50AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ad86af16e418eb4a7f724c52bca400c310166afed6680869dc10f81b2f570327" - }, - { - "algorithm": "SHA1", - "checksumValue": "66d4019484ed207e12da08a12f759654d82a50ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.TestTool.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.TestTool.dll-FB610606389B7236AD4B3C235C48394420802300", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0e3ada96ea5488f2bf4d064b0a207382dc1b912ec5d65cb4ef5b07ac8c6da41a" - }, - { - "algorithm": "SHA1", - "checksumValue": "fb610606389b7236ad4b3c235c48394420802300" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Swashbuckle.AspNetCore.Swagger.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580c018dd11d694eb36e10f1030957ecec54ba39c7f08e094a0fd2804b8df3e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f5f74e698966244f692a3c8ec4fbf9c6c38e7c9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Globalization.Calendars.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Globalization.Calendars.dll-5F2432B08BD5873ABCC2F6E674F8B08107548BA0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fc39c566b9cf7c021c62b7dc17bc4e92910148f10d6b150184f890ebf52a7028" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f2432b08bd5873abcc2f6e674f8b08107548ba0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Collections.NonGeneric.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Collections.NonGeneric.dll-D6D6A0A54E70FB4D29B5A264C6331914109FBB3B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1b6cc12027c9e1abb8301dcede2e17cfb4e7dae41f8783b474f64e7858d5d7f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "d6d6a0a54e70fb4d29b5a264c6331914109fbb3b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.Compression.ZipFile.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Compression.ZipFile.dll-F6BCB66BF58B2CF1E3F8D841D27D7C39DBBDD3B2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d6d221066212c46022c6678de269dd7f86c646d40421297dc88e6930e1c76faf" - }, - { - "algorithm": "SHA1", - "checksumValue": "f6bcb66bf58b2cf1e3f8d841d27d7c39dbbdd3b2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.MemoryMappedFiles.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.MemoryMappedFiles.dll-A7E053D984DBDCCB40D851968EF09737032C6DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3ee522e4de30caa34ae4a35eb0edffd5deaea5be63d5380597d83c1a61262ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a7e053d984dbdccb40d851968ef09737032c6df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.Debug.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.Debug.dll-94180C053B5853D428573D139DD53FDE897C1C4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9e6d1f5d640167c7c1a462692bf6ea6712c3bf63150107f83f4761ec4b069ab" - }, - { - "algorithm": "SHA1", - "checksumValue": "94180c053b5853d428573d139dd53fde897c1c4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.TextWriterTraceListener.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.TextWriterTraceListener.dll-1C951C396922369D27E3BD15D3035C87D079FA4F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c14f01ae65f993436e5376a8062ee521baf2d85e53f02dfa50d565fe9dc0624" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c951c396922369d27e3bd15d3035c87d079fa4f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Dynamic.Runtime.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Dynamic.Runtime.dll-93D09FC67526D374E6BA34A234863EAE4E85825B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6da89a3bd8ee53f4861dd2d8a474272b6cd6508dbbc9d81c0703da9f63004934" - }, - { - "algorithm": "SHA1", - "checksumValue": "93d09fc67526d374e6ba34a234863eae4e85825b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.Compression.FileSystem.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Compression.FileSystem.dll-D61B7A0D08A2A960860184BAF7EAC4E613DD0E14", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "47b635428a4c63866c190d4d96697ec1d1ea3a49e1fa72072be36deb86eaf015" - }, - { - "algorithm": "SHA1", - "checksumValue": "d61b7a0d08a2a960860184baf7eac4e613dd0e14" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Linq.Queryable.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Linq.Queryable.dll-C2EFD38F3641D426BE5D9440E61358CC7A453CA5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ad5352c35f15057c3e5b89f5c1151f91edc023a299892423118b950d085ec6cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "c2efd38f3641d426be5d9440e61358cc7a453ca5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.FileSystem.Watcher.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.FileSystem.Watcher.dll-1A1208C0519FB138C525D58ECC22A7071E3145E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "634685a3c8a21267378a6b59a781628619dc2dc831e53f4182bee77c5024b92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "1a1208c0519fb138c525d58ecc22a7071e3145e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.NameResolution.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.NameResolution.dll-6AC181012CBF5B8353EFC0D4B7970D1E03C16270", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "681f43d96bc8f1bc6a642601c199f44077df41d9f2576fc6d228bd714890831e" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ac181012cbf5b8353efc0d4b7970d1e03c16270" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e77631e9adcc69284f89a49a1a2ba84e6f4f22d870eb55f1786101cd5a20b638" - }, - { - "algorithm": "SHA1", - "checksumValue": "a2996e946465a7582f6e25e404d9fd15e3a1a894" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4005d3989161a519fa6be148e2a41de287dc616acd9391bbe89d003d90c04c7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de55111f817351392130730ccef44665e266d5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84daed45505ecec678a58e666fd868b8753dbfebde20f92a3b5a1bddd2b2425f" - }, - { - "algorithm": "SHA1", - "checksumValue": "8761407f7ac3e7ed3f08e2b4fdaa1cd4215ca451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6054038557c18959da52f7bb4183d6bf1cae79a22ded2b0bb87746a7981ff217" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9469a5630a0a9d61d2ce2d3af159d294e091150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.deps.json-CE6DC979A4364D00B7568B4D3DD3A03603BEFE85", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "71ccdb7e9b2efb46b0023119497ff64e05170e2e1949b4bbf7d9b2bc2facab91" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce6dc979a4364d00b7568b4d3dd3a03603befe85" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.Sockets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Sockets.dll-5FDE5E654CB74BCACD87FE8F37AFA75891210DAA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85bfb09f92a0055d7dc3ea2dfa944192d2dc39ed969e9962f23b2bf0e0a4fcb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5fde5e654cb74bcacd87fe8f37afa75891210daa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ObjectModel.dll-AD54444F5443B2B849D188DF9AC30CA25190B32A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b5d875ba0426ff40eaeb815f257785d74f3c1450deb8f544b6409780568b0e2" - }, - { - "algorithm": "SHA1", - "checksumValue": "ad54444f5443b2b849d188df9ac30ca25190b32a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.OpenApi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4e8c83fde8785daac1c5e5a830fbc95cfc4612e99ffa347842001809471a447" - }, - { - "algorithm": "SHA1", - "checksumValue": "8e74c678e651ba03a6bceb074fbe47933e87f6d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63392a894b3e598c14c12f48a6adc90b313afcec765b99b8e7877d893ee6e30" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b3481db429e0803ab14fc02fa095fdf29798756" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Reflection.Emit.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Emit.dll-9148C48122EE43AD72EABD85A902B82786A6D758", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c4eb9ea17efcd674a3f53cbf8723538535b8165c5ca085cecf87cfa2a8fd2501" - }, - { - "algorithm": "SHA1", - "checksumValue": "9148c48122ee43ad72eabd85a902b82786a6d758" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Data.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Data.Common.dll-583B32CD01724B86F2B8027E02F6DC4C3AB3A4B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a69977dff9dad39fa67f38c920b61c8abd028f9fc15845ec88b09fca38accba2" - }, - { - "algorithm": "SHA1", - "checksumValue": "583b32cd01724b86f2b8027e02f6dc4c3ab3a4b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Resources.ResourceManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Resources.ResourceManager.dll-7401A16A974D61FF4ECCEC5075514F7CEFAF5F21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12f0f02b4bfb5f0e1f798686657ad44b66fefcec235f61d042392431c69e8b6d" - }, - { - "algorithm": "SHA1", - "checksumValue": "7401a16a974d61ff4eccec5075514f7cefaf5f21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "732b734cc080278a89a62a393c99816ebdcdfc8bd20cdfa6e88a60ebe7a59f67" - }, - { - "algorithm": "SHA1", - "checksumValue": "efcd1a1e48d12d856f0b6e7c6a9cd26aa9751626" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.FileVersionInfo.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.FileVersionInfo.dll-B92B19F457AD0C0FE6A2FED057A995D903BD24DA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d02a0a8ec6b535441c7de152f817b920243c25b9ea506652a6e02c052d0d54" - }, - { - "algorithm": "SHA1", - "checksumValue": "b92b19f457ad0c0fe6a2fed057a995d903bd24da" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.InteropServices.RuntimeInformation.dll-BBF5B1BF829F9F623AB07CFAF052671F6DC130A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4a55cb82c4453eee1e8eeb8c19c9f718c6996af15ccce9d55fd9152198aeca94" - }, - { - "algorithm": "SHA1", - "checksumValue": "bbf5b1bf829f9f623ab07cfaf052671f6dc130a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18989199e0323e1f701aa9a6a3698083188f210895d6f6f4571104e9a448f64f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c9a46db5784286b1bf7ba86e2369d7fee3fe9ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.Serialization.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Serialization.Xml.dll-CA7F90F21E017763D9C3D788BEB6AE2BEA429475", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4b511362fdb187297cd4fb31ab3d90cd50ed905bf2888f9a88faf8eed62635a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca7f90f21e017763d9c3d788beb6ae2bea429475" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.dll-E842747F6AA284DFA46FE109F70FFD2A8E0DA8C1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3c1297c44db4da7fde10026c95869232935f077a2d066d1bea1fc862f7cca9c3" - }, - { - "algorithm": "SHA1", - "checksumValue": "e842747f6aa284dfa46fe109f70ffd2a8e0da8c1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Globalization.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Globalization.Extensions.dll-9081DEDE0E289B7F56556835B55C7870C1461DF0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60d2d6f63e5d7cf78059bbe47f26d348d94bcc41f211c7d5450cf5fd7ec6a0ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "9081dede0e289b7f56556835b55c7870c1461df0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.FileSystem.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.FileSystem.AccessControl.dll-7B6EDB844F2DF2772C61D30B91F52F1CAE7B9463", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e1cce1b10cf2bc13a19afa8da3862e356971209496abf86f560dc24ab6bc554a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b6edb844f2df2772c61d30b91f52f1cae7b9463" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.Pipes.AccessControl.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Pipes.AccessControl.dll-295CB5D66DFEFBB12E7D7DC8E765521A64AB1444", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "31fb4416e3c5b7735210322d54207cb0b416888d8ef69ccc743b258011731210" - }, - { - "algorithm": "SHA1", - "checksumValue": "295cb5d66dfefbb12e7d7dc8e765521a64ab1444" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Memory.dll-08014C28AAAB4A532C9807537952F13EED023A9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93159fdca6482c6452f65d867a25cf6c9d64171e201c7dbe77a219b34a802460" - }, - { - "algorithm": "SHA1", - "checksumValue": "08014c28aaab4a532c9807537952f13eed023a9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.Ping.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Ping.dll-243EEA79B628E836BFF4D9F0C5DAE31BF213CECC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c0c706fa13fc4d7281e4a16b39c1151a352c062a81776ef53bc529d7876c229" - }, - { - "algorithm": "SHA1", - "checksumValue": "243eea79b628e836bff4d9f0c5dae31bf213cecc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Swashbuckle.AspNetCore.Filters.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1924b981a3c8def00313fc12e6828ddb6dcc19ad232d3dcc22c9d8fc9aabc69b" - }, - { - "algorithm": "SHA1", - "checksumValue": "55b596abfa450b498d8cccbe64d69c07e4b3664c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.WebHeaderCollection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.WebHeaderCollection.dll-B09446CF21FD02789F2F950D953B45A8B1BCA15C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b1727f79be6685538b6fb2abe8e10d1ae5408218148583d3dbc2c53634c527de" - }, - { - "algorithm": "SHA1", - "checksumValue": "b09446cf21fd02789f2f950d953b45a8b1bca15c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e910b25adc9057a3eaa00c30c659c015077e4a97b57d0895d6fac50d96d9ac4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "662d3f82fb5fbe6610c8d338f78273f7d1ca8bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/System.IdentityModel.Tokens.Jwt.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3ec36bb42e44c0202e1b43440a7f6cb6764b2b3e2d8a23b20a375dc5f0403" - }, - { - "algorithm": "SHA1", - "checksumValue": "5006411473e54d48541c43a63de87376d09e2f82" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6010c06e53f695cf356fce6d16e4e231c31c2f921269eab9168cbc3ed12efc20" - }, - { - "algorithm": "SHA1", - "checksumValue": "6397d2d3a32beed9894c316ae94e60680bbd0969" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "96ba23f49fe38a5db3f9e956e01282be4ca9d1f9992080b750c1275b714e3922" - }, - { - "algorithm": "SHA1", - "checksumValue": "daaad0af351ea47bb170035b68251064db14392a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e29f3a64f1d0b0d423367cad08b997116ae74190c4fa2918296392f46a0579c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f7c3d7f9b3d802e4e38e24dabecc033c64d18c4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Cryptography.Pkcs.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Pkcs.dll-FD53CD927AEF0278C23354A16B36C0888D9986F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "06293d1fe4d5e14d3638949c6feb99c42915af61da61a8e11c3f6dcae7e26e6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "fd53cd927aef0278c23354a16b36c0888d9986f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Principal.Windows.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Principal.Windows.dll-BD765F55D24B39A2BE1BD030B1B260ABA169CA5B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "64d6d1052718b4587c3837e4753a880741582c17967a1d7f23f18abffea3f2e4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd765f55d24b39a2be1bd030b1b260aba169ca5b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/appsettings.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ec657e434d0c26ec82560f0aa397fa956b83ff16a27c3f5b45fbea8728ee0d6" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed29cc79d6f882dfdae1deeeb5c5ab8095c82cfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85480de6960ecc9ff1cf8eaf88ad967763c23d278e93f6b90fa36fe24d580da0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ac62a2356891b11b57f05616ba6e9c6f735f65e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24852ba6019fd4b6e44c8af0176d1b3032f36d18b2205f4a7c840adbb33dc8a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d91b072f2700aff802f608120b122fa23f382efb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14213b2b86091b165c3847ebf81e67607ed8942852f5f9e49e6f0041af7c9a56" - }, - { - "algorithm": "SHA1", - "checksumValue": "f255d26a3f4d96a334d063857f951032a2078b99" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c6f737e5f3493c86c99483542dc79b82e1a27841f34c3d91ae96dae8075f4bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b1bceb4a2b3ab2ad6f9e11df7f851bc1943dcd5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6baca3977c617aa3b98656b0b600fee5be0f27c36124a5a0bc7bb2db87e6e92c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bde28ab771eb0b3453027b0d51ca1f6aefb33d72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.UnitTests.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.runtimeconfig.json-BF524148BE178643CF0910C7084CDB69FE461538", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0fc1be224600db948115fbeb4d57e4d49f36be315863cc91677eb7b84cda1c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf524148be178643cf0910c7084cdb69fe461538" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6dfa5d4097fd218b54fd8be987a7674d7284651e642fcacca70418b967c42519" - }, - { - "algorithm": "SHA1", - "checksumValue": "98eec907e76915375a61701f7892a979171063d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95dff7d344cb012fe07af3afa79ae11c64c55be4f54b391b0590e4b64c995bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "140acec58a587a9c9e3bb8f530cb09cfacaf4bb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1faf18f57bc5277266e88a66d49ce8c919b723df55b5ce6f52776e476f53d0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fc962eb34dd5c60f2c5bb1bbe614827ec9bc8ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3768017bc22abe638fe813b77ef0dfc0d247e6f70f63064c2d6c422563d72ca8" - }, - { - "algorithm": "SHA1", - "checksumValue": "66824afbb37fdfa67f53b8c825ab4acf329c7972" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Private.DataContractSerialization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Private.DataContractSerialization.dll-6FA100337DCA7886157383FE90C8D9DC64FC8E41", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "204787b7b7ad2f970125950c4cc2c726ff05d0da1ec06f24c70671e8a24e8230" - }, - { - "algorithm": "SHA1", - "checksumValue": "6fa100337dca7886157383fe90c8d9dc64fc8e41" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/OpenTelemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58770f0e864fcca58cb874971c3352dd13e646814a2ab72c4cf77808e6b978dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "690f954fa0a5b8fedc4b4e2617388a3a8866abfe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.Json.dll-A49DD7085E657DD05E4A9F357C5F86033E45F4CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "02a6c1a793e559dede9fc8ba30741643819b62f367726cc8b890fb590923a1db" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd7085e657dd05e4a9f357c5f86033e45f4cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.AspNetCore.TestHost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AspNetCore.TestHost.dll-E7F314C7942F9AB480DA7F96C2780A4BED566884", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "288abef84101a282bbda8a43713a80b4edb9f59692d33b78ee7d0072d531672d" - }, - { - "algorithm": "SHA1", - "checksumValue": "e7f314c7942f9ab480da7f96c2780a4bed566884" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Reflection.Emit.Lightweight.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Emit.Lightweight.dll-69F65841DD4B23D4F0CAD615424718058C0CC155", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "80e969db088f7a961e7ca003d2082bf84c259176d9f484bdabb794122b4765df" - }, - { - "algorithm": "SHA1", - "checksumValue": "69f65841dd4b23d4f0cad615424718058c0cc155" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Linq.Expressions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Linq.Expressions.dll-6B11250DD111270B7A83FFAE37ED36B067ECAD84", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24055ed7812e5c984c1a4dc3dd50d4a95ec7a0ba4cfae08d51ea5846cc0aed7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "6b11250dd111270b7a83ffae37ed36b067ecad84" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.CompilerServices.Unsafe.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.CompilerServices.Unsafe.dll-3559DAB5B8A2C473872D33C55A75F0F1671DDECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4481ea25f0687a9928becbe3ab93d7dede237e4fefd659c476d7ba2df700862a" - }, - { - "algorithm": "SHA1", - "checksumValue": "3559dab5b8a2c473872d33c55a75f0f1671ddeca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.Loader.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Loader.dll-CA7DE5100D047C5BB224F5AB6C9C2ACFE270149F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8988849eba5db1c41e7143462829ad98ef9ec7001566acce165a966acef4a5e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca7de5100d047c5bb224f5ab6c9c2acfe270149f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Azure.Security.KeyVault.Secrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0318a5b4310c29bc9a923fe5c8f77bcfe5d74915e69557aa82505afed5a0ee6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "378c16f9aec43eeff3ccad8976a37b49e572c7e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Threading.Tasks.Parallel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Tasks.Parallel.dll-DE7A5BCA59888F4B25D3B3D98F486392AD762D7E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6fb67ef87eac2baef8d25b0e56b10d20c5971e0ea7329cb3493332d994d03541" - }, - { - "algorithm": "SHA1", - "checksumValue": "de7a5bca59888f4b25d3b3d98f486392ad762d7e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Claims.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Claims.dll-DAAD48ACB192F7C5F16CC084747EF94214438B24", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bbe30c28e7c03303d834d4f5e6b3867fe578b42142598d54afdc632f9ffe0fe5" - }, - { - "algorithm": "SHA1", - "checksumValue": "daad48acb192f7c5f16cc084747ef94214438b24" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Web.HttpUtility.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Web.HttpUtility.dll-3FB6E00C89447A4BD7F2C4A9B794829454DAD2FF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9fc6e58f5a1a5fe9765e180f208d5ef6760d9f514bc08a05cd456f7d3378f8cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fb6e00c89447a4bd7f2c4a9b794829454dad2ff" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c55c5e1e1ef2fe4b2ab64c2b10be19d1ee350ca75e5a12bece19d015f6a87f2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd687dc2da79accde15cffc09f0192d1e4114951" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Xml.XmlDocument.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.XmlDocument.dll-528510241806E51D566AF10B3C1AFDA322199812", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9284f78d36082b6a7d8c6e8995c94fcb8d6ff531b1d2caa28626905780550566" - }, - { - "algorithm": "SHA1", - "checksumValue": "528510241806e51d566af10b3c1afda322199812" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.ServiceModel.Web.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ServiceModel.Web.dll-B498ADB0F0EE52B4E2683944FE9F7FFF9D69F2F4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2d64c8b07ca49ccd2e84c14e3deb645f1d0210d2df5f6760e3a54980321f886" - }, - { - "algorithm": "SHA1", - "checksumValue": "b498adb0f0ee52b4e2683944fe9f7fff9d69f2f4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6dfa5d4097fd218b54fd8be987a7674d7284651e642fcacca70418b967c42519" - }, - { - "algorithm": "SHA1", - "checksumValue": "98eec907e76915375a61701f7892a979171063d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Threading.Channels.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Channels.dll-84AC689E64BF3BBCFCD714E91313224D3A529C90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dd6c9c00f98629adf16476c6c88ed44947a6f33cb3e02a01fa3c2317840a55d2" - }, - { - "algorithm": "SHA1", - "checksumValue": "84ac689e64bf3bbcfcd714e91313224d3a529c90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95dff7d344cb012fe07af3afa79ae11c64c55be4f54b391b0590e4b64c995bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "140acec58a587a9c9e3bb8f530cb09cfacaf4bb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Threading.ThreadPool.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.ThreadPool.dll-B6D0A632C4AD650F5164435E733A436A048A9621", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb9f61658a5a077d42599a224694a072848dfa4a6088f37726ed16c92cb65be1" - }, - { - "algorithm": "SHA1", - "checksumValue": "b6d0a632c4ad650f5164435e733a436a048a9621" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Xml.XPath.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.XPath.dll-DBBD3EAA8D854C8AA1B747246D594A070E252074", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3a537d8a0bc2df9edb73b3f88ca1a04f8afa7f126e14cf175d969a7e5e54353a" - }, - { - "algorithm": "SHA1", - "checksumValue": "dbbd3eaa8d854c8aa1b747246d594a070e252074" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "647faa69281ed3c82f93003d6a8a5488c5117fee7a89fb75fcd1d424fc360152" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2e3a04a88935c28ddb0d14b9b5cf5ecc53c1fad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.HttpListener.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.HttpListener.dll-FDD5DF3EE1DCC4F96A4866022C89FBA450E2B3B0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1ceb166f467ee53b671b679990e3d8d8d7edb0f0a51dec128842c5b8ad4c3e69" - }, - { - "algorithm": "SHA1", - "checksumValue": "fdd5df3ee1dcc4f96a4866022c89fba450e2b3b0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/NuGet.Frameworks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "342ff2c5d1af9378a07159ad4837b6a2f757c129ed0fe8110df83687f5c5f197" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa861c0c786652b563dc30c82684afe7ea3801a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/OpenTelemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58770f0e864fcca58cb874971c3352dd13e646814a2ab72c4cf77808e6b978dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "690f954fa0a5b8fedc4b4e2617388a3a8866abfe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be5108f92c7ad724f4df215935dcfdc281a2ff5ff4e469992489b915398b7fa3" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4952987c473f716c21223ca05e3fa2c7ca0a164" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.Security.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Security.dll-99B4FAA44A1F61CDDF92F951B6965CFE5F7E552D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a76fa2c2ba162b29754116cbdfb3cf8d925608544abd326a791f9ba4c633d78" - }, - { - "algorithm": "SHA1", - "checksumValue": "99b4faa44a1f61cddf92f951b6965cfe5f7e552d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd2351347020a366a5c436389380a3b12b7d4d9470c5e09bec01f0bc8b27cbd7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7e80c5fd0b09000bcdebb54085e23f22ad29ca1c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/coreclr.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-coreclr.dll-68936E51CECC08903B7EF02C9692B11231C3C583", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "589b7e5baab4f4665a567bd2dc6414714ee03aeae05ba3498c36d0107dcd10d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "68936e51cecc08903b7ef02c9692b11231c3c583" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Numerics.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Numerics.dll-2179BB42B3B588BAD504A8F7122CA8751ACF365F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "50ca4785ae7d4b4573c2f0e185628d8e2b04729b6f69103289018b21122cd277" - }, - { - "algorithm": "SHA1", - "checksumValue": "2179bb42b3b588bad504a8f7122ca8751acf365f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Reflection.DispatchProxy.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.DispatchProxy.dll-ECD45E1F0F0AF69B5D26A95844BAF59CA168E0BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "706bf97c1563a3ed8bb97c4ed326330931768242844d73ae97d68472ee4412fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "ecd45e1f0f0af69b5d26a95844baf59ca168e0bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Reflection.TypeExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.TypeExtensions.dll-C865E89AD1F4FB3CF4CBF8E15FEEDA63446666CB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d69bc15e1ed3c314add02862f7197e7d29a2377241b34536b495087eadfcc581" - }, - { - "algorithm": "SHA1", - "checksumValue": "c865e89ad1f4fb3cf4cbf8e15feeda63446666cb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.Handles.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Handles.dll-E65DB29B17C654680D0C1A8AE07DC02EFA32B323", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6fc6b75a3c99686aeb95ac22349cbecac54116488b75464a06926dae1c4c89d2" - }, - { - "algorithm": "SHA1", - "checksumValue": "e65db29b17c654680d0c1a8ae07dc02efa32b323" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.deps.json-87E89AC9144E2ED7BED8CFBE561EB6F9151923EB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bbca378c55f8ad48c2489f67dce85376211e5c3df5d65b9a79851d41aa947831" - }, - { - "algorithm": "SHA1", - "checksumValue": "87e89ac9144e2ed7bed8cfbe561eb6f9151923eb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.Serialization.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Serialization.Json.dll-E38F82AFA80F2F7360077F0FFD763F351712535B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "308c0e63984652cd1902d0c8ac2cb793a6edb441e0e2edaa4a2d4816a96d3556" - }, - { - "algorithm": "SHA1", - "checksumValue": "e38f82afa80f2f7360077f0ffd763f351712535b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7cadff89864104ced5cbb961a7950c1fbc0c793bd31fd957b415dd6c50861c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c920f91d43b9b76f6bb5a2b791be2a3792e6533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c7f32153b3c0dbeab6ea56f5df96dc92ffae9d1e8580f05b7e454cd27861f42" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba17bb80ef60c1e34354a2e544a0981328bd96f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Authentication.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authentication.dll-23CB57B2597192CD9F5FA59105DF69C8AB8A5B49", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "69e262c9a7e73e7bf08a882430a610e2863795ef00f16eee3d44e90534585ed8" - }, - { - "algorithm": "SHA1", - "checksumValue": "23cb57b2597192cd9f5fa59105df69c8ab8a5b49" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Cryptography.Encoding.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Encoding.dll-748D1E1E2CEC5A3AB497FDA2140C0F959FCC2659", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ced095a65e6ec32a177449419c1f135436ae2199ab3138d8124d6f2195e6618" - }, - { - "algorithm": "SHA1", - "checksumValue": "748d1e1e2cec5a3ab497fda2140c0f959fcc2659" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a407051ebca24397e916525b1a4e24da596ef8242e26ad76bba73aae5c44208" - }, - { - "algorithm": "SHA1", - "checksumValue": "8decd43a00c4bee03e709bf066e41f6b3a6e79ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Text.Encoding.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.Encoding.Extensions.dll-399BAC823ABBF6F28DE0B6AEB224B126212D7A17", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ca07e20272afaf05de16de819b9e784a327227a0c18d80c2d5708f695154e58" - }, - { - "algorithm": "SHA1", - "checksumValue": "399bac823abbf6f28de0b6aeb224b126212d7a17" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Threading.Tasks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Tasks.dll-08B50389DF527C82E2AB8FEBEAADBEF01F1D3EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3d59e8fe38d988fca267f240c32a7d20c68bdfc7525938003e7c857d45714ca5" - }, - { - "algorithm": "SHA1", - "checksumValue": "08b50389df527c82e2ab8febeaadbef01f1d3eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Swashbuckle.AspNetCore.Filters.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fe8cc7be1bdb94c1848c6f3a6ffe12e0fe4bd62c68375fcc452b2e69f1ba9df2" - }, - { - "algorithm": "SHA1", - "checksumValue": "322eb1043eb16d6a7e81c2ac4afacf692df10d8c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.ValueTuple.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ValueTuple.dll-C8ECA11516B5B64BE724EF05269952CC19873DF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dc62ef7c75ef15b04135c6ee048cb8f423d39000d6246812f3b96860f774ab08" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8eca11516b5b64be724ef05269952cc19873df5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Components.Web.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Components.Web.dll-A354C7D56BF59B8DB616AF7FDF9653F6E5B0F361", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5ee42cd07f1dd1a99aa1296044bc371d94db7b56230b74c8988d434d2df020f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a354c7d56bf59b8db616af7fdf9653f6e5b0f361" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Xml.Serialization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.Serialization.dll-684E3AC8D2404A15E000D0368B931BD68F4B3595", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "83afa0773687bd4284e9f5b9efa324cc505abeb8af60f889438fe37a6367e2cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "684e3ac8d2404a15e000d0368b931bd68f4b3595" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/System.IO.Pipelines.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4d360e5f7b2232cfbf5ede287314161c9aa85d9178af153b5af1880885301d0" - }, - { - "algorithm": "SHA1", - "checksumValue": "087abdd0481f248af577c786f47618712eec7227" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.DataProtection.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.DataProtection.Extensions.dll-212F9FF457B0581269698B9FA20396C9B4530A61", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7788535260c1562c3f24b688c04a6021b05360a4f4db513976210eb1d5967479" - }, - { - "algorithm": "SHA1", - "checksumValue": "212f9ff457b0581269698b9fa20396c9b4530a61" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Hosting.Server.Abstractions.dll-92ADD4455030A65F61FA8CA3068AEDFC35D7B1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1e1185d4aa796d4c01b5049df684f1311ccadd7475f855979cc08686a4362f07" - }, - { - "algorithm": "SHA1", - "checksumValue": "92add4455030a65f61fa8ca3068aedfc35d7b1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Http.Results.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Results.dll-D639ADC321CCF71DE0ADA907B8DAEDBDED54438D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7796a5d5946f584df91d371f69d5517e001459ce11339d4f9963ec5314b78ffd" - }, - { - "algorithm": "SHA1", - "checksumValue": "d639adc321ccf71de0ada907b8daedbded54438d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Abstractions.dll-27555C8E5864C0D26DA4C15177A33214D6EB07B1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "865ea764d06b435401a198ec43f115fb982d22a899e92404b251d54e30bdbefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "27555c8e5864c0d26da4c15177a33214d6eb07b1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.Localization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Localization.dll-0F605AF99AE433D9D7634FF1D3802DCF1227D51E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eadaaf185c9b0d43b745e46cb9800e0f54eb8b2bc66e0cc366440e6900f973b0" - }, - { - "algorithm": "SHA1", - "checksumValue": "0f605af99ae433d9d7634ff1d3802dcf1227d51e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Razor.Runtime.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Razor.Runtime.dll-21BBFB90A9F1630A1E3CEA6D227F3E0C8E28A895", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3132fa400da7b41d09b5386bbfb8d49b627fca7c13b39dec6c6b9beff311e67" - }, - { - "algorithm": "SHA1", - "checksumValue": "21bbfb90a9f1630a1e3cea6d227f3e0c8e28a895" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c55c5e1e1ef2fe4b2ab64c2b10be19d1ee350ca75e5a12bece19d015f6a87f2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd687dc2da79accde15cffc09f0192d1e4114951" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/appsettings.Production.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c7baf183b608bab2136157f7c9bd3363a2ce47b231242e9668b715f1e6ff2a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "5889351907d3981c19397ca496e788824ea3b904" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.AspNetCore.TestHost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AspNetCore.TestHost.dll-E7F314C7942F9AB480DA7F96C2780A4BED566884", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "288abef84101a282bbda8a43713a80b4edb9f59692d33b78ee7d0072d531672d" - }, - { - "algorithm": "SHA1", - "checksumValue": "e7f314c7942f9ab480da7f96c2780a4bed566884" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Server.IIS.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.IIS.dll-674F461F64FE346A627BED3345AC08CC6AC6A311", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae6eb7dbe0204d6e6e2f78350c890e3c60d6773c40aead7cb7e05684c8a1dc3a" - }, - { - "algorithm": "SHA1", - "checksumValue": "674f461f64fe346a627bed3345ac08cc6ac6a311" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Castle.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a02baa62006a1d06631996c77ea4ff46b86a25c346315ed3f738f636196e9cec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e34a807c54c81fc91bb7ae2a16b5f3ab876f813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b47495a9d0db4d28010ad07ea421b9e8588933d5bc7145780a8d4b8c5dcd6447" - }, - { - "algorithm": "SHA1", - "checksumValue": "10005cdea27776f5f88e3ccaa131be56acf276a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.xml-B27A16FD487C98FBEE0DC3693441530E96DC08D3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1f8a94a2ffd9449ce18559734db92c9fed6c810e354d8b88f2d23c9fec527119" - }, - { - "algorithm": "SHA1", - "checksumValue": "b27a16fd487c98fbee0dc3693441530e96dc08d3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.AspNetCore.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd2351347020a366a5c436389380a3b12b7d4d9470c5e09bec01f0bc8b27cbd7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7e80c5fd0b09000bcdebb54085e23f22ad29ca1c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a62d69a0bfa00ad252a1cfa99fa7f41caef0169eb828cdd8aa7d4684d478c821" - }, - { - "algorithm": "SHA1", - "checksumValue": "b382e3ecf622bf5f6d7d1e02d7d17d0f4da38777" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e77631e9adcc69284f89a49a1a2ba84e6f4f22d870eb55f1786101cd5a20b638" - }, - { - "algorithm": "SHA1", - "checksumValue": "a2996e946465a7582f6e25e404d9fd15e3a1a894" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Extensions.DependencyModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "933627b57f2d0115491cdacc61efc313bee1ec0ff066fba545093a39b8ac4391" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f8d529adca79aaa9481121c944f99fa694664f2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4005d3989161a519fa6be148e2a41de287dc616acd9391bbe89d003d90c04c7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de55111f817351392130730ccef44665e266d5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.SignalR.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.SignalR.Core.dll-929A8FC7DAC476107822AD83D3013B517CE3720A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43df5a86e676fc99af3c12e9312bc1b76762f62ae6f55d61bc4d59ecf6b560ef" - }, - { - "algorithm": "SHA1", - "checksumValue": "929a8fc7dac476107822ad83d3013b517ce3720a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1164d1f88e0b94d034b1a4d2ae3de7e8c816c77ca786328818fa0a876bbc9b9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fe5f8670301a959e45f5558792cbd5807a4fb53" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84daed45505ecec678a58e666fd868b8753dbfebde20f92a3b5a1bddd2b2425f" - }, - { - "algorithm": "SHA1", - "checksumValue": "8761407f7ac3e7ed3f08e2b4fdaa1cd4215ca451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e77631e9adcc69284f89a49a1a2ba84e6f4f22d870eb55f1786101cd5a20b638" - }, - { - "algorithm": "SHA1", - "checksumValue": "a2996e946465a7582f6e25e404d9fd15e3a1a894" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.UnitTests.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.deps.json-E931E3683F8F2C001D4AA856C546824F0CD65167", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "012999658e79d853f7b280e4e2f345ce4fe931811b43ef2ac1c1c29d173f0382" - }, - { - "algorithm": "SHA1", - "checksumValue": "e931e3683f8f2c001d4aa856c546824f0cd65167" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6054038557c18959da52f7bb4183d6bf1cae79a22ded2b0bb87746a7981ff217" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9469a5630a0a9d61d2ce2d3af159d294e091150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/OpenTelemetry.Exporter.Geneva.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "40277b808709c26a3efb46265723f3aef7339e37ab06fb5aae207438048ce191" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d3c94822298f36fb03a1a4736296ac6a961f71b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7cadff89864104ced5cbb961a7950c1fbc0c793bd31fd957b415dd6c50861c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c920f91d43b9b76f6bb5a2b791be2a3792e6533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24f38402a23d6351f3e140be7295ef22a33be439264a8cee3868e33e382a2ca4" - }, - { - "algorithm": "SHA1", - "checksumValue": "1005a1f5b6fbbbf95f496bd45c54a0b5ef8b9530" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c7f32153b3c0dbeab6ea56f5df96dc92ffae9d1e8580f05b7e454cd27861f42" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba17bb80ef60c1e34354a2e544a0981328bd96f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1da950155da596248a61cf4cc017f2e40f9a7cb3cad9d22926a8f8e9d5b14b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "5620a4629ac02cb6cf78ba895f68bfd4082982b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3455340e4f4784bdf1d083269fc75e89e51dfc03472bf8217d5fdc3c9101fe58" - }, - { - "algorithm": "SHA1", - "checksumValue": "10572da1c420dc2d966268e2a4b60af4a736e2c8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43ef249acfe16ac1b3baa0143d2e4b0185ecb8217c14475f4eac6a6faae34d93" - }, - { - "algorithm": "SHA1", - "checksumValue": "afbf45189199aacae4dbd463957857ec721c6da6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.OpenApi.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4e8c83fde8785daac1c5e5a830fbc95cfc4612e99ffa347842001809471a447" - }, - { - "algorithm": "SHA1", - "checksumValue": "8e74c678e651ba03a6bceb074fbe47933e87f6d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ffa809ad24c25fa3e5a68e7b80bb8f54620f3ab300802d322145619bb694cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5934538ff1446acf25454854e3cffbc00eacdf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7ad633ec8f7eeb9f2a257ea52939df5b349c6e8c7a6876b7405365b67f130a84" - }, - { - "algorithm": "SHA1", - "checksumValue": "12956bf9350a6acaa9e17cf9cb864ed4d40a3177" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d28a226e1ca813cb855aab4e8f8b87c40ff2f5fda642fa16d17ccd964345db47" - }, - { - "algorithm": "SHA1", - "checksumValue": "bda1bf401ba44de7100c0abca07a6972600a9be8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a407051ebca24397e916525b1a4e24da596ef8242e26ad76bba73aae5c44208" - }, - { - "algorithm": "SHA1", - "checksumValue": "8decd43a00c4bee03e709bf066e41f6b3a6e79ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/NUnit3.TestAdapter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8341478f430aa380f72b53725fc9c17caf187cda2a33467047cb10a4eb6b375" - }, - { - "algorithm": "SHA1", - "checksumValue": "abab7a7fe638a8c70f9fbbd92d7713d45dc7486a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Filters.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fe8cc7be1bdb94c1848c6f3a6ffe12e0fe4bd62c68375fcc452b2e69f1ba9df2" - }, - { - "algorithm": "SHA1", - "checksumValue": "322eb1043eb16d6a7e81c2ac4afacf692df10d8c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/nunit.framework.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91873adecc882a2f8628021ecbf3f5e8c6d8c6ccb9880eb16036b05ee4120414" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d04b89ee7ca22627b7d10121cb8ee541adcd5d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "21d30b14a78f07c4d38b67bb848139e06d46c932400c7ab81ff8ce5a23e7dd2a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5ced1f1e8e81d06f6dbea839cab534bf2dc7b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Filters.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1924b981a3c8def00313fc12e6828ddb6dcc19ad232d3dcc22c9d8fc9aabc69b" - }, - { - "algorithm": "SHA1", - "checksumValue": "55b596abfa450b498d8cccbe64d69c07e4b3664c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/System.IO.Pipelines.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4d360e5f7b2232cfbf5ede287314161c9aa85d9178af153b5af1880885301d0" - }, - { - "algorithm": "SHA1", - "checksumValue": "087abdd0481f248af577c786f47618712eec7227" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/System.IdentityModel.Tokens.Jwt.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3ec36bb42e44c0202e1b43440a7f6cb6764b2b3e2d8a23b20a375dc5f0403" - }, - { - "algorithm": "SHA1", - "checksumValue": "5006411473e54d48541c43a63de87376d09e2f82" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3335c50c6a03eeb86db228a96bd089eb4e49255e1b9bca93f4f1365b903ccc91" - }, - { - "algorithm": "SHA1", - "checksumValue": "d166bd0ba632752df356fc7035b4f95976c3254e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/testhost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2db4b31bfe791adfdfadac6b4ef4bb3f766d16f09211e16e76dc8a757b032f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8af5bda774c679619dc7a55edd45ca747402fa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22222822e6294bb89052feefbf08cc598a477460446bbe47be5ebf4b9920e0ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "204208193b5767c05ee204b3437efa420ccd1e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85858cb63597af8f45fd7ec5170dd73ee522248961f3f7f737fe0a8d3ddc5fd4" - }, - { - "algorithm": "SHA1", - "checksumValue": "42f90dfbdfb47d74756046d829e5565b736b1072" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/testhost.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c10bb1618539aaee1390a8fcccfe7b74f4516d353c7fcf5a53481452fb36eab3" - }, - { - "algorithm": "SHA1", - "checksumValue": "d868ace7b9b983a030ce44e23df337cf788b6665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d490b34c2e6b795f6bc153cab29f4526eeb66b12765ecfc3bcf16b19a7bac9a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "2c8cc202d7afc0f328609a5efc6f24b90bd5a6ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8432a935a932ceb6929289f5b8281f1c4910e7101f886126841fc68d9a72835" - }, - { - "algorithm": "SHA1", - "checksumValue": "61b1c52fa78047506da15fc82f5999b571a8e165" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5404b93e82b756313d8546c170a290b595bed860bc8e9d6d112ccbb91d9ed3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf1c7e926d2ece7f5907a5fa7711a9d80e6e6479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a210f5ff920c4660a1ebf44d34c1277983e3646ad8952c0cd87455eafafc3984" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c1161211d1219b3fc68cecbe9424de74ffe5573" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "74b0ca50371efc7357595f1ac23cd7850536425c7b69879fb35f99a76489b676" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab58600b1ffc6abb85b23247c7ef10fe3e5ca479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0705be9d3d7e66afae5b015be6595db409b7b3c2b649b6decf44a85b81aaee90" - }, - { - "algorithm": "SHA1", - "checksumValue": "4954c9523f8f42c1424ed8ece1aa91e8578542c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e03021c7ea4b33a0817c52a8c485436e0b5da373df38cd2f53bf3c34a03f3d79" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5201d155655064cfe206c51ec40af17aa49e87e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/appsettings.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ec657e434d0c26ec82560f0aa397fa956b83ff16a27c3f5b45fbea8728ee0d6" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed29cc79d6f882dfdae1deeeb5c5ab8095c82cfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/appsettings.Production.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c7baf183b608bab2136157f7c9bd3363a2ce47b231242e9668b715f1e6ff2a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "5889351907d3981c19397ca496e788824ea3b904" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbd9ffda3eca7380195afc02b3884e0eed358b4563b0c7223d0e93eecdfd72a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "26742342cae5ed5a7c62d5451a460bf84d14acb3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a3723d99c814c2b2a728417d21fd0e2284125439b40198f5ce4bcac3da8fefa" - }, - { - "algorithm": "SHA1", - "checksumValue": "29234e4f077a16f2e4810680f2a59f9b705035af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "376d050e033ed73afcbe563f0951c669358aab90d17d0324608d9475d23155d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c26a60ebbf9bf80ef7cd9c7e96957a063d04e952" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54052709f688507e786367f81e05fe992e79c9a5c898a62cbb7ba31876561b8e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5d2d14b044db4fc86e79f453dfe4f1e49eea4a58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287809a6eddbf2c6df40a10302bafeec5bb95c0f4d7ce9fea9a341d5930fe152" - }, - { - "algorithm": "SHA1", - "checksumValue": "5257bc4e04fd736bd253121b31bccb87e222e23e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5efd01a808fab868118b1b894d67e10b368f92d863bccd1984b873a933fa86b7" - }, - { - "algorithm": "SHA1", - "checksumValue": "17a74a21fd34cd0acf10ae0fc4239009f06f290a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.AspNetCore.TestHost.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AspNetCore.TestHost.dll-E7F314C7942F9AB480DA7F96C2780A4BED566884", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "288abef84101a282bbda8a43713a80b4edb9f59692d33b78ee7d0072d531672d" - }, - { - "algorithm": "SHA1", - "checksumValue": "e7f314c7942f9ab480da7f96c2780a4bed566884" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6695e78e3829aa5510905ec47c407f83217368e52404008525fef92a7c756ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd55b00faf834d73a451d24b9e4d16330f26c3a2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3768017bc22abe638fe813b77ef0dfc0d247e6f70f63064c2d6c422563d72ca8" - }, - { - "algorithm": "SHA1", - "checksumValue": "66824afbb37fdfa67f53b8c825ab4acf329c7972" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b47495a9d0db4d28010ad07ea421b9e8588933d5bc7145780a8d4b8c5dcd6447" - }, - { - "algorithm": "SHA1", - "checksumValue": "10005cdea27776f5f88e3ccaa131be56acf276a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Svc.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93c5a637050583146347c76cb32165af83cdd9b113dfd0d812fedac79c82c8eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5cc0cbd4353f01f135ac361aaf6f20c60511c803" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f010b32e0bb060fb4eaf702badad1edebda83c4b25d79045c4f3604199a7220f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c91a45465d0d0a942b9543597a6916364d332557" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.deps.json-7A6DCBAF613015DE6478C14CC2F559F4AEC98810", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00fc90136323cd0cf7956cf8e68e73e9727581bfa476276162a1d1e7c064d48c" - }, - { - "algorithm": "SHA1", - "checksumValue": "7a6dcbaf613015de6478c14cc2f559f4aec98810" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.UnitTests.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.xml-5327495B418F64EDD03E30D031E6A59EB4121768", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b5f6efe28897797153f3082857c9a287bc4f90240190b14bfce06af54884b85c" - }, - { - "algorithm": "SHA1", - "checksumValue": "5327495b418f64edd03e30d031e6a59eb4121768" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ead453e1ad35de1116248070f2481a9d8d457cd4d8050338a9ebcef7c9a4a8fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bd037d8034a1f1b52da29ca8dea8a215991ad0a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.FileExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.FileExtensions.dll-CE091AB0FE9EDE47B5F0B968B7E69766C3AF8234", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1bddf7e03a38af71a512e65db77b499a363bed257b0384ea98c2c8767db74b2" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce091ab0fe9ede47b5f0b968b7e69766c3af8234" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.TestsCommon.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63392a894b3e598c14c12f48a6adc90b313afcec765b99b8e7877d893ee6e30" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b3481db429e0803ab14fc02fa095fdf29798756" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a62d69a0bfa00ad252a1cfa99fa7f41caef0169eb828cdd8aa7d4684d478c821" - }, - { - "algorithm": "SHA1", - "checksumValue": "b382e3ecf622bf5f6d7d1e02d7d17d0f4da38777" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "12860dec973286684cec3bace05197a7f4709bf6e8f6aa10d9ba089fb7bfcf5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "459f5d388edf653fc6e6710908b59e60ecb82f5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Extensions.DependencyModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "933627b57f2d0115491cdacc61efc313bee1ec0ff066fba545093a39b8ac4391" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f8d529adca79aaa9481121c944f99fa694664f2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.DependencyModel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "933627b57f2d0115491cdacc61efc313bee1ec0ff066fba545093a39b8ac4391" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f8d529adca79aaa9481121c944f99fa694664f2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "376d050e033ed73afcbe563f0951c669358aab90d17d0324608d9475d23155d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c26a60ebbf9bf80ef7cd9c7e96957a063d04e952" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/appsettings.Production.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c7baf183b608bab2136157f7c9bd3363a2ce47b231242e9668b715f1e6ff2a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "5889351907d3981c19397ca496e788824ea3b904" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1164d1f88e0b94d034b1a4d2ae3de7e8c816c77ca786328818fa0a876bbc9b9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fe5f8670301a959e45f5558792cbd5807a4fb53" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.FileSystemGlobbing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.FileSystemGlobbing.dll-52A7B70C43B11C8AFD10E8405A3E9DB1AA4ED0E7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04fc38bd4af577ec8dd9c27540ef508fc914935f0eb89a31ca4a8a62d1bcc855" - }, - { - "algorithm": "SHA1", - "checksumValue": "52a7b70c43b11c8afd10e8405a3e9db1aa4ed0e7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "884a5b6dd9e34dd52c64d2fa64d8ec73e9c52dedb80e87da055bda0dba14e389" - }, - { - "algorithm": "SHA1", - "checksumValue": "294957268f8d2514127453edbc7012dbc0e20a7f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c55c5e1e1ef2fe4b2ab64c2b10be19d1ee350ca75e5a12bece19d015f6a87f2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd687dc2da79accde15cffc09f0192d1e4114951" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5557f31319350a02e66ff474d98d9441e8472690fdc7b90589f9c99b85840f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fcf820e2204d3c9ca05c863f5389afd88d48584" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.TestPlatform.Utilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70f62c67db0f4c53801b313b774729d5fceba34a887df65ddf57dfeac4e3d309" - }, - { - "algorithm": "SHA1", - "checksumValue": "e862fb0dec5e31862845f785928132df7df18f1d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d082ffda0c5f998caf3954b823b97d58f731014a09fcfca391b773e8318c9c6" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4610816d03d21b914ad888c27e9b7f62adf0ee3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/nunit.engine.api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e305748221b27b1b814e352d94afb395e829fe06762da121e33691a15f8357a" - }, - { - "algorithm": "SHA1", - "checksumValue": "334618ba9c6bb82bd1dacb193d6c1fff7db61353" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed6a2daead57d75732453aabfddea867a822b7f3fc356dd4b0aa5121efa26d8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b3c2b30031d0acc99727dc78d926dd27bcac434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.exe", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4005d3989161a519fa6be148e2a41de287dc616acd9391bbe89d003d90c04c7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de55111f817351392130730ccef44665e266d5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b789ad4f5fa87ba1eb62f712d282437309b436ade7a24f0c76472f9c25ec95c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "48b07d9e0e5826586a8c9c7ea151cbb2db591578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63392a894b3e598c14c12f48a6adc90b313afcec765b99b8e7877d893ee6e30" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b3481db429e0803ab14fc02fa095fdf29798756" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f7b0c759fcba056aaeeca21cf580d32e0de91064bfc12a6b413d4fac112b0b6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "67a97fa064a998f63aa4639fa8d989035a957111" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60841abf4e2be542b804aec88efdae4390e7a14ca9811f81205b03968894a040" - }, - { - "algorithm": "SHA1", - "checksumValue": "f18bbba047bd02b4551d7cff358d3ea5a06b91df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63392a894b3e598c14c12f48a6adc90b313afcec765b99b8e7877d893ee6e30" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b3481db429e0803ab14fc02fa095fdf29798756" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Abstractions.dll-E740170FC0802192D5FC94A3B58A5ECCC8E05884", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a2431c65d880d212f0f52443bdc08a8b514d277dd8de5254e7f0669a53836b6" - }, - { - "algorithm": "SHA1", - "checksumValue": "e740170fc0802192d5fc94a3b58a5eccc8e05884" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/OpenTelemetry.Exporter.Geneva.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "40277b808709c26a3efb46265723f3aef7339e37ab06fb5aae207438048ce191" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d3c94822298f36fb03a1a4736296ac6a961f71b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c9eda5007cfa21d12a617ecfa8d85293ae4977fa3976a1611d2f7fa60ef3d07c" - }, - { - "algorithm": "SHA1", - "checksumValue": "167fa65c727edcd6eb27ef45ca245f80ec1628e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f07aa452d58454b1600331bc7ec6f017e80e5b35d23371fdc28df4b5a43d5763" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba8bd50dd465ac32b623627d536f015a3c0ac2df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Logging.TraceSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.TraceSource.dll-5E75E472FD2E8976649E21137077DC8759A82726", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6a01101f07fee802b3cf5b4c96470bc929b1a1c3f1694dbcd0403a5d66b41368" - }, - { - "algorithm": "SHA1", - "checksumValue": "5e75e472fd2e8976649e21137077dc8759a82726" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestTool.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.deps.json-F02B167488FBE430A07DA09CF9A519DAE034403E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "195d9a6915b3388c2d001cf5f09309c4b0ece8a4d2e7920ec02e49c4817afd7f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f02b167488fbe430a07da09cf9a519dae034403e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5d8ac8f3d565d95561cf763acc6ba08a52213aece170d9b14d59fe943abfb9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "546c88868b733f532737d99b946b33810f4db01b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4cbf940463fcead72e93e2545c4cc4dff7d93508731a3c01cf4a8b64e189b9cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca784dffb5416250b72a84306c7728868094ff37" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.VisualBasic.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.VisualBasic.dll-F8CE4A2406FA69D3684C123068C41E0BD5FEB4D9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6e01d731e55432830baad40d9657eca2571d9875ae0e529b61ce21d3e9e7bd7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8ce4a2406fa69d3684c123068c41e0bd5feb4d9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95dff7d344cb012fe07af3afa79ae11c64c55be4f54b391b0590e4b64c995bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "140acec58a587a9c9e3bb8f530cb09cfacaf4bb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "732b734cc080278a89a62a393c99816ebdcdfc8bd20cdfa6e88a60ebe7a59f67" - }, - { - "algorithm": "SHA1", - "checksumValue": "efcd1a1e48d12d856f0b6e7c6a9cd26aa9751626" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7cadff89864104ced5cbb961a7950c1fbc0c793bd31fd957b415dd6c50861c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c920f91d43b9b76f6bb5a2b791be2a3792e6533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84daed45505ecec678a58e666fd868b8753dbfebde20f92a3b5a1bddd2b2425f" - }, - { - "algorithm": "SHA1", - "checksumValue": "8761407f7ac3e7ed3f08e2b4fdaa1cd4215ca451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.ApplicationInsights.WorkerService.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6b247a9281e1becf8148339229849f045bc36e3a1fea4c679cca95a45953a0a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4909059073fada020c0d33d98cb00254716b2e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/mscorrc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-mscorrc.dll-0C2E9FCD833ACCEEEBC9424A65E916831B5D955B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9eb91cb7a51fa02736dfa5eede30383e3dc6b1be0da09743c7bec1d84f2367a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c2e9fcd833acceeebc9424a65e916831b5d955b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c06e9bbb28323ed8545a9056ca0ce8cfb774d00a8590f2d5bc007ea2256d9fa1" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd5be9f1082775f663acf2bde4b3f23f271956bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/OpenTelemetry.Exporter.Geneva.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "40277b808709c26a3efb46265723f3aef7339e37ab06fb5aae207438048ce191" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d3c94822298f36fb03a1a4736296ac6a961f71b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/CommandLine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-CommandLine.dll-DB96CA17CD0F97592B5484857E5DFA45D8992464", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57051220f3efc004b9efaff7f1560925b67979b1c8e935e5a54b257c1e254f11" - }, - { - "algorithm": "SHA1", - "checksumValue": "db96ca17cd0f97592b5484857e5dfa45d8992464" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Swashbuckle.AspNetCore.Filters.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1924b981a3c8def00313fc12e6828ddb6dcc19ad232d3dcc22c9d8fc9aabc69b" - }, - { - "algorithm": "SHA1", - "checksumValue": "55b596abfa450b498d8cccbe64d69c07e4b3664c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Bcl.AsyncInterfaces.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1373676c4e01c9fe0f53b5d7241894992b2aecfa02c74c83b26af12817849400" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e0c55177e92673cbef29587a376a15e7c269e94" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d17f2f2bba2970c7ef40a8a318faf338fd2872266c155510171c33fcb5e26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a2f542a375e71f8776617acfec2aa8164f400bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestTool.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3aeb5856a11db0b654a785574490cab55839ebfb17efe9e39b89618fc5b91" - }, - { - "algorithm": "SHA1", - "checksumValue": "9160a009cb381e044ba4c63e4435da6bfeb9dc6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57fe61270789edeb4127f7b4423c17f7a5ca0a74aa831cbe98fca216bd5afea0" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bff84b6df28941d5d157abd4edea3d9cb0ee90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d6edd14982123ce9788de6f142b173cd86ab35fbba22b6367e245150bad8b9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a98a60de74a191807ffb71b4a428a82620fe501" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6615e33805dfaf51dbd7218cb990d2a10c49c79131b5e29a00f093562fb208cc" - }, - { - "algorithm": "SHA1", - "checksumValue": "8841cae85273e12452bddd46d5f825961679ee32" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestTool.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.xml-763EC54F381A4639E2C6E644AE09314FFE579DDA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5080802b2b05f6d932c0d0ef7920b357ea66259e7ea1f2dae5f156f49a98420" - }, - { - "algorithm": "SHA1", - "checksumValue": "763ec54f381a4639e2c6e644ae09314ffe579dda" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.IdentityModel.Tokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98eb2ddd00f7a62cb7e6c45dd7826baa857afb2a917682716e2b343c3f7cd1e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8280a4aea2b9d716f4dcf710fc57ba31e3f7878" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4d8d151f911f88a8f883257d95b0a7c597082ba7e9b6b92c3e2f2f3b58b758dc" - }, - { - "algorithm": "SHA1", - "checksumValue": "337d887db727b92b95776666a7f8e2fedf04311b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3e4e9996ec36339335459fbc6557b019809f8c98cc81f317886a61b9fba4610" - }, - { - "algorithm": "SHA1", - "checksumValue": "d51dccb39a6d87c6ad89a0bc25e80a68532fbe25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ac9a0bd690e6b46ee8476db873b052ce9ec1fef76b94c3e888c69bfea8da9af" - }, - { - "algorithm": "SHA1", - "checksumValue": "2917334a8038f654cd1c008b55b589a48f082c09" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a407051ebca24397e916525b1a4e24da596ef8242e26ad76bba73aae5c44208" - }, - { - "algorithm": "SHA1", - "checksumValue": "8decd43a00c4bee03e709bf066e41f6b3a6e79ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "42b8fa03e86133a7621c96a57400e3d8c8067d4c4ca0d8984a968b3ae83b337d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d6b2980d933f50199540353852d899386d5e18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9380ec2cb2a46fcd19b7aac79b6c8708f38ec7d0a5fc54a335b38aac3f69817e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e837e4d63d4a10f5ed86af9b66654cf8c2bc007" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "327ba3875ebdb15a84a13984ce24be658925625b44a87ef5c4949ae2d374a675" - }, - { - "algorithm": "SHA1", - "checksumValue": "de3768839691b4ed1605d6437b1300ea5bd0a9c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Logging.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.EventLog.dll-99E0960485E1D92B5C13652648618B851C46C309", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a4fe6661092a6334051f9150c29dab7aab40f80bace5568c0f608a3e895aecac" - }, - { - "algorithm": "SHA1", - "checksumValue": "99e0960485e1d92b5c13652648618b851c46c309" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a08c2d4c0d76c282f479c70f7d76025845d911e29257930a069a67bdade4a5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4711f6ce0a9ba657c0d1c2de125ae2ccaea9dddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Collections.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Collections.dll-CD93C80F90964C2320644505B5F1C0E399948016", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "da8f87929962e788bf5c35214f57fe7ad59328330d1f271d133092d987360bb6" - }, - { - "algorithm": "SHA1", - "checksumValue": "cd93c80f90964c2320644505b5f1c0e399948016" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Swashbuckle.AspNetCore.Annotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b58ff2067dbe7692986b4ddde05ff01844949304287d2f8c87d884eed1043fc9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9abe5135a961496f1a5d6adafeb105c7fbae3d7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.ComponentModel.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.Primitives.dll-5FF25E85F184F91F9AA6EB94F5A2ECA835A48953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cab66b41caefe9f5e0415d464eb7c351ec40a4c916d7e688327b1b823ff3436c" - }, - { - "algorithm": "SHA1", - "checksumValue": "5ff25e85f184f91f9aa6eb94f5a2eca835a48953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Data.dll-62D4790A3E430B90B355BCC750ED8AE96F3D8961", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1f6217775f53e86b92f9e89e5e0fe4b90e87e43a245a8b89436d400647a8131" - }, - { - "algorithm": "SHA1", - "checksumValue": "62d4790a3e430b90b355bcc750ed8ae96f3d8961" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a547aaf77f0259508c7e53ee90ac71d3611a137b6260be59343cf9fdc3059a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc9de86ef06f2bf41fef84f2d1c10025444b86d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d6edd14982123ce9788de6f142b173cd86ab35fbba22b6367e245150bad8b9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a98a60de74a191807ffb71b4a428a82620fe501" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e910b25adc9057a3eaa00c30c659c015077e4a97b57d0895d6fac50d96d9ac4b" - }, - { - "algorithm": "SHA1", - "checksumValue": "662d3f82fb5fbe6610c8d338f78273f7d1ca8bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cffb3ceb8d1e38d209cd2ac9d8bcd1cd41a98624bda36631bf18617475544e26" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fcb82a490f927e69e24fd70193a9593dc06db46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b025c4269f3a330a4509e33a71d9a62878ad67b1828dfdd9a975367c8f14f8" - }, - { - "algorithm": "SHA1", - "checksumValue": "36bc6361ebfbfe33f7c1093c4f1c5087a91076f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6504c350d287874360ca19f0b16aedc811d970aa3951b0d9d2efa8b95d7a100c" - }, - { - "algorithm": "SHA1", - "checksumValue": "29f14c30c445002efa361b276daddc2c8b3cf75a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a96f924c23ea1d0d794f42f0501ffcc7ac3a2f6b902e9bc9e7168c620a8a0169" - }, - { - "algorithm": "SHA1", - "checksumValue": "c439b5725fe91c32f65bb408ddac4d722d4bbd70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b49b27c0cf2c4680dbd785dd3bc6177e57edbf8340a4e3e7a21d6921acfc9bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1d47b0a63ea32a9ff0ac85dfa6493d198df8e5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3e465f10c9b526dfabe11de6e93893d143756445911d5014a0161b608f1d4bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "4982066bd1f3918859d018043964d74545c88cd3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d42fa476cfb08c24067be48f3a22ded1eca231440d2f575066cdca2057e0a75" - }, - { - "algorithm": "SHA1", - "checksumValue": "8eb0529882aace87c38d24eea9911d98ab70b7cd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d3a0e3aba41834f1bd6d4cddc30ecebbd75a4ab9f762565cc011d7c90c34bb74" - }, - { - "algorithm": "SHA1", - "checksumValue": "13b071efa865f98624bc9a605d901280fc33885a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.Process.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.Process.dll-002C818B2F9CF4E64691841124206FC54BB7CFF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c7d720a131867fc828456eafa5f741cc25744199d5bb79248fbc796e77f372c" - }, - { - "algorithm": "SHA1", - "checksumValue": "002c818b2f9cf4e64691841124206fc54bb7cff5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Abstractions.UnitTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-4FE79F3653CCEA1EEED5619032933A408D3EA934", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "003de1ba30ef8487881fffab51a0348d71857c18c3c35b5f9dae78560c7d2b4e" - }, - { - "algorithm": "SHA1", - "checksumValue": "4fe79f3653ccea1eeed5619032933a408d3ea934" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Drawing.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Drawing.dll-BD2B948BF9D7B253E174BCB036021D8413FED395", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b3c7518efc7f2ec1e2a8672337f13cdb53408600034a790c0a45e3e04fe5327" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd2b948bf9d7b253e174bcb036021d8413fed395" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/ES.ToolAuthProvider.ClientRequestHandlers.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-ES.ToolAuthProvider.ClientRequestHandlers.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbb6b6df73acdc16a1c0dcd4f9404906ee14f3a4ec54ec06077fc8522ff46c86" - }, - { - "algorithm": "SHA1", - "checksumValue": "bab72bf6dcfe8a8a1681eef9f29d58cc4bcaca7a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.Compression.Brotli.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Compression.Brotli.dll-CA9B483335E04CBFC90E4A226A3A86C03A2CFDD2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ca9a2447de3810e14961247ac4c1542768ffc21dbce009c4ec87b546172d6f6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca9b483335e04cbfc90e4a226a3a86c03a2cfdd2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.ClientRequestHandlers.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.csproj.AssemblyReference.cache-710CB643918559B5B12E2513724FF4161BA88B9C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "069cbdd29b46c34fdb78ce46a6d22b18fe6880ccd37661716950bf27269807fc" - }, - { - "algorithm": "SHA1", - "checksumValue": "710cb643918559b5b12e2513724ff4161ba88b9c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/System.Text.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa0b5d3800c2f7b4165b92aa72e91664a4f006078c3153d58b670e35495d31b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "3dd4500d76ef601e2218a2eb3ac9de21cc7d54fc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/appsettings.Production.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c7baf183b608bab2136157f7c9bd3363a2ce47b231242e9668b715f1e6ff2a9" - }, - { - "algorithm": "SHA1", - "checksumValue": "5889351907d3981c19397ca496e788824ea3b904" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.nuget.dgspec.json-1DD5BA161448550E668582B1D5F3197A895D15BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3653fd6a19a9ba4994aec8cc6fd07d3a9f13ff8dee7be5b80b034fb1d61b117d" - }, - { - "algorithm": "SHA1", - "checksumValue": "1dd5ba161448550e668582b1d5f3197a895d15ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.FileSystem.DriveInfo.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.FileSystem.DriveInfo.dll-839B1B121C01BA9E537C5D1975925AB802C58C4B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b389c9396eecad02d49ee918868ada7ba07ae3e7747264156fcf86326f3152a" - }, - { - "algorithm": "SHA1", - "checksumValue": "839b1b121c01ba9e537c5d1975925ab802c58c4b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ea8d5f114c1de6151a4936b5b819e80aedd3f1f08c4d41c09828dbd0eb7a9a5" - }, - { - "algorithm": "SHA1", - "checksumValue": "d221d3cad4f4b557815fc6ce934a1d93b0ba17a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.UnmanagedMemoryStream.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.UnmanagedMemoryStream.dll-295DBC571E09BB0EF6D34BA64CF8B18D19E87F16", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bac9ef126bda1f093ae5dfe4006ce7b070cebdbdcc040822bc79167e31b2a7cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "295dbc571e09bb0ef6d34ba64cf8b18d19e87f16" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.assets.cache-9830219A55DFFC5B93CEA32192EE93079ACCAB50", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86f0ea51d68474154e825419b2ae3ff53b4f2f86238ce03927931203ac87b225" - }, - { - "algorithm": "SHA1", - "checksumValue": "9830219a55dffc5b93cea32192ee93079accab50" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6dfa5d4097fd218b54fd8be987a7674d7284651e642fcacca70418b967c42519" - }, - { - "algorithm": "SHA1", - "checksumValue": "98eec907e76915375a61701f7892a979171063d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.TestsCommon.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84daed45505ecec678a58e666fd868b8753dbfebde20f92a3b5a1bddd2b2425f" - }, - { - "algorithm": "SHA1", - "checksumValue": "8761407f7ac3e7ed3f08e2b4fdaa1cd4215ca451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.pdb-0ACB47EDA5A4180C44C83E5485C9287F8B0D5D6A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9fa7b1e1793fc3ed56f9a065c899e10b2697b2e16e475e683c1c28ac9b0c6e6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0acb47eda5a4180c44c83e5485c9287f8b0d5d6a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-project.nuget.cache-36DA78B42D6A02AD5653456C21FA1D0874650665", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20c5c0719f5784380098a77ea5c0f0bbd30054f4dcf43a21a74c116f8264af33" - }, - { - "algorithm": "SHA1", - "checksumValue": "36da78b42d6a02ad5653456c21fa1d0874650665" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.FileListAbsolute.txt-39D150B9FB551AFD406C2AA025B6DEE16ABF98B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "daa08d38ce525d5cffb652e9c24fdfb8788a107971a0e3b30e06f88201a9e679" - }, - { - "algorithm": "SHA1", - "checksumValue": "39d150b9fb551afd406c2aa025b6dee16abf98b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/ES.ToolAuthProvider.Common.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-ES.ToolAuthProvider.Common.csproj.nuget.dgspec.json-E0F7772644B8E22F63B1E1EBB3DAB504C898AC32", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f828b0274d45186f662c76be85174adeb0d676beabbfa2e0a50ed5d7974ade48" - }, - { - "algorithm": "SHA1", - "checksumValue": "e0f7772644b8e22f63b1e1ebb3dab504c898ac32" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/Release/netstandard2.0/ES.ToolAuthProvider.Common.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.assets.cache-D9B09B5854A6E13BE3C38578EA3E85F1C9BF314D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "af6f398a8f642827937ce112ccdd061b048cd541fa5292f3f3307482afbb9c44" - }, - { - "algorithm": "SHA1", - "checksumValue": "d9b09b5854a6e13be3c38578ea3e85f1c9bf314d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/ES.ToolAuthProvider.Extensions.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-ES.ToolAuthProvider.Extensions.csproj.nuget.dgspec.json-E662EABB0E11AA6BA8C9C74345080B6A8A7E606C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00fe71228299c92714958ef5847d7298c527560f2d5fdc0364810dde49e81a68" - }, - { - "algorithm": "SHA1", - "checksumValue": "e662eabb0e11aa6ba8c9c74345080b6a8a7e606c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2012e725444a4fb42249f1b164c65c24d9dca455dc875877867b02ee51f78824" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c655c174b5bc49233c01a3ba228cc138eb34f58" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestTool.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.dll-67029C94F16C2BB2160011E30A90BE8C6F87B679", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "900b8a7d9ebc572ceb3fa4d5bef933b31886b554b384a305f524b26f06f50c50" - }, - { - "algorithm": "SHA1", - "checksumValue": "67029c94f16c2bb2160011e30a90be8c6f87b679" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/ES.ToolAuthProvider.Extensions.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.assets.cache-C1F3D23A65BD9A1EE75D4EB1A450203E375F0D0C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22967b26841a642c0078c6374dc928c7ed651b2e265f71c53fe5ea21b7a64960" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1f3d23a65bd9a1ee75d4eb1a450203e375f0d0c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c77636d70b680245ba2aa2899e1081a4a13f4b41f11305ba7387fbff807ee204" - }, - { - "algorithm": "SHA1", - "checksumValue": "75c82a1c5191ae1c5697b8653797dcf7e14273ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/ES.ToolAuthProvider.Abstractions.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-ES.ToolAuthProvider.Abstractions.csproj.nuget.dgspec.json-CBD60D5ABA2AD3D64F1A97431DC51FF458180D8E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e49bed5d14d89b363a67d54aa5a7ef0e7b34e5a8180e0589366b3efb504a98e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cbd60d5aba2ad3d64f1a97431dc51ff458180d8e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6574b3b7faeb0db75c89a7b14dc9447a2ab7c2ba7eaf9d7854185671ee312d10" - }, - { - "algorithm": "SHA1", - "checksumValue": "79fa4e9c54002527b953af20dbb6efa21f740435" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.Messages.dll-FBCF59D08AACDAADCD4D04DB203BC595E5FB4718", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1ed4fcefa529cdca6387d05797b8ba26797d15e6a8e64595ce9ffb5883e72f57" - }, - { - "algorithm": "SHA1", - "checksumValue": "fbcf59d08aacdaadcd4d04db203bc595e5fb4718" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Extensions.UnitTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.AssemblyInfoInputs.cache-45BAB6D1CB28F636F2B28C519CB316EB5A32884B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "907d8fd51b0ded5876a7f84631da9683123bac80c015ae63ce4f32eabc9c9bac" - }, - { - "algorithm": "SHA1", - "checksumValue": "45bab6d1cb28f636f2b28c519cb316eb5a32884b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/ES.ToolAuthProvider.Abstractions.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.assets.cache-E5E3DA7C4C827AADE7055144F3F25252D6477A55", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0275d6cb8de396cc0ed659bea9cfe6dd3949acfc1fd280236491f51506e6d10f" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5e3da7c4c827aade7055144f3f25252d6477a55" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/ES.ToolAuthProvider.Abstractions.UnitTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.nuget.dgspec.json-BF6751DF8F8729E69B42D2888C41E8AAC9A7AC36", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a4677e8f05f461c39a8bccd63ab14e98c1897fcb54fdd75f8e3ca52ba1bf691" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf6751df8f8729e69b42d2888c41e8aac9a7ac36" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c45d7bcfb22c34cb33965c622ace173c14887d6fe1159910e3465d5f7cfcad" - }, - { - "algorithm": "SHA1", - "checksumValue": "5084fd613904df2c4405beb0a412c485fc5aa847" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll-643236F4939D8B264031B493C286ABD1ABEEC7D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b46dc78f10bd084b969f0db6af0f3f901c39073855e97befed2974a247587931" - }, - { - "algorithm": "SHA1", - "checksumValue": "643236f4939d8b264031b493c286abd1abeec7d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b39e2bd474c6ec1c8e1162759ea4c17b14d1356f4c24dcc7549892229fde5c1f" - }, - { - "algorithm": "SHA1", - "checksumValue": "7fc14871577b5abceb656aefc5b2871cf11bf6ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Abstractions.UnitTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.assets.cache-D3A7A5027DA7F99D25BB1094204EC53F3FB10120", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d45591cdcb152255c468611835043f0496cea62bcb36583d60a0fe36f15472a8" - }, - { - "algorithm": "SHA1", - "checksumValue": "d3a7a5027da7f99d25bb1094204ec53f3fb10120" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "18989199e0323e1f701aa9a6a3698083188f210895d6f6f4571104e9a448f64f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c9a46db5784286b1bf7ba86e2369d7fee3fe9ec" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c44cc93fb2ef2557ae18db5805b87ed22a670d7718178ce74b5c354459fd10da" - }, - { - "algorithm": "SHA1", - "checksumValue": "19146149666ec611c19d0c13e4fb98f5b86cf962" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.pdb-79CE12FE4469ABBF1DEDD712A2ED78948868F0A6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "439ecfd5e31dd4b6804748b4e622ac3d490419472947b5c2654885f4df0ae5db" - }, - { - "algorithm": "SHA1", - "checksumValue": "79ce12fe4469abbf1dedd712a2ed78948868f0a6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-project.nuget.cache-A0C30E6DB9363C40811C764ECE9F81112A4DB1B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f92013ea831842c052320c95f26add37588570e3239e0d0022b9b28029538818" - }, - { - "algorithm": "SHA1", - "checksumValue": "a0c30e6db9363c40811c764ece9f81112a4db1b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.ClientRequestHandlers.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.csproj.FileListAbsolute.txt-14A50193E702D9B65526346F3B4A4D0561C06BC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c551197847aa0c7663f5b676e1e27b0d2135b46a961a2977af10a172d8ac66c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "14a50193e702d9b65526346f3b4a4d0561c06bc4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fd77257d81ef3f9d4986023490d3b59d2f11841a07b78683cca249b8dd1b3ddd" - }, - { - "algorithm": "SHA1", - "checksumValue": "389e554bb0eb086e14ab62ae89714a1354b7e862" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a30312a776fb98581d1faadaa9311c7a3192616bf48bcd40fcff3b4612f0eab7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f221df09e848566d222ddb921102136e34a13735" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-project.nuget.cache-C2DB58A9E7F80C97B0E2227D7B7CB0C5125C4CED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "261c28172c18e04c6505078792050cf8d48d4204a3be43ccc1472c365971d577" - }, - { - "algorithm": "SHA1", - "checksumValue": "c2db58a9e7f80c97b0e2227d7b7cb0c5125c4ced" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/ES.ToolAuthProvider.Abstractions.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.GeneratedMSBuildEditorConfig.editorconfig-7DDC04F2C02C86A5527A396EC61C7BF78A4DFB8B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5bd64b9d7d8a2a1c14972562437ce2e4ebc4c9ccee9c40a9121703d833ca51af" - }, - { - "algorithm": "SHA1", - "checksumValue": "7ddc04f2c02c86a5527a396ec61c7bf78a4dfb8b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58257c5ae55acf9a4a34d2ff01dc07a3830f51d80749e673b679dcf61c9cb99f" - }, - { - "algorithm": "SHA1", - "checksumValue": "97e770f8e34e3010fb82cf5ee0c228c6fc9a7e56" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-project.nuget.cache-112343666285C033DCE9DD07A119ADD544AEF05B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3cfd2c21f12d48c047de6c5514545b4cce4e373eb95b7253c8b404c2e5275e37" - }, - { - "algorithm": "SHA1", - "checksumValue": "112343666285c033dce9dd07a119add544aef05b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Abstractions.UnitTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.FileListAbsolute.txt-C08E38D7AB4CE3B35CFF51271B767E061A6CF13F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36daedadac7a6ba9183adf993b0068b68b982a4c526bff7b796b44a0724d838d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c08e38d7ab4ce3b35cff51271b767e061a6cf13f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/ES.ToolAuthProvider.Abstractions.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-ES.ToolAuthProvider.Abstractions.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbb6b6df73acdc16a1c0dcd4f9404906ee14f3a4ec54ec06077fc8522ff46c86" - }, - { - "algorithm": "SHA1", - "checksumValue": "bab72bf6dcfe8a8a1681eef9f29d58cc4bcaca7a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/ES.ToolAuthProvider.ClientRequestHandlers.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-ES.ToolAuthProvider.ClientRequestHandlers.csproj.nuget.dgspec.json-7777F70D8E6EFB8A6560DEF6B2F9B2A025DD5795", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8e7c76aaa31dc68b828778bc10981da536ecca8ccd08cb7393b3a91ae6c60a8" - }, - { - "algorithm": "SHA1", - "checksumValue": "7777f70d8e6efb8a6560def6b2f9b2a025dd5795" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-project.assets.json-D66AAB89EF6C066187482E24564739DC8395641E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db4317de32a2203fc9e7587d6ad2b6d9ee9c8567d2597136b33a6bdb85825194" - }, - { - "algorithm": "SHA1", - "checksumValue": "d66aab89ef6c066187482e24564739dc8395641e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/ES.ToolAuthProvider.Abstractions.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.csproj.AssemblyReference.cache-D336253B73B2D6072D32937AE1BC1FA255A64917", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a57c5a8000eeb1bbe212cfbf21aae4ae0bc0ae2c7bc00def05e14aaa6a732378" - }, - { - "algorithm": "SHA1", - "checksumValue": "d336253b73b2d6072d32937ae1bc1fa255a64917" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-project.assets.json-041A42844E88F149F5016FD4E744E1727547650D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2499d33575103957e3e120a4579ccb03fb1585cdcf4e35b37c5b6515a8131ebd" - }, - { - "algorithm": "SHA1", - "checksumValue": "041a42844e88f149f5016fd4e744e1727547650d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.CoreCompileInputs.cache-C7E8644B5F4DFE7756FE5AD490A08C08FB013B9B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fcf3bcab691b81e2cd5f4d5f3bc90bc8ce74849488bf7d48b75aeaca2200b48c" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7e8644b5f4dfe7756fe5ad490a08c08fb013b9b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/ES.ToolAuthProvider.IdentityProviders.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.csproj.CoreCompileInputs.cache-AC4D56EDB05DCEFBB549884C4176A950D887A788", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8c486a4efd4bb0eaec7f2ee6897ce24d39807824025bf1198fd26131ca6b93ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "ac4d56edb05dcefbb549884c4176a950d887a788" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/ES.ToolAuthProvider.Abstractions.UnitTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05420c22963f1a47eabd481d0ccc21e6a0bdffb45a5fc6566b133caffd81ce93" - }, - { - "algorithm": "SHA1", - "checksumValue": "48996f808679b703a476147829f95bad90d468ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll-28932D1E768C1D1FF32DEBE91A2CF56655CECEC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "11ea35e038d552a52da82d6e4b3c785eb09806eb5350fe22d8d4799d8d5b7383" - }, - { - "algorithm": "SHA1", - "checksumValue": "28932d1e768c1d1ff32debe91a2cf56655cecec4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85ca83b20b4e226d226764867ff658e50116e12d6babb92b165ce5cce82242ca" - }, - { - "algorithm": "SHA1", - "checksumValue": "858628ec5472f10d6ab0ec1d828d1e5dac0385b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.ClientRequestHandlers.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.assets.cache-A4C6A2D9E44FC43279221ED4F21BD3F8B266030D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6fcd2bd47b544b3b4ea771d569cc017ffbd199c26cdd37897b63b165b3c42df3" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4c6a2d9e44fc43279221ed4f21bd3f8b266030d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.AssemblyInfoInputs.cache-D73CB0C7AEAD10EF05051E2C4D35E35FFECBCB2E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4bf74dc7ab13ea27afa632f6f819df33dd1114c50d89b3f9a5036814eaf83d9c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d73cb0c7aead10ef05051e2c4d35e35ffecbcb2e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll-8237E1828E4DD4D1E2DE3DB1F4C816121639B192", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f1fbdda7e98dac0cd66a514ea1afb3788aee8caac66d83f47db4140af1d7bf38" - }, - { - "algorithm": "SHA1", - "checksumValue": "8237e1828e4dd4d1e2de3db1f4c816121639b192" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll-E94F456E74ED24EDFC880A1A113B63D1CCBA2B90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecaf775f5e72e245614f7a49cfeafe680ba34f0b484ecb1e1f08a494f0ac4d6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "e94f456e74ed24edfc880a1a113b63d1ccba2b90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Abstractions.UnitTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.AssemblyReference.cache-E4DCAF9DE2C8B596EBE27FB6189F94D9E9A1BCCB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a4413944c5ade712f3d07c3a459ff11c58c7ed904ecd86897d0e0462e4a9c705" - }, - { - "algorithm": "SHA1", - "checksumValue": "e4dcaf9de2c8b596ebe27fb6189f94d9e9a1bccb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.AssemblyInfoInputs.cache-8880FB4B052258AFA20CE2975D1AC2B8794AC70D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "439f52deca780993212be929dbc54970386fcff071723dfb6a2746b0fc91fede" - }, - { - "algorithm": "SHA1", - "checksumValue": "8880fb4b052258afa20ce2975d1ac2b8794ac70d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.UnitTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.AssemblyInfo.cs-BE1B1B946AAAD51DBF5F3B986678B0A827AE2FD9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a2d72763630ab77fb73b17b86969f48b3a1f91fda8c9759c229f15f4d41886f" - }, - { - "algorithm": "SHA1", - "checksumValue": "be1b1b946aaad51dbf5f3b986678b0a827ae2fd9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-datetime-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-datetime-l1-1-0.dll-DF3864400798AD14638FDF47A355DA2D0CC1D5FF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c3207053ba821096f73a704516bc1f24608de3f55bacbbb30968ee2db9cfa4c" - }, - { - "algorithm": "SHA1", - "checksumValue": "df3864400798ad14638fdf47a355da2d0cc1d5ff" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.xml-D46002677621D4879C999551AAEE953832E46CB8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fa00683102b8c73e6c4dcfe6819ac66f52e4c60b3e1b838e242bd1b5b7b5b2a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "d46002677621d4879c999551aaee953832e46cb8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll-5638BF194942494961D96C08D355CF8C55F0A0AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "33104cda11e0da04c8c0f2d27a2e07077a76352b23cc6f8d610921feea32f8f9" - }, - { - "algorithm": "SHA1", - "checksumValue": "5638bf194942494961d96c08d355cf8c55f0a0ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-heap-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-heap-l1-1-0.dll-106C5FF0A6F8E631BEF3C61A239A0F709381C633", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d1b129df515eb3e30f16f605cd9f307708abe4dfd5523a4086c3cba8ac64af91" - }, - { - "algorithm": "SHA1", - "checksumValue": "106c5ff0a6f8e631bef3c61a239a0f709381c633" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.UnitTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.genruntimeconfig.cache-7B0C2AEAFB405E13EA6C4257BF73C6CF621611DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b656522ecc57956db49d37785524435fbc743aca507d7457acbbc0d9ae5a27d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0c2aeafb405e13ea6c4257bf73c6cf621611df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-project.assets.json-927FF111C719C3F7FBB982E26F1BF942635CB308", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0458870fef0ed884f34dd4de4f80f62e4fc50d063ff607d7119701660b834e18" - }, - { - "algorithm": "SHA1", - "checksumValue": "927ff111c719c3f7fbb982e26f1bf942635cb308" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/Release/netstandard2.0/ES.ToolAuthProvider.Common.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.csproj.FileListAbsolute.txt-35371746796F32E6374DDA8C66BD5EB2A8E8077E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6f8970c999c57910ce6081c664bdd45a6e66c92561bcd099f410df294af55c10" - }, - { - "algorithm": "SHA1", - "checksumValue": "35371746796f32e6374dda8c66bd5eb2a8e8077e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-processthreads-l1-1-1.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-processthreads-l1-1-1.dll-D8798C6AA519CE5D9EFFCBDFE1D3FE54B5EF6696", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7d31e2e7af2f71512e9ac0b5c2e5242364238e931dd35ffdcdd11c1236099e97" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8798c6aa519ce5d9effcbdfe1d3fe54b5ef6696" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.ClientRequestHandlers.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.GeneratedMSBuildEditorConfig.editorconfig-793699617D9167B92285392ECD999D23014F85DE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c4939cccd3a2c4e640dfa4a82e24a6d4ca428e852e3860a0627db3c48642a2c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "793699617d9167b92285392ecd999d23014f85de" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/ES.ToolAuthProvider.RequestHandlers.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-ES.ToolAuthProvider.RequestHandlers.csproj.nuget.g.targets-88C6E96C7BF4FCADDB0868C026B95C5B14F0AD1E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c5e5570cf2be170685cf03de8160173e726a5d3c59ed501e95621045cfe012d8" - }, - { - "algorithm": "SHA1", - "checksumValue": "88c6e96c7bf4fcaddb0868c026b95c5b14f0ad1e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-core-util-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-util-l1-1-0.dll-B8760E5721BB86AE735D38DFC6A420742769EF08", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e56060e9c9b1f714aea0793616f858187b7fb946e53abee8d00e32accdfd86e7" - }, - { - "algorithm": "SHA1", - "checksumValue": "b8760e5721bb86ae735d38dfc6a420742769ef08" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.RequestHandlers.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-project.assets.json-CA92D8689F3AB4E15B6CBE9DE53662440A080A6B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eb269c70ecdaae25cd4bca989ac00afde63be929550ccda4a46c4e6a8dd9248e" - }, - { - "algorithm": "SHA1", - "checksumValue": "ca92d8689f3ab4e15b6cbe9de53662440a080a6b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-project.nuget.cache-79C6F13D5573F1F23E7201B363E6CF033D9B86BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a2e45a8807c699ebc9166fdbe9e1704aaf4d54fe03c3e1b71cbf5b4d0ebb168e" - }, - { - "algorithm": "SHA1", - "checksumValue": "79c6f13d5573f1f23e7201b363e6cf033d9b86bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.FileListAbsolute.txt-985D31A8DF3EAAD6D23F63E22832BDAF04C9ACB1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34fd276eb9f1f134b57b20e4d7483010081b2cf5d7f85d228d68dcfb89af4507" - }, - { - "algorithm": "SHA1", - "checksumValue": "985d31a8df3eaad6d23f63e22832bdaf04c9acb1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/api-ms-win-crt-multibyte-l1-1-0.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-multibyte-l1-1-0.dll-45C44D7A6AC3903DC66F3F62C634BEE94A0973AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c35c7d782132dde8dfe4a1de0a3528587f9afa61439c339f448772cea6817440" - }, - { - "algorithm": "SHA1", - "checksumValue": "45c44d7a6ac3903dc66f3f62c634bee94a0973ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05420c22963f1a47eabd481d0ccc21e6a0bdffb45a5fc6566b133caffd81ce93" - }, - { - "algorithm": "SHA1", - "checksumValue": "48996f808679b703a476147829f95bad90d468ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/ES.ToolAuthProvider.Extensions.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.csproj.CoreCompileInputs.cache-77E6E3DEA438B69A1B896306DEDCAEB1F701540D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6d71ae84beb1aa15b7bc29d30868126ee287e789f27681c276d92c3f7b46e289" - }, - { - "algorithm": "SHA1", - "checksumValue": "77e6e3dea438b69a1b896306dedcaeb1f701540d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/appsettings.Development.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "888f6a7984249c3c4c848293b81b7676be5565050a5a8e3e31ad154b8f4f8734" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f2fad65c3d41a041abe344fa21f5975d67c0af5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.nuget.dgspec.json-974FD91A9135A7010C22E590682DECFC6F30EBD6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "661a34efe2ef04a5bcb87906d4f74a3677e04929cf91e72db7e9bd75effc0609" - }, - { - "algorithm": "SHA1", - "checksumValue": "974fd91a9135a7010c22e590682decfc6f30ebd6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/ES.ToolAuthProvider.Extensions.UnitTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-ES.ToolAuthProvider.Extensions.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85ca83b20b4e226d226764867ff658e50116e12d6babb92b165ce5cce82242ca" - }, - { - "algorithm": "SHA1", - "checksumValue": "858628ec5472f10d6ab0ec1d828d1e5dac0385b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-project.assets.json-E0B19522F91CB54F9930D14BF9F6755E48319A11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "990ac80a841de65f6333ba2af79164a5b6c3117d3f212cbfbaad06c84f7447e5" - }, - { - "algorithm": "SHA1", - "checksumValue": "e0b19522f91cb54f9930d14bf9f6755e48319a11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Extensions.UnitTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.Http.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Http.dll-4792400351C2936B389C52E70EA502B19FF472C5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0b4fa48e294c1d3c250bab3053bc1b2910613df1b414ddf59a1a46d70e75bcc2" - }, - { - "algorithm": "SHA1", - "checksumValue": "4792400351c2936b389c52e70ea502b19ff472c5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.CoreCompileInputs.cache-66FFF1E7251CAE09758795B8498BB26206D6E8B5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8cf340b443c493e7e1d3ad19e089cfa0fe7411a30900e9a2fb0b99395eb647a" - }, - { - "algorithm": "SHA1", - "checksumValue": "66fff1e7251cae09758795b8498bb26206d6e8b5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll-30110C82CA182907B50BF54926F3CEAD3E527DCF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "183624f9cc4e6adb349c237ddab7d3b3074ea3f9598316641ed88ba88c8198e1" - }, - { - "algorithm": "SHA1", - "checksumValue": "30110c82ca182907b50bf54926f3cead3e527dcf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.assets.cache-0C6D5A350D6DEABB7B1041665624C71C8E95C091", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "62b1111f9b81cc6b6751303dcd1e1512ea705add75c391beec2c2104f5270892" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6d5a350d6deabb7b1041665624c71c8e95c091" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/ES.ToolAuthProvider.IdentityProviders.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.AssemblyInfo.cs-7EC9F8C9114655023D10A398039D6A33322AAAC5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d17e5965dee61bcc6180fc596112430682fbc6d10ee6e3cb3eb6bb9b2a1da492" - }, - { - "algorithm": "SHA1", - "checksumValue": "7ec9f8c9114655023d10a398039d6a33322aaac5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll-4AAC2F119991D1000BB5AC051D5A94DD851DC664", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e67b86e490b263e1dc17b9449c56a8d50db34342fee5440973ac8c93f1ad885" - }, - { - "algorithm": "SHA1", - "checksumValue": "4aac2f119991d1000bb5ac051d5a94dd851dc664" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.pdb-E196F0FBCC799C9B3DA056B13A6C0F30C8B2D095", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e4136b8d0351d2f9ceaa240aa66d63fd18c5f4e04845b75226de2a179182a8c" - }, - { - "algorithm": "SHA1", - "checksumValue": "e196f0fbcc799c9b3da056b13a6c0f30c8b2d095" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.AssemblyReference.cache-507306E3E4DAB85C0C9052E13F3D463E18AA0DCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "273876cf2d64c36c323a607db433dc35ae008abd2b1671bd1e8975f09bad989f" - }, - { - "algorithm": "SHA1", - "checksumValue": "507306e3e4dab85c0c9052e13f3d463e18aa0dca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.xml-B5AE8DD60627ECDF1DA6B23D6B10646F2FA8EB81", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "35b41e0231138f6a5f4b884c6157ec85079cb136189b0cd28e25a40edf61d424" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5ae8dd60627ecdf1da6b23d6b10646f2fa8eb81" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/Release/netstandard2.0/ES.ToolAuthProvider.Common.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.AssemblyInfoInputs.cache-B507DEDB57FFF1402A4C824FB54EB6A0B2792EEF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ad56e50065d6cd07e1e2a5ae27749fc09abbb4352ed347067f8a088181b4a32a" - }, - { - "algorithm": "SHA1", - "checksumValue": "b507dedb57fff1402a4c824fb54eb6a0b2792eef" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-project.nuget.cache-60ABD91F4247757B2C3AAB2400AE83D12F8EA4EF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ce261ec4deb6987de375900b2f2795d2f9c85c33cc15237d93700432299df412" - }, - { - "algorithm": "SHA1", - "checksumValue": "60abd91f4247757b2c3aab2400ae83d12f8ea4ef" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.GeneratedMSBuildEditorConfig.editorconfig-3007C551FD972E7F842A65DCEED21022E9C1BF14", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e8ed93f5d3ea504dd481decbec4760441a72fcb395dd601bdf2050267b46eca1" - }, - { - "algorithm": "SHA1", - "checksumValue": "3007c551fd972e7f842a65dceed21022e9c1bf14" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/Release/netstandard2.0/ES.ToolAuthProvider.Common.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.GeneratedMSBuildEditorConfig.editorconfig-1FBF4CED2BE5FB5FFA0AC61462CEDF67907AA061", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb31c5046d170784eff07f3d15cd8167656aefa9d87baaba8ad159473725c392" - }, - { - "algorithm": "SHA1", - "checksumValue": "1fbf4ced2be5fb5ffa0ac61462cedf67907aa061" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/ES.ToolAuthProvider.Extensions.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.AssemblyInfoInputs.cache-29FC75765BB481149F813C4A8D4C4E56B28A3EF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "40519029b0069acbc11244c63a25c462e0cb501aa6295cb22e797c14f37e9904" - }, - { - "algorithm": "SHA1", - "checksumValue": "29fc75765bb481149f813c4a8d4c4e56b28a3ef1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82c75b913e88627bdb1bf46ccc48e30a56f7909accf483ae383ce85ed7664cd0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d1c62e0c6f66207190f27eb0199df8193fd057" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-project.nuget.cache-A5672F2D927A5D0B736EDE5BA44DBE49B096A8A7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae81bd94086183996dbebf7102ff053d6178cfdc6f0ef84011ee880f6f22cd59" - }, - { - "algorithm": "SHA1", - "checksumValue": "a5672f2d927a5d0b736ede5ba44dbe49b096a8a7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.Quic.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Quic.dll-23C614B41B818143CF8EFBF29AFF54E95C6EB9E4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dbf60a719c9ebf25b44891cd1d448f193ca59bae2b97be3b9193bebb8ad6c279" - }, - { - "algorithm": "SHA1", - "checksumValue": "23c614b41b818143cf8efbf29aff54e95c6eb9e4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05420c22963f1a47eabd481d0ccc21e6a0bdffb45a5fc6566b133caffd81ce93" - }, - { - "algorithm": "SHA1", - "checksumValue": "48996f808679b703a476147829f95bad90d468ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/ES.ToolAuthProvider.Extensions.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.csproj.FileListAbsolute.txt-664094F784E0A861D429A761B42D18799B743D3F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "834ef7794fb90d415ff45108fc67c207ac7cfe070061602e8f841dc0b2d69ebb" - }, - { - "algorithm": "SHA1", - "checksumValue": "664094f784e0a861d429a761b42d18799b743d3f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Extensions.UnitTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.AssemblyInfo.cs-C5B4DC482409D4D37B9392CDC3C54B517DEDEDAC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d3fcf2adc13b24734b7472a3d90541b5721f81f672e55c620cce612bf96c96d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c5b4dc482409d4d37b9392cdc3c54b517dededac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthService.Abstractions.UnitTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-718202A5F1ECD6CAE577A2A851D82385AD79E5B8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cdab32ad34351d5833748c892316e150e5e3975457ad60b693d86b7b22cde757" - }, - { - "algorithm": "SHA1", - "checksumValue": "718202a5f1ecd6cae577a2a851d82385ad79e5b8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.WebSockets.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.WebSockets.Client.dll-43F0CE1DEFB7EE3ABA246B3A0746128079B64F63", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "71b54ba4d1c11bebf26050114b787e2f53a37478ecff210b040923b6bd36e42f" - }, - { - "algorithm": "SHA1", - "checksumValue": "43f0ce1defb7ee3aba246b3a0746128079b64f63" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Extensions.UnitTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.genruntimeconfig.cache-ED176AF6464D4AACE4EB394B7832E9BD1766DC38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e57c8461d46c17d635677813e37d09e10ad805c0bdbeb70d582d771310cf3ebd" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed176af6464d4aace4eb394b7832e9bd1766dc38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/ES.ToolAuthService.Cache.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-ES.ToolAuthService.Cache.csproj.nuget.g.props-1F3E1B7889690D82C75006B5650913B230660633", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7318e068099732ea1ea89166a448b7b512e20e4273bce576859638c8055b51d" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f3e1b7889690d82c75006b5650913b230660633" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.AssemblyReference.cache-0492D6EE535CF3573F1CDFF147D574975C21E9B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6ed12c8cf328adf88878191477386418a2930f2603e8e756fd42be27ab28cd07" - }, - { - "algorithm": "SHA1", - "checksumValue": "0492d6ee535cf3573f1cdff147d574975c21e9b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/ES.ToolAuthProvider.IdentityProviders.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-ES.ToolAuthProvider.IdentityProviders.csproj.nuget.g.targets-88C6E96C7BF4FCADDB0868C026B95C5B14F0AD1E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c5e5570cf2be170685cf03de8160173e726a5d3c59ed501e95621045cfe012d8" - }, - { - "algorithm": "SHA1", - "checksumValue": "88c6e96c7bf4fcaddb0868c026b95c5b14f0ad1e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.xml-D70764C549CBF8BFE039B7F80F0801291454222E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d09f283f75c77d128a1eebfd03abf815ed20d7f557759283014c4550b2ff772" - }, - { - "algorithm": "SHA1", - "checksumValue": "d70764c549cbf8bfe039b7f80f0801291454222e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/ES.ToolAuthProvider.IdentityProviders.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-project.assets.json-31F454670DC6FEF612BBEE76693F6D0BBA0431A4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6e399fc18902cfe8a4229ef3960ea12d90febed4de72b0d1ad921751f9c155d8" - }, - { - "algorithm": "SHA1", - "checksumValue": "31f454670dc6fef612bbee76693f6d0bba0431a4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/ES.ToolAuthService.Cache.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.csproj.AssemblyReference.cache-DD29487DFE99DA2370D8BB1EF62263A96CF48079", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05c07a9431cf629363545529ce1d0a1a23dddf7bb016c1c5fe6b165c0af34d9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd29487dfe99da2370d8bb1ef62263a96cf48079" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05420c22963f1a47eabd481d0ccc21e6a0bdffb45a5fc6566b133caffd81ce93" - }, - { - "algorithm": "SHA1", - "checksumValue": "48996f808679b703a476147829f95bad90d468ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Extensions.UnitTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.csproj.CoreCompileInputs.cache-27B2C4C672AC9A1F90808FCF2552C7BDDDD5D562", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3cc0a403e19b41d71514fef7cb6271a9976042b6174d8fbf55d34a1e5a0b166a" - }, - { - "algorithm": "SHA1", - "checksumValue": "27b2c4c672ac9a1f90808fcf2552c7bdddd5d562" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.RequestHandlers.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.GeneratedMSBuildEditorConfig.editorconfig-CDFBC40AA214E880DE8D1374FDF999F831C6D41B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3361e294c82b37135eba8c1db2fa2ef80b8c9c140e5d087927fc33b3daf74d8" - }, - { - "algorithm": "SHA1", - "checksumValue": "cdfbc40aa214e880de8d1374fdf999f831c6d41b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll-30110C82CA182907B50BF54926F3CEAD3E527DCF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "183624f9cc4e6adb349c237ddab7d3b3074ea3f9598316641ed88ba88c8198e1" - }, - { - "algorithm": "SHA1", - "checksumValue": "30110c82ca182907b50bf54926f3cead3e527dcf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/ES.ToolAuthService.Cache.UnitTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-ES.ToolAuthService.Cache.UnitTests.csproj.nuget.dgspec.json-39CF048CE6D0459751E94E2FC54310ECA14AFB63", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2e4186122b4dc654043c55a6e250d17e4288e0d553e9766b35394f451158dbe" - }, - { - "algorithm": "SHA1", - "checksumValue": "39cf048ce6d0459751e94e2fc54310eca14afb63" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-project.nuget.cache-52B6001CB789151201022A7081FADC5205CBD6F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2ea4caeae51996fad6e6b02f1b6f63513d173d8c4f209d7ba64d00a13db1700" - }, - { - "algorithm": "SHA1", - "checksumValue": "52b6001cb789151201022a7081fadc5205cbd6f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/ES.ToolAuthProvider.IdentityProviders.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.AssemblyInfoInputs.cache-B3125E770554DF14127256CF8DB2D7455AFCEABC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9a5ac5fb2ae8fe7d55c3edf1507942643f07dd8ac93077d7afb3870763a37e7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "b3125e770554df14127256cf8db2d7455afceabc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.FileListAbsolute.txt-68CBC278B5A8A63C8BF39FEC42FDE2AD7E31D714", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "26f3e135a24e330ed96afe910c0a2b8cc260da0c67f382afb6a36a001bac91b8" - }, - { - "algorithm": "SHA1", - "checksumValue": "68cbc278b5a8a63c8bf39fec42fde2ad7e31d714" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/ES.ToolAuthService.Abstractions.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-ES.ToolAuthService.Abstractions.csproj.nuget.dgspec.json-767467DB27936B9F79CC30E2053759AAFB1CB0E7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "26b0caa3b1b8cc9a70c698a53145ffe62d6a4769ba310a536c97a71a670f2a24" - }, - { - "algorithm": "SHA1", - "checksumValue": "767467db27936b9f79cc30e2053759aafb1cb0e7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.AssemblyInfo.cs-C3980BF158B33E1FB57900E84F084985EF6EE827", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "64d88b59f1b215d77b169379e0cff435a06d1041854102abcc7169eaa1cf43ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "c3980bf158b33e1fb57900e84f084985ef6ee827" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/Release/netstandard2.0/ES.ToolAuthService.Abstractions.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.assets.cache-742BA5A68B845CD4825E12038BA6F4BF3007106D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cd66b2e0c302318125d7891181c17b2ec75d8eea241b1fe9b8e602297d398aba" - }, - { - "algorithm": "SHA1", - "checksumValue": "742ba5a68b845cd4825e12038ba6f4bf3007106d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.AssemblyReference.cache-C8CFB5A0291E3ACA59FFD79D5F33BFA404917E44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2641dd31a69da572b442db9c95c94d2d672d5dd92099779f6931c7dd3c225115" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8cfb5a0291e3aca59ffd79d5f33bfa404917e44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ES.ToolAuthService.Cache.UnitTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.assets.cache-C6869F26B689F907340A25354F59A694EB17087A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6075b4f996af7ae114c1fbb43933886041469d9e1e15d72df47060ba7275873d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c6869f26b689f907340a25354f59a694eb17087a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.xml-59384566D264B2DFD0A21B57CCC4C6CF4B338CC9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aa698abc557ae7d3a710d22bdc2e510c87f7db6e904b88274207278a7e47d303" - }, - { - "algorithm": "SHA1", - "checksumValue": "59384566d264b2dfd0a21b57ccc4c6cf4b338cc9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.genruntimeconfig.cache-6EE2091B773915E6B348D01A4681317A267FAF87", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9af55371439d7df1e98be06d6b14e3869944a523578ba484209f31d8db55369b" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ee2091b773915e6b348d01a4681317a267faf87" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/ES.ToolAuthService.Abstractions.UnitTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-ES.ToolAuthService.Abstractions.UnitTests.csproj.nuget.dgspec.json-9C400250309DB6E6A374C39A3920BE8C3EC52AA4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "341bf5de37bd7e9d302467821ae29d5e1b08949ebea77d2983b850025955eda0" - }, - { - "algorithm": "SHA1", - "checksumValue": "9c400250309db6e6a374c39a3920be8c3ec52aa4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.UnitTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.pdb-5DE93B6D23196F1CC313980E91392CFF751CA8BC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "884f79b9708abd241a265531cc3ab7ad673cba348cb7900add5f9de747167b18" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de93b6d23196f1cc313980e91392cff751ca8bc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85ca83b20b4e226d226764867ff658e50116e12d6babb92b165ce5cce82242ca" - }, - { - "algorithm": "SHA1", - "checksumValue": "858628ec5472f10d6ab0ec1d828d1e5dac0385b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.UnitTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-F49A8A6DBA9FB3C2CA4F6134FE4FDE02FB4CE46E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a589d1b3daa257eb3b1a43cdc782da919b2a758e6cc66378450305db67bee073" - }, - { - "algorithm": "SHA1", - "checksumValue": "f49a8a6dba9fb3c2ca4f6134fe4fde02fb4ce46e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-project.nuget.cache-ADD61A4E07B2757862CC799CEDF6320787A1696B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e8da5a7e8ceb45ac2993b14f06c8f6c3e6d056b9f77a89a9d262488f642dcedc" - }, - { - "algorithm": "SHA1", - "checksumValue": "add61a4e07b2757862cc799cedf6320787a1696b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll-86DD9BDD065956FB23E0675F57AD8E04D9082516", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a2b26e75dbe69a4da39af15e4f055e3671717a1debf64edd6f72f138f092c2e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "86dd9bdd065956fb23e0675f57ad8e04d9082516" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/ES.ToolAuthProvider.RequestHandlers.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-ES.ToolAuthProvider.RequestHandlers.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbb6b6df73acdc16a1c0dcd4f9404906ee14f3a4ec54ec06077fc8522ff46c86" - }, - { - "algorithm": "SHA1", - "checksumValue": "bab72bf6dcfe8a8a1681eef9f29d58cc4bcaca7a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthService.Abstractions.UnitTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.assets.cache-47FB9B3CBF5A8CB80B758AC1C336E09D5B6C6FCD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e125b01ad6b870f1fceb1ae41b0eef139ddc9c75ebd3a72d931be1951cc75a6" - }, - { - "algorithm": "SHA1", - "checksumValue": "47fb9b3cbf5a8cb80b758ac1c336e09d5b6c6fcd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.RequestHandlers.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.AssemblyInfo.cs-5446187DA1BAD1A8DC578110337E4BED1D524571", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0d5eafe249b23da96cd7f1c0f865b00493f79bb0d2395ac2d86386d4065c67e5" - }, - { - "algorithm": "SHA1", - "checksumValue": "5446187da1bad1a8dc578110337e4bed1d524571" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ES.ToolAuthService.Client.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.csproj.CoreCompileInputs.cache-74BFA24DBDBC43773124DC15956402D2EE69ABD0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ffd5ba88cc7a5fad1ba174c7b0679d52efedeb7f306b9eff204c733a2043a911" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bfa24dbdbc43773124dc15956402d2ee69abd0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b47495a9d0db4d28010ad07ea421b9e8588933d5bc7145780a8d4b8c5dcd6447" - }, - { - "algorithm": "SHA1", - "checksumValue": "10005cdea27776f5f88e3ccaa131be56acf276a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Client.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.xml-1F0E3DBED8670EF70F0F26E7998FBCA7AB72FA2A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c740d1c1bb3625efc946f79adf55e0af09bf48ac422c6d3ce5cc3188a6d86254" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f0e3dbed8670ef70f0f26e7998fbca7ab72fa2a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.pdb-DC44C4681D38BD138233E38D2890942C6CEC416C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5f369fd98953cb073451ea784104ca2ced39fab31fe9c571dcd621d19427f13f" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc44c4681d38bd138233e38d2890942c6cec416c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ES.ToolAuthService.Client.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.RequestHandlers.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.csproj.AssemblyReference.cache-389FFC41A11B963DF348D42A7615F5BDC11A37A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7fa0acceeb56aa87a41ff60cab258469aadd3010b5ddd8b6378764bf037aa0a4" - }, - { - "algorithm": "SHA1", - "checksumValue": "389ffc41a11b963df348d42a7615f5bdc11a37a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-project.nuget.cache-A69957D0640ABA7FF31E5023D9C0AA33E0EC29AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b93449ba844dec68373f83d5667be2693ea952c488d3ef09c89b25be56e5bb4a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a69957d0640aba7ff31e5023d9c0aa33e0ec29ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.RequestHandlers.UnitTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-4135C212959EBE8C6AEF211118940BA2BA35F6BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a25e1d1d24f14ba0f9a849dad5756c17fd572a411dd7d24d4abb57a77c9606b" - }, - { - "algorithm": "SHA1", - "checksumValue": "4135c212959ebe8c6aef211118940ba2ba35f6bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.nuget.dgspec.json-7955A54273A0470BB1CACF62AC39B1775C685183", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5f3341f5cb57187dea4115677260bd579a5174a4acb61b2fb0279a2b9a088f5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "7955a54273a0470bb1cacf62ac39b1775c685183" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/ES.ToolAuthService.Cache.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.csproj.FileListAbsolute.txt-DCEB994EA5A40B91DCB9745B2A65BC42AB14F7AD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86afc2ce411eda662d1b5e6906511dac5553935cdf3e6f24c98ba1ed3024bd1e" - }, - { - "algorithm": "SHA1", - "checksumValue": "dceb994ea5a40b91dcb9745b2a65bc42ab14f7ad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Client.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.dll-EFA49A9531DE53B7D7AEA1D3C73DDCD0F91934F1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "15542b385c6b4f1a9d945f0b96b4317233584df5632794405de3ea2c297c1cc5" - }, - { - "algorithm": "SHA1", - "checksumValue": "efa49a9531de53b7d7aea1d3c73ddcd0f91934f1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/ES.ToolAuthService.Abstractions.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-ES.ToolAuthService.Abstractions.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbb6b6df73acdc16a1c0dcd4f9404906ee14f3a4ec54ec06077fc8522ff46c86" - }, - { - "algorithm": "SHA1", - "checksumValue": "bab72bf6dcfe8a8a1681eef9f29d58cc4bcaca7a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.RequestHandlers.UnitTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.assets.cache-FB899FC4DDF9874FA8B75F83AA29B5E05A7EE9D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e07ab742bf886c13ee8a288dcbe313ec910a2da55ac109501c567b24cb270f32" - }, - { - "algorithm": "SHA1", - "checksumValue": "fb899fc4ddf9874fa8b75f83aa29b5e05a7ee9d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/clrjit.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-clrjit.dll-9E1CD0824F05B6181F01F066440585A72C9AB44D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "210139c9f20e36be0b4976f522f6ce0c3a5ac644d43f5056f5003d490bbbd516" - }, - { - "algorithm": "SHA1", - "checksumValue": "9e1cd0824f05b6181f01f066440585a72c9ab44d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/Release/netstandard2.0/ES.ToolAuthService.Abstractions.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.csproj.AssemblyReference.cache-D336253B73B2D6072D32937AE1BC1FA255A64917", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a57c5a8000eeb1bbe212cfbf21aae4ae0bc0ae2c7bc00def05e14aaa6a732378" - }, - { - "algorithm": "SHA1", - "checksumValue": "d336253b73b2d6072d32937ae1bc1fa255a64917" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.AI.EventCounterCollector.dll-9F6D784F9262D8472A612D8F142A0A2CB42B6EF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5d1f18747591ddd47c496c88fd8cf29605075ec6ebfc9db8eea6495505e23816" - }, - { - "algorithm": "SHA1", - "checksumValue": "9f6d784f9262d8472a612d8f142a0a2cb42b6ef9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/ES.ToolAuthService.Abstractions.UnitTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-ES.ToolAuthService.Abstractions.UnitTests.csproj.nuget.g.props-D1E411ACB8733A4BBBAF4CF0A0F5E30F99D48D98", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "61f44daaca3e9c08d2b812bf922864d371da9f62598e97f0b090b17b68701d8a" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1e411acb8733a4bbbaf4cf0a0f5e30f99d48d98" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.pdb-AB002014AC18D4F66BA3D46AE96D1ABF8E2D6195", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5c86679b41b92ea95091e4e2f030628ab3c044a431339adc0c6e4c76e130debc" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab002014ac18d4f66ba3d46ae96d1abf8e2d6195" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Engineering.AuthenticationProvider.Abstractions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-6922ACC955122EC253C611940A013C6436749567", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f055388173d5939ee0c0adaac308b345a39b78bc6ba3f2b884f99cb72e5c84a1" - }, - { - "algorithm": "SHA1", - "checksumValue": "6922acc955122ec253c611940a013c6436749567" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-project.nuget.cache-B5B979D89224924E50CE155E0A2E32B2BEB2794C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2003c4cdcc0a3a5f97399f3abc195ba1029e1e1159ee5ade6036f07e9710e721" - }, - { - "algorithm": "SHA1", - "checksumValue": "b5b979d89224924e50ce155e0a2e32b2beb2794c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.Common.dll-64C168328EBDD5EE312D4EA8628DE0DF62D3CF86", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5a63c2c28e96965872621b1a2cb15304ce67164405c3d9c7e0cd90a2d6179a" - }, - { - "algorithm": "SHA1", - "checksumValue": "64c168328ebdd5ee312d4ea8628de0df62d3cf86" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/Release/netstandard2.0/ES.ToolAuthService.Abstractions.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.GeneratedMSBuildEditorConfig.editorconfig-0FAE75B04F7843B45BDE2AD3937B27C7E46BBCAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a096461e994ff5d0c9ca14419243dbb625e4a9e5f200863b6a09a8a907665010" - }, - { - "algorithm": "SHA1", - "checksumValue": "0fae75b04f7843b45bde2ad3937b27c7e46bbcad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-project.assets.json-679673D06041136E00745E40594FA3F5C2B5B9DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5028ae6fef2317065dac620595c06778c478cd08f821da6b99a3af476d402450" - }, - { - "algorithm": "SHA1", - "checksumValue": "679673d06041136e00745e40594fa3f5c2b5b9df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Configuration.FileExtensions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.FileExtensions.dll-D80232C9A2CFC1B25BDDF023ED5527E4306DE81E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "500512302054c4989cc2cdd8fe2c8502f40a1167652c983935682aa23bfa456e" - }, - { - "algorithm": "SHA1", - "checksumValue": "d80232c9a2cfc1b25bddf023ed5527e4306de81e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthService.Abstractions.UnitTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.csproj.AssemblyReference.cache-AF997E4054C91FD3BB01DC23E3EC9DB1B6A846B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e661139303004ddb423649226065c5a1621bffb40611b41452ba7f9a1bf35dbe" - }, - { - "algorithm": "SHA1", - "checksumValue": "af997e4054c91fd3bb01dc23e3ec9db1b6a846b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-project.nuget.cache-70DCE7EDA4C904D85577F2A4BBBA744A748A800F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4912503085003b2450ff35d6954b3cbf6cd593662d6e44fba7c4298d5fe25d89" - }, - { - "algorithm": "SHA1", - "checksumValue": "70dce7eda4c904d85577f2a4bbba744a748a800f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed3ee9bc2adac96455f0b17f9eebd32a0f276eaaf5fcc8654e36de878e7835e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec106520d96fdfe835514d99f3e9d2d8b0b391d6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ES.ToolAuthService.Cache.UnitTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.csproj.CoreCompileInputs.cache-B4AF589FF034A22541697E546669B9F31AA6CCFE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b7ee88ddabea55b6bd133c834701d07009f2279d9df1bafc9442bb087293cbfc" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4af589ff034a22541697e546669b9f31aa6ccfe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthService.Abstractions.UnitTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.csproj.FileListAbsolute.txt-ABD5371BF755E14615F6E52D9FBE69F94A73879F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "64adee388ac8b0a024ca7007dda8f99ce2a28f9a88a77393dd9e0947fc8274d5" - }, - { - "algorithm": "SHA1", - "checksumValue": "abd5371bf755e14615f6e52d9fbe69f94a73879f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.xml-ED76002D9C42C52E9BFC669E84AD5AADB0E87D8B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0fde55572c0855d8e4d1993f4ce2cb9d9e26f125c65ee10fd4c869f63f5a665" - }, - { - "algorithm": "SHA1", - "checksumValue": "ed76002d9c42c52e9bfc669e84ad5aadb0e87d8b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/ES.ToolAuthService.Cache.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-ES.ToolAuthService.Cache.csproj.nuget.dgspec.json-1AF7F6A9D1B684DA877CE4256804B2B699EF6A30", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fbb0fd66e5ce0b46602a204463367dde5ee1e58653f61927ff95f88f92538897" - }, - { - "algorithm": "SHA1", - "checksumValue": "1af7f6a9d1b684da877ce4256804b2b699ef6a30" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Hosting.Abstractions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Hosting.Abstractions.dll-466C6AD98D7C794E237A07E298CED315B3C3CE75", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04b6b7daa67b52a3ed5bb3c87ebeaf77c798b8fb34f75f72a959bf465456789d" - }, - { - "algorithm": "SHA1", - "checksumValue": "466c6ad98d7c794e237a07e298ced315b3c3ce75" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll-2033D22F74D3D7AD50949BC9837CEA3BBC9E691B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae8fd071ce2c826cb88ea92b4b2693d3911a330b9adb95a39e6bbf380c76b34e" - }, - { - "algorithm": "SHA1", - "checksumValue": "2033d22f74d3d7ad50949bc9837cea3bbc9e691b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ES.ToolAuthService.Client.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.AssemblyInfo.cs-6820A5E7E26BA4957F9E6D451AFC7516A3888E50", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5b7a3be39134e23355f0b64b77d7412ce5f50de1f50bbe01110de48fb3dcb5" - }, - { - "algorithm": "SHA1", - "checksumValue": "6820a5e7e26ba4957f9e6d451afc7516a3888e50" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/ES.ToolAuthService.Cache.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.GeneratedMSBuildEditorConfig.editorconfig-1CDA63B8CD9539E73FDC6068373C18111C288BBB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "494557399a6e42f99d385296344cf520247015a3d7f70bb00e2d6654e2a77337" - }, - { - "algorithm": "SHA1", - "checksumValue": "1cda63b8cd9539e73fdc6068373c18111c288bbb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Logging.EventLog.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.EventLog.dll-B4C0313205FB99349A827308159078AC29875484", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ceb20ccff1f541314e490d13437db620a5fee5fd2bb73b1ec45cdd4d2b06fc27" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4c0313205fb99349a827308159078ac29875484" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Authentication.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authentication.Core.dll-B692AF85A1A72043BDE454A7DC24AAC7BC4B241A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2414ae5d0f76b749abcf5cc62f8c2aedaccaf2cdc86a88c3694de15060a814d2" - }, - { - "algorithm": "SHA1", - "checksumValue": "b692af85a1a72043bde454a7dc24aac7bc4b241a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/ES.ToolAuthService.Cache.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.assets.cache-91B09831657AA12A8CC9FC7CB26BEA8A679020BF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4b787ba82b2f2701c85e068491b61c2b8794ab1d27ceb64caa1cd2ac646ffde5" - }, - { - "algorithm": "SHA1", - "checksumValue": "91b09831657aa12a8cc9fc7cb26bea8a679020bf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ES.ToolAuthService.Client.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.genruntimeconfig.cache-6A8CF5D57F8DEAB0982715E7C55E53AB301EBE35", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6c3e639a205e8d22d9e8479fa07c31ed8bc9a2a503644bba50a7b7532b8025be" - }, - { - "algorithm": "SHA1", - "checksumValue": "6a8cf5d57f8deab0982715e7c55e53ab301ebe35" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-project.nuget.cache-1684A9A87117E7869A6986D5F5163DFA7CFA30F1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7342c3eaf37c7bb64ab4dc9c4cbe5e558310141144c1064c8065e044eb15d29e" - }, - { - "algorithm": "SHA1", - "checksumValue": "1684a9a87117e7869a6986d5f5163dfa7cfa30f1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ES.ToolAuthService.Cache.UnitTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.csproj.FileListAbsolute.txt-699B0D5DDC21086F4618B9DBE94B3C630F05C5DB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4bff69c08e23514ce724a4efb21ba95025ec33c93c8a693692951399627463b4" - }, - { - "algorithm": "SHA1", - "checksumValue": "699b0d5ddc21086f4618b9dbe94b3c630f05c5db" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ES.ToolAuthService.Cache.UnitTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.AssemblyInfoInputs.cache-4808837CC98DF6EF581C4E343D3D29CA502834EA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0f6ed4133fd32fc850ac585b60deeda4cf22009c73daa3f6473bd902967d6a72" - }, - { - "algorithm": "SHA1", - "checksumValue": "4808837cc98df6ef581c4e343d3d29ca502834ea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ES.ToolAuthService.Client.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.GeneratedMSBuildEditorConfig.editorconfig-DC4001DA8B6DCDAD329AA2A9C444BD74BA475EE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac7e6a62d369701a93fc11945488ecb635aadfa278f4f55bec3993e0a5feda53" - }, - { - "algorithm": "SHA1", - "checksumValue": "dc4001da8b6dcdad329aa2a9c444bd74ba475ee1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll-762444B811D0D44BCB043D388AA282293815FC67", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b479a2915f8f5fcef73dea7802a14d4f59f2ff34f80bcbca646f755c05342e9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "762444b811d0d44bcb043d388aa282293815fc67" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/ES.ToolAuthService.Client.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-ES.ToolAuthService.Client.csproj.nuget.dgspec.json-04FB2968D71EB8D05FBFE7B221B05C37EAE6C8B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2cab3c2cf139f22a134ef969c8a9e8a8a6cbd900d0b3ae0d24923d8e13d47fac" - }, - { - "algorithm": "SHA1", - "checksumValue": "04fb2968d71eb8d05fbfe7b221b05c37eae6c8b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/PublishOutputs.7606b0d21f.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-PublishOutputs.7606b0d21f.txt-4669D863ADB26AC835951422ABB5BA7C015BF1A6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "194d37a82df636f9613a65d4d1e5984181a06621f513f1fe5cc31e295b3c9613" - }, - { - "algorithm": "SHA1", - "checksumValue": "4669d863adb26ac835951422abb5ba7c015bf1a6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ES.ToolAuthService.Client.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.AssemblyInfoInputs.cache-B19C13DA14AF5A902D3829BC566D7172E0B14000", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f87ce31289602e1c36c3531cdb9597bd39816f71a4fa57c372dc80803b841ae1" - }, - { - "algorithm": "SHA1", - "checksumValue": "b19c13da14af5a902d3829bc566d7172e0b14000" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ES.ToolAuthService.Client.GlobalUsings.g.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.GlobalUsings.g.cs-35D3B87FE8DA7BFCCDCFFA070E3BB6BE112A4E34", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f3f134e9e825e3e7268090f58b1af2bda2de513f61a09c56f48b9b8d08612abc" - }, - { - "algorithm": "SHA1", - "checksumValue": "35d3b87fe8da7bfccdcffa070e3bb6be112a4e34" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ES.ToolAuthService.Client.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.AssemblyInfo.cs-6820A5E7E26BA4957F9E6D451AFC7516A3888E50", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5b7a3be39134e23355f0b64b77d7412ce5f50de1f50bbe01110de48fb3dcb5" - }, - { - "algorithm": "SHA1", - "checksumValue": "6820a5e7e26ba4957f9e6d451afc7516a3888e50" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.AI.WindowsServer.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.AI.WindowsServer.dll-F1E53B2364163DFDC69295C45241410B7BB9BB5E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7db600f2cf120ff26af2ce6f4c48ed931a4f1e5c9940e933c176c16334bfe11f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f1e53b2364163dfdc69295c45241410b7bb9bb5e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Engineering.AuthenticationService.Abstractions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.Abstractions.dll-C62C7347D6743F22CFB327ACFC8B63B0F4D6DE12", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fbae6025eb8ba855e15e01722f65fb7521329841024379a93c2671f9152d1e6f" - }, - { - "algorithm": "SHA1", - "checksumValue": "c62c7347d6743f22cfb327acfc8b63b0f4d6de12" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ES.ToolAuthService.Client.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.genruntimeconfig.cache-F072C79A81EE2B99E644B31CBA57D3B478359E39", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "528ba0bd45c49d90b2f897cc847921f1c9b6594fe017eeed9d276eb4ff968b6d" - }, - { - "algorithm": "SHA1", - "checksumValue": "f072c79a81ee2b99e644b31cba57d3b478359e39" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-project.assets.json-2A947CC70EEB19F2398BB2140BEFB24FBFF2010B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b64edaa5978d9d4822962e89151489475b7b33d551e04e6ae0cc10f4ee42c250" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a947cc70eeb19f2398bb2140befb24fbff2010b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Configuration.Abstractions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.Abstractions.dll-3BC47C1D45942CAA4B17D8B289B8BEAE312ABD53", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cecae1b7d87d5d4251c24f9a6da8f3446d3f7ccbdb484839b4e5e6f694a68c92" - }, - { - "algorithm": "SHA1", - "checksumValue": "3bc47c1d45942caa4b17d8b289b8beae312abd53" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ES.ToolAuthService.Client.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.DependencyInjection.Abstractions.dll-782260B95E3E7C34880644FD5D46D01F9135C94D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a92d8e5cd393466a6c77f8cd88e9944f7b8a35705bc5b2412e3933fb012e770b" - }, - { - "algorithm": "SHA1", - "checksumValue": "782260b95e3e7c34880644fd5d46d01f9135c94d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Client.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.pdb-98750EAB06F7FB88BFE3E72700225D82EFC14B83", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a5efaa19655a47e4e0e938b339d485bf1b3ecf2ccb14a873cf979062ea9466ef" - }, - { - "algorithm": "SHA1", - "checksumValue": "98750eab06f7fb88bfe3e72700225d82efc14b83" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.ApplicationInsights.dll-1031E8FDAD1A09D2B7584D1522E2155D48FDFDF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4fae0caccd419c23c7ab2ab3de08cb8463d567e46b362af7f0ac34fdc3aecc2" - }, - { - "algorithm": "SHA1", - "checksumValue": "1031e8fdad1a09d2b7584d1522e2155d48fdfdf1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ES.ToolAuthService.Client.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.csproj.AssemblyReference.cache-1FA35BEA3B843B2823A75C4602F781880F72112C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "182ef4abbd11431f0f6898c7f40cd52ca77684aac5dee299d175e605ccfa2c27" - }, - { - "algorithm": "SHA1", - "checksumValue": "1fa35bea3b843b2823a75c4602f781880f72112c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Options.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Options.dll-265A45D7D72C55D6D25E0DF8BDC5F79E372930A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d133f39288e0337a813b1bf7b64c70cfd1fbed6b850aa30877bbc9bd7b17fdae" - }, - { - "algorithm": "SHA1", - "checksumValue": "265a45d7d72c55d6d25e0df8bdc5f79e372930a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Client.deps.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.deps.json-00BD0F2B7ECCD4F147CAC1C5BA20BEA118DD3FF7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "06e4bff5749aa7fd283561a49dacb686766b028df4c29d5032067f461f2f5a64" - }, - { - "algorithm": "SHA1", - "checksumValue": "00bd0f2b7eccd4f147cac1c5ba20bea118dd3ff7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/System.CommandLine.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.CommandLine.dll-5AA38DAEE0F3AA5CBD1B212A9690FD87B4BF3174", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9f80716e22915f55a600f119b842111a50eb059951590f3035b7f7f4fc1afe9a" - }, - { - "algorithm": "SHA1", - "checksumValue": "5aa38daee0f3aa5cbd1b212a9690fd87b4bf3174" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Security.Cryptography.ProtectedData.dll-5E8C381DC233B91AC7105E155B3FAA4732394E6E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1f01219981db350787ae6a1cb06d014b8b6b3ea77bbae7d1aea19a582d1b48ba" - }, - { - "algorithm": "SHA1", - "checksumValue": "5e8c381dc233b91ac7105e155b3faa4732394e6e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.AI.DependencyCollector.dll-8405853CD2DA1AC7B7D08FD020B64288D39B0EBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f72493fbcc62a9789932790c19d44f650a861877b6119623d5c2c88b3567d456" - }, - { - "algorithm": "SHA1", - "checksumValue": "8405853cd2da1ac7b7d08fd020b64288d39b0ebe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Components.Server.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Components.Server.dll-526B7C2358BF7AFBB2C8D4680019291DF46624C0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "235d037cbbae532342ed09f94f7d37bf751706f799b6f70252ce848355434e2e" - }, - { - "algorithm": "SHA1", - "checksumValue": "526b7c2358bf7afbb2c8d4680019291df46624c0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-project.assets.json-8098F8D5CBE2069F221D4E50A4F4BD3CC94815DD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "70da2adec0f24e395d3115f5896a6129fff3b0f88bc6c48230a79ec267d8297a" - }, - { - "algorithm": "SHA1", - "checksumValue": "8098f8d5cbe2069f221d4e50a4f4bd3cc94815dd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/System.Configuration.ConfigurationManager.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Configuration.ConfigurationManager.dll-672E7DF902D7B8DF3DCE9D9098A802573DA492AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "536a88409baffae499dcc8cb79c1069a842af483f20724b53570ef5fcfdfc751" - }, - { - "algorithm": "SHA1", - "checksumValue": "672e7df902d7b8df3dce9d9098a802573da492ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.nuget.g.props-E2E90A56E7B13344C1946197C1A5AE163CFBAA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5736a34e4f90ff871060e7b196d8af32ca4f85a7be9d3aeda9376799aae4ae8" - }, - { - "algorithm": "SHA1", - "checksumValue": "e2e90a56e7b13344c1946197c1a5ae163cfbaa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ref/Microsoft.Engineering.AuthenticationService.Client.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ref-Microsoft.Engineering.AuthenticationService.Client.dll-3E20D05344137FCD8B68C8E1031823F80C3D9725", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ad8c0cb0fe870d0ae37877057945e5612339189d6b5054af977a1b782c118f19" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e20d05344137fcd8b68c8e1031823f80c3d9725" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.GeneratedMSBuildEditorConfig.editorconfig-C4AA560D3A35561B6F0B051D27A381CA19087E42", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "35d23e6f3e33b3886ebc3f6650369a6523c50cecd3285458d6252a7cf38f7b58" - }, - { - "algorithm": "SHA1", - "checksumValue": "c4aa560d3a35561b6f0b051d27a381ca19087e42" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-project.nuget.cache-786BB4261EE11E54EA5075A4079C2651B9005354", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0d6d7e046b578d23f4993a18b1875473b0c4084da3af6e02de2951bc4aabda32" - }, - { - "algorithm": "SHA1", - "checksumValue": "786bb4261ee11e54ea5075a4079c2651b9005354" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.AssemblyReference.cache-27512FF23F8A018B930D47BA69F82037DC28541F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ab40f96339e064c2c10a50d1f83702f14594e6fa787396d572ea4fd87ef23b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "27512ff23f8a018b930d47ba69f82037dc28541f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.DataProtection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.DataProtection.dll-C5D0017CFC3FA9CDC30117116EB4002619DF0677", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aac2aabb81ff46d09206647a2e4f05125102d7730a608d6ddca8a276c06fafe" - }, - { - "algorithm": "SHA1", - "checksumValue": "c5d0017cfc3fa9cdc30117116eb4002619df0677" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.FileListAbsolute.txt-8B83874F5C63E1F6096C94E18D9C597192A1D71A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8061e7d9aaef8f55d435c67c8f3e496bf8f62e35ad6692815cfad0ad840235e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b83874f5c63e1f6096c94e18d9c597192a1d71a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-.NETCoreApp-Version-v3.1.AssemblyAttributes.cs-B7A3A6E598A21CF33A325088D16AFC3CFCCE845C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "609721b0977b4bb4296f30db82935147eb4a1c0dd665d90d1ca0787ff0f86f1d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b7a3a6e598a21cf33a325088d16afc3cfcce845c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-DAA6DA2DE10A68B03F93B8888E370A5D74F8C1B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "181f9640e1ed3b21dc5aa052ffc9861d791bf3de99a1a141352992371f165a72" - }, - { - "algorithm": "SHA1", - "checksumValue": "daa6da2de10a68b03f93b8888e370a5d74f8c1b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/ES.ToolAuthService.ClientLibrary.PowerShell.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.GeneratedMSBuildEditorConfig.editorconfig-74E43313DFF4E296C62FBBA58EC21A3F73476175", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "af26ec490a777054e56b9e78f46f1fa4a7c188288ddeb52063c7cffeae1fd60d" - }, - { - "algorithm": "SHA1", - "checksumValue": "74e43313dff4e296c62fbba58ec21a3f73476175" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/PublishOutputs.f1181fea07.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-PublishOutputs.f1181fea07.txt-CE7D3E949780A2B19AE0E7B992151095637D1348", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "65e8bf6c7f4674fd08b501856b61fc370af3ddfbdd7a08f09d32a5226c7a0d83" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce7d3e949780a2b19ae0e7b992151095637d1348" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b02598b2389388b9378766713588b8f02612c8947e801c3dffec8c93bf94366" - }, - { - "algorithm": "SHA1", - "checksumValue": "14ed9473874585670a30b06856c78c030d0121c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.AssemblyInfoInputs.cache-294B51270C9E0254229595E997E2E0438C1A11E5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f3cecb8062b9b1402c814116076ebd0e75c26fc48c9254debdd2ba7912df3da7" - }, - { - "algorithm": "SHA1", - "checksumValue": "294b51270c9e0254229595e997e2e0438c1a11e5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll-3FFC04588663CD92348B28F3EAC26F6246A156CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "906aa1ebb75006f46d7ed9c8ff9327847fc9451a315b8a2d49a2d44c10ee077a" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ffc04588663cd92348b28f3eac26f6246a156ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll-EFD1C6B2CB2256F101AEC5C2B9EA74BF8B777672", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79e6df1ca50737f7a3f1acc82bbcb77400bd9ed7a42172d8ed42d0044cc85df3" - }, - { - "algorithm": "SHA1", - "checksumValue": "efd1c6b2cb2256f101aec5c2b9ea74bf8b777672" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.AssemblyInfo.cs-0A450F2C7FE573F45EC6F454B2C215E0A2590FDE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6eee99d1f2ea4a55010e3d52b4473895d43b56555732c01ba5b727a271c1c1d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "0a450f2c7fe573f45ec6f454b2c215e0a2590fde" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.genruntimeconfig.cache-55A728ECD6D2EB787C9BFB2F3C98B5954C3346B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "173a267b44883bba201295bad9e45f86e845847d438c3ae764821c3ea95f486a" - }, - { - "algorithm": "SHA1", - "checksumValue": "55a728ecd6d2eb787c9bfb2f3c98b5954c3346b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/ES.ToolAuthService.ClientLibrary.Telemetry.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.nuget.g.targets-ADE27DD8D26A20C47B7BCBC3C3465368DF9D67A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "687b80e7878ede9811d298c4dc1a60269921bd919257312cf7a9e9255d771aea" - }, - { - "algorithm": "SHA1", - "checksumValue": "ade27dd8d26a20c47b7bcbc3c3465368df9d67a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.Telemetry.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.CoreCompileInputs.cache-E6C5FD029FFC45492E20CFE5F4708FD300E044E8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5643cf73909fadbdd90d6b93ea658740f9a4faabc7e33a04cf666455a33f01eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "e6c5fd029ffc45492e20cfe5f4708fd300e044e8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Hosting.dll-B088358F8722A12E4028F763A9E93D8E60B9D263", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8ee748bded07a3f4df18f69a0e5c8cade8324364f6273fc57e8aedc6132cadcd" - }, - { - "algorithm": "SHA1", - "checksumValue": "b088358f8722a12e4028f763a9e93d8e60b9d263" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85ca83b20b4e226d226764867ff658e50116e12d6babb92b165ce5cce82242ca" - }, - { - "algorithm": "SHA1", - "checksumValue": "858628ec5472f10d6ab0ec1d828d1e5dac0385b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-project.assets.json-1AACA52B133ADC82E1386F33966E26EE3DC044CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a593b11b7a657e44846b5474ac75903c9006dab1a72abc0e351550ffa955a29c" - }, - { - "algorithm": "SHA1", - "checksumValue": "1aaca52b133adc82e1386f33966e26ee3dc044cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Http.Features.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Features.dll-82A9A4F48C74D8A10896C969E6AD7DFF24AF5EE0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "184803ed959d4a43506a95f4df256e0ef2be597fa1d836eac645205c03223139" - }, - { - "algorithm": "SHA1", - "checksumValue": "82a9a4f48c74d8a10896c969e6ad7dff24af5ee0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll-3B9BDA995159928A48FC373E36F4DF46E6791AAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8486f00c6a644f64569453517186f288294bba04a5d0c5b63a3930ca041f0a95" - }, - { - "algorithm": "SHA1", - "checksumValue": "3b9bda995159928a48fc373e36f4df46e6791aad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.CoreCompileInputs.cache-16DD9FD0719F5797AED2DD5EE9ADE298402CC9E5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "244971e3356f66026b43a95db728c661297b617045b7043bf4b4f92f33a71738" - }, - { - "algorithm": "SHA1", - "checksumValue": "16dd9fd0719f5797aed2dd5ee9ade298402cc9e5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.UnitTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.AssemblyInfo.cs-78F0BFF2D0F1BC6AA9ACCA033B7C6D2B870A4013", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "882ada2737dd4bd9febb7fdae45d66cb1ab747c9e25b12754c90d836853c356b" - }, - { - "algorithm": "SHA1", - "checksumValue": "78f0bff2d0f1bc6aa9acca033b7c6d2b870a4013" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Metadata.dll-5CCC675F3DFDDFD8B6ED54502029300BD2EF9869", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dd30640ad2863d101b6e30d9b5230fbb7e2c99e83434d4077735e9848be97199" - }, - { - "algorithm": "SHA1", - "checksumValue": "5ccc675f3dfddfd8b6ed54502029300bd2ef9869" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll-D23A2CDD0937364C5AFC3EA35D31CF3B2FDBE461", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fbab85fd2231e8406adc67a3b38914ca23525b0f96f2cab740739caaf19b0bec" - }, - { - "algorithm": "SHA1", - "checksumValue": "d23a2cdd0937364c5afc3ea35d31cf3b2fdbe461" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.UnitTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.genruntimeconfig.cache-4358BC974B49A476018EE7C2287B39019C881DBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4efe234329eea3f7df77d9f070dbb50ca08f25e48eaeefdde8c88082e221272c" - }, - { - "algorithm": "SHA1", - "checksumValue": "4358bc974b49a476018ee7c2287b39019c881dba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.Telemetry.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.AssemblyInfoInputs.cache-B44424946AFF5CE4E037BFE86A178195E1A17A3F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0d07c7348fd43aa1ce9bedae6665dd38deba1ffcc9491f19b67a7279ee79c21f" - }, - { - "algorithm": "SHA1", - "checksumValue": "b44424946aff5ce4e037bfe86a178195e1a17a3f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/ES.ToolAuthService.Common.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-ES.ToolAuthService.Common.csproj.nuget.g.targets-42192B68AE1E59A35ABB57FB220327740EBA15DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3771b33e97ebbaf01131d440e7eec04786ff0e893789db3c259f43c9ce880524" - }, - { - "algorithm": "SHA1", - "checksumValue": "42192b68ae1e59a35abb57fb220327740eba15df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/ES.ToolAuthService.Common.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.AssemblyInfoInputs.cache-720B745E4F26861AAEF514FC10AC2B42A7D4189E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "11117bdf870ee4b14b14a373661b811392930a98eed9723943528a3cba2f958e" - }, - { - "algorithm": "SHA1", - "checksumValue": "720b745e4f26861aaef514fc10ac2b42a7d4189e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/ES.ToolAuthService.Service.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-ES.ToolAuthService.Service.csproj.nuget.g.props-03BF75503B62784C81C7A5DBFC5A1121F27A8FDA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b5cfa7272060a7010151fb3c6108498ffea5d358fecaf6d27e181254d25520ae" - }, - { - "algorithm": "SHA1", - "checksumValue": "03bf75503b62784c81c7a5dbfc5a1121f27a8fda" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll-5C547056DA2169D4C9FE83F8D01D0095FD9C2D20", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ebe253cf739a319adc3f2d671014b1637dabc4fb12e4ee26783f6a1de3afde06" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c547056da2169d4c9fe83f8d01d0095fd9c2d20" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Formatters.Xml.dll-581B62954BABF3DEE84CC3DE4DDF99E37C19A971", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6ee7dbb98775c639aff5fc55fe0a70a5841c5a9d39e79dd61c20cd032e5a71af" - }, - { - "algorithm": "SHA1", - "checksumValue": "581b62954babf3dee84cc3de4ddf99e37c19a971" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/ES.ToolAuthService.Service.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.AssemblyInfoInputs.cache-A0E53E03A14D40E50B812C2E2F4FC92D672D8C74", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dd696b08453d0b4ac03f52dd6e833feedf30ac261553674606ebb485afa755a4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a0e53e03a14d40e50b812c2e2f4fc92d672d8c74" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Razor.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Razor.dll-A259CBA4ED9A182D87FD7D849C3C2BD1DA2953DE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "470d02bca1b9f383326f051b447f7b9bdb928c891b2b4e8bbda03497f9e1200d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a259cba4ed9a182d87fd7d849c3c2bd1da2953de" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "884a5b6dd9e34dd52c64d2fa64d8ec73e9c52dedb80e87da055bda0dba14e389" - }, - { - "algorithm": "SHA1", - "checksumValue": "294957268f8d2514127453edbc7012dbc0e20a7f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Svc.dll-94FB59D800E5719DDD0F8623DACF9FC0A32D4085", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63b59ca2fd18b979139c211ef913da756de65e14d8ed4981ae034e837d3a74a" - }, - { - "algorithm": "SHA1", - "checksumValue": "94fb59d800e5719ddd0f8623dacf9fc0a32d4085" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/ES.ToolAuthService.Service.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.csproj.CoreCompileInputs.cache-443B268CCFFD8D33924D29111C6E2A5E43BA0F3D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec03d2a7f3483b3eeb4eff5c312ca9a87cb0810c32d94092174b9dae8f06b20d" - }, - { - "algorithm": "SHA1", - "checksumValue": "443b268ccffd8d33924d29111c6e2a5e43ba0f3d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-project.assets.json-CB46861C65772358331F1E36B7B1CC4FC67AD601", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee2e4b17f94c78e2e26725e41ec900bdd69a555b51edc38d84ea2d3e56e747d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb46861c65772358331f1e36b7b1cc4fc67ad601" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Svc.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93c5a637050583146347c76cb32165af83cdd9b113dfd0d812fedac79c82c8eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5cc0cbd4353f01f135ac361aaf6f20c60511c803" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.UnitTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.CoreCompileInputs.cache-A718612A76CF4C948F4F6C04FA07BD9D66FD3BA1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0dc3498c4dcbf5d430b5d7d9d3eaf67771a72372147ff26ea4648e11878254e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "a718612a76cf4c948f4f6c04fa07bd9d66fd3ba1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-project.nuget.cache-A72BE2278CB95C8710A9758B614B59E759708C64", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c6254d0e8d8f00ebe27638511dff6f0a707ceabaf65c9d0ccc58127d32a2dbb0" - }, - { - "algorithm": "SHA1", - "checksumValue": "a72be2278cb95c8710a9758b614b59e759708c64" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll-878C67F93EC5D5E0EC461DCFD22745AACB22C4E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "868d4b15592c6d17040cd6973b5aeecaeebad45c0f21ffe15d8f52cce124609f" - }, - { - "algorithm": "SHA1", - "checksumValue": "878c67f93ec5d5e0ec461dcfd22745aacb22c4e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ES.ToolAuthService.Service.FunctionalTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.csproj.FileListAbsolute.txt-96D2D77DA03AA3E5AED6D052F49AF5044C3F47BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "23e5007291304df6178e3e5fe0b46465496dace4110d4efbd2404a515cc98af6" - }, - { - "algorithm": "SHA1", - "checksumValue": "96d2d77da03aa3e5aed6d052f49af5044c3f47ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/ES.ToolAuthService.Common.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.AssemblyInfoInputs.cache-07AC39911FB1A52E88DA67FF46CEABB9815B760D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "724dee48411b7dd0e0292c230264bdb9cd94ffa43a555c8ecdb4fae1d7f1a5cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "07ac39911fb1a52e88da67ff46ceabb9815b760d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/ES.ToolAuthService.Service.UnitTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-ES.ToolAuthService.Service.UnitTests.csproj.nuget.dgspec.json-7BD7EFD5F2B9D306E3806199C9BA2051B7B91980", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19b55b1b1f8ff5ec609e7876d346345d482ce877b0d79cfe7b60c1ab158b279a" - }, - { - "algorithm": "SHA1", - "checksumValue": "7bd7efd5f2b9d306e3806199c9ba2051b7b91980" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/ES.ToolAuthService.Service.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.csproj.FileListAbsolute.txt-E927CE6B6CD45B285B763FE2BE241357439F690E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b7286a2009f1e201c7e296e7e16c24ce2a4fd61d713ecf6a8e07aab9422c459c" - }, - { - "algorithm": "SHA1", - "checksumValue": "e927ce6b6cd45b285b763fe2be241357439f690e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "376d050e033ed73afcbe563f0951c669358aab90d17d0324608d9475d23155d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c26a60ebbf9bf80ef7cd9c7e96957a063d04e952" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/staticwebassets.build.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-staticwebassets.build.json-E83631BE57CCE63D11721619E9AE2134B295616A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "30c8160e63e60a134ddd8d0f619c307ff6c44985199a6956fea6a23b610f522e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e83631be57cce63d11721619e9ae2134b295616a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ES.ToolAuthService.Service.UnitTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.assets.cache-EE4E7DBAF02954AB5E4190770B8A0CF8BA23B6B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac192a2c1ffdc06c5f54414d2a580850d60bfb397e8ff4f774aff289711df930" - }, - { - "algorithm": "SHA1", - "checksumValue": "ee4e7dbaf02954ab5e4190770b8a0cf8ba23b6b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.UnitTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.pdb-E8FE64E4087E6724885FE84D96B9C1C280860297", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0f74f831d8d30e7012639b8cb25a70eeab5ff0b6e49433726fa289d8549b2619" - }, - { - "algorithm": "SHA1", - "checksumValue": "e8fe64e4087e6724885fe84d96b9c1c280860297" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/ES.ToolAuthService.Service.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.assets.cache-161A88BBB4ABF5B7DF9A84C5D100737B286C6EAB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "88c72859e19d7056bafc941ca970dff7d5daef5cada639958ab0b4f16d922f6a" - }, - { - "algorithm": "SHA1", - "checksumValue": "161a88bbb4abf5b7df9a84c5d100737b286c6eab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "884a5b6dd9e34dd52c64d2fa64d8ec73e9c52dedb80e87da055bda0dba14e389" - }, - { - "algorithm": "SHA1", - "checksumValue": "294957268f8d2514127453edbc7012dbc0e20a7f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-project.nuget.cache-D8BE4FBC03B0F488934CF8F71846C26E24764CBF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5beb18d3c94354bc1033bdf584969699da5c9b3afe6b9e2019281394eda2403a" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8be4fbc03b0f488934cf8f71846c26e24764cbf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cache-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63392a894b3e598c14c12f48a6adc90b313afcec765b99b8e7877d893ee6e30" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b3481db429e0803ab14fc02fa095fdf29798756" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/ES.ToolAuthService.TestFixtures.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.csproj.FileListAbsolute.txt-E6D7B0E83F6DB2F745883B0F84D092F6C4A7871A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0dbbd1ba7041f6b0a7f4e7e1dd3c065a99a4dcd55d0eae04ea2b5b9e77b239da" - }, - { - "algorithm": "SHA1", - "checksumValue": "e6d7b0e83f6db2f745883b0f84d092f6c4a7871a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/ES.ToolAuthService.Service.FunctionalTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-ES.ToolAuthService.Service.FunctionalTests.csproj.nuget.g.props-D1E411ACB8733A4BBBAF4CF0A0F5E30F99D48D98", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "61f44daaca3e9c08d2b812bf922864d371da9f62598e97f0b090b17b68701d8a" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1e411acb8733a4bbbaf4cf0a0f5e30f99d48d98" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Extensions.Diagnostics.HealthChecks.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f7b0c759fcba056aaeeca21cf580d32e0de91064bfc12a6b413d4fac112b0b6e" - }, - { - "algorithm": "SHA1", - "checksumValue": "67a97fa064a998f63aa4639fa8d989035a957111" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/ES.ToolAuthService.TestsCommon.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-ES.ToolAuthService.TestsCommon.csproj.nuget.g.props-89F41E276E33D247E225578E63897C8C9C20CB97", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3eb96a6012723237cb90e9ae74f6da3414252d860c9f3bb13da31f0f9cc1edb3" - }, - { - "algorithm": "SHA1", - "checksumValue": "89f41e276e33d247e225578e63897c8c9c20cb97" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.Server.HttpSys.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.HttpSys.dll-3B5EA377ADF613222E32137CB52635BA9615BB35", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dfff6ff779ef24a0a3877ee386e278064e0e43826d847e02c0a6f08a1d598da5" - }, - { - "algorithm": "SHA1", - "checksumValue": "3b5ea377adf613222e32137cb52635ba9615bb35" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/ES.ToolAuthService.TestsCommon.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.csproj.AssemblyReference.cache-D336253B73B2D6072D32937AE1BC1FA255A64917", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a57c5a8000eeb1bbe212cfbf21aae4ae0bc0ae2c7bc00def05e14aaa6a732378" - }, - { - "algorithm": "SHA1", - "checksumValue": "d336253b73b2d6072d32937ae1bc1fa255a64917" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/ES.ToolAuthService.TestTool.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-ES.ToolAuthService.TestTool.csproj.nuget.g.props-28E7537BBBE754E33C759B393F1F568661462136", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "294119e9edad3fbfdfd3eb29d776a4d3863c3e129c6bcdedaae2bffa74b07e63" - }, - { - "algorithm": "SHA1", - "checksumValue": "28e7537bbbe754e33c759b393f1f568661462136" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.AspNetCore.SignalR.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.SignalR.Common.dll-846A733749ECA67A132AE8D2F24EF1BD4FD59065", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "99d5f9d47c2c341d7008b567c2ea97739e753d19ef1cfaf198be92fac93feb8f" - }, - { - "algorithm": "SHA1", - "checksumValue": "846a733749eca67a132ae8d2f24ef1bd4fd59065" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/ES.ToolAuthService.TestTool.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.assets.cache-7F39FF175D03C51DCCE356BB4D1A511D7AC7627E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3c0684257172eaf8712ec9c103db6b55e7619ae242495ac1eeea66ea4b286b6c" - }, - { - "algorithm": "SHA1", - "checksumValue": "7f39ff175d03c51dcce356bb4d1a511d7ac7627e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ES.ToolAuthService.Service.FunctionalTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.csproj.AssemblyReference.cache-303EF9E0DE6780B12804C0939B23AF1C1C9A7E9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "476317e685fd1ecd03c00671f9fad11b28274ef81d578eb8c956554f3daa1108" - }, - { - "algorithm": "SHA1", - "checksumValue": "303ef9e0de6780b12804c0939b23af1c1c9a7e9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestTool.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.pdb-BCA9415CC104B0483B3B10F7E8CBEE77F7580F46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dbf010c8149c46e2f5795e06a9f146549f24e36b949ad0eff39085aa2b1ea510" - }, - { - "algorithm": "SHA1", - "checksumValue": "bca9415cc104b0483b3b10f7e8cbee77f7580f46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.xml-B27A16FD487C98FBEE0DC3693441530E96DC08D3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1f8a94a2ffd9449ce18559734db92c9fed6c810e354d8b88f2d23c9fec527119" - }, - { - "algorithm": "SHA1", - "checksumValue": "b27a16fd487c98fbee0dc3693441530e96dc08d3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ES.ToolAuthService.Service.UnitTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-39428F4E773D255F1E32F62B5630D4D0340F87B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a752569c2146dc97ffa4f494d11764be9e027515ea4ac179d9e2744b1882e804" - }, - { - "algorithm": "SHA1", - "checksumValue": "39428f4e773d255f1e32f62b5630d4d0340f87b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.ClientLibrary.xml", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d17f2f2bba2970c7ef40a8a318faf338fd2872266c155510171c33fcb5e26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a2f542a375e71f8776617acfec2aa8164f400bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/ES.ToolAuthService.TestFixtures.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-ES.ToolAuthService.TestFixtures.csproj.nuget.g.props-9C99858A5A42B4F9E8A2A038F8D2FC2C75064849", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "03f63d2c3d1c08638aa0eb56849a0e19fba8d0eb03c04f01d1ac318ccd94bc5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9c99858a5a42b4f9e8a2a038f8d2fc2c75064849" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/ES.ToolAuthService.TestFixtures.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.csproj.AssemblyReference.cache-1699376BA84B6FF742A0CBA708B73E4826929E25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2627025a924394f2f29ad9569594834fb3c8ed32835b7381b8d11e373472c2cd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1699376ba84b6ff742a0cba708b73e4826929e25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.TestFixtures.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-4EB442C1B05A3C60C97D6461B3AB1B79ADA35713", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0dc66d9bf595f0124ac5b962cd42a83f9fef72987018c18676a9e1e415e6eb6" - }, - { - "algorithm": "SHA1", - "checksumValue": "4eb442c1b05a3c60c97d6461b3ab1b79ada35713" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/ES.ToolAuthService.TestsCommon.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.AssemblyInfo.cs-CADA43571E37B01879A8765036591D6989B83AF7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7e175cc4f279c8ce14f98ac092382c0b50fd85c72227f95f18e79f6c905efdde" - }, - { - "algorithm": "SHA1", - "checksumValue": "cada43571e37b01879a8765036591d6989b83af7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.IdentityModel.Tokens.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98eb2ddd00f7a62cb7e6c45dd7826baa857afb2a917682716e2b343c3f7cd1e8" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8280a4aea2b9d716f4dcf710fc57ba31e3f7878" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.TestsCommon.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "84daed45505ecec678a58e666fd868b8753dbfebde20f92a3b5a1bddd2b2425f" - }, - { - "algorithm": "SHA1", - "checksumValue": "8761407f7ac3e7ed3f08e2b4fdaa1cd4215ca451" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93cf079c6452758689f636b8a5796906b6d7f08d93d81ed3a9ab4f8ebd55b46b" - }, - { - "algorithm": "SHA1", - "checksumValue": "e9ed24d7f3384eee43c2fa0315f11f53cbfc9247" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/apphost.exe", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-apphost.exe-C5224882FA86D9D5E03C5BDBDE4FFFD4E4357B04", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ee616962c33b3499c4b3814febd1fd8531206b9a4e9987d136057cc7d015db" - }, - { - "algorithm": "SHA1", - "checksumValue": "c5224882fa86d9d5e03c5bdbde4fffd4e4357b04" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/nunit.engine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20dc99d01977d4a40c96dbaa4d0327b0668e7852513c365a015e7331d421259c" - }, - { - "algorithm": "SHA1", - "checksumValue": "a24b1d349e28e135534d0b2a436044fc62064ae2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/ES.ToolAuthService.TestTool.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.GeneratedMSBuildEditorConfig.editorconfig-099C727746012A7CAEF45643771224C21E8B7F3B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9312e6d366c3aae458cab8749c7e9d6c387886d62b9efb2f2959e6913b6ca42e" - }, - { - "algorithm": "SHA1", - "checksumValue": "099c727746012a7caef45643771224c21e8b7f3b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Annotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b58ff2067dbe7692986b4ddde05ff01844949304287d2f8c87d884eed1043fc9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9abe5135a961496f1a5d6adafeb105c7fbae3d7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./packages/Microsoft.Engineering.AuthenticationService.ClientLibrary.3.1.19491.nupkg", - "SPDXID": "SPDXRef-File--packages-Microsoft.Engineering.AuthenticationService.ClientLibrary.3.1.19491.nupkg-D54558AAD0FB14354AF4B64E30C138323B94E1F0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57a2728f3e29c88c1a99b8f95881990945056b16f17dc35f15e7948eb397a67e" - }, - { - "algorithm": "SHA1", - "checksumValue": "d54558aad0fb14354af4b64e30c138323b94e1f0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationProvider.Extensions.xml", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "08b0328b2ebcc5c456d143232924e7d96253c038853cba4f6966d1c95a5e75ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "f60a0a6c2a4d41b427bbaa3788e8ed4adbac893d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c9eda5007cfa21d12a617ecfa8d85293ae4977fa3976a1611d2f7fa60ef3d07c" - }, - { - "algorithm": "SHA1", - "checksumValue": "167fa65c727edcd6eb27ef45ca245f80ec1628e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1d6edd14982123ce9788de6f142b173cd86ab35fbba22b6367e245150bad8b9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3a98a60de74a191807ffb71b4a428a82620fe501" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/testcentric.engine.metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24690b60aa128a16df995cccc79c5ac89e6310d3d68164867b2ba795832236a2" - }, - { - "algorithm": "SHA1", - "checksumValue": "687c715bf23ac709f519f3d2c925fc5cb5cb9b69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed14d172d12e5dc617841e4b6de9bc12d210c89f900de2e3b811d8d4ccd8eec0" - }, - { - "algorithm": "SHA1", - "checksumValue": "35c4d4271e8b600dc7700ef14efee9fecd64921e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10b7f244376ce457cbe1d75458a4f5c74c29d25e77a6077f0d7f085e2465b16e" - }, - { - "algorithm": "SHA1", - "checksumValue": "3318e35ebb74f471f4323f991c4b811e6f286976" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bca44ba28c495ea76923ad1fc44a966a1f602776536e238ed4d0cd6ec0bd2b7d" - }, - { - "algorithm": "SHA1", - "checksumValue": "9210f1f10b10a1a3e43ec8d4d15753c3f1cf5716" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8e0e4cbaf4bd3ac4e352059d3ef770357645b1e847bfd87e4e38942283ee221a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ec0d1b1c6e33c925630468527cad04b9a82ed864" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b29837aab118fbf940142bd468ad55f5598e2b59b0bedec6cc31ea3e9477892e" - }, - { - "algorithm": "SHA1", - "checksumValue": "cba88f92a154ee84209e825e79ca652aa95428fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0aec5610bc9eb50db68f629738c3f14a5e18ece17ca3c8155abf6551c8a5931e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3bed10b2b52ef5c7e1c27a84901f752bfaccf95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5cfec93a03d0bd33189559fb22b9c302352675b9be85d314198add21e52406fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "aec4f21c823267748a703eef66b9769e527f274d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2de97d4e26a75968d34d0f9d1ec17bd2101261f3f46d7858fbb66da7314ee299" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d336e2d8c5a24ecb95759216360fbc6a8dccb1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "795513584a5f0b7adcac40bb8bb9f3343a0bae23572eff0aa6a224940cb80206" - }, - { - "algorithm": "SHA1", - "checksumValue": "abeee47928247717a3895386c023509c60f8c4e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Private.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Private.Xml.dll-2AA420084D7DF7BCDDB94ECC7DB2C4BDA207923A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9cd97c16aad01810edc458d144927062f22859ea5441a013d5081fe8f22642dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "2aa420084d7df7bcddb94ecc7db2c4bda207923a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "884a5b6dd9e34dd52c64d2fa64d8ec73e9c52dedb80e87da055bda0dba14e389" - }, - { - "algorithm": "SHA1", - "checksumValue": "294957268f8d2514127453edbc7012dbc0e20a7f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36d1a55db0bdee687abe9eb91801284079376d92e6bfa8a5bd7b35541ca39549" - }, - { - "algorithm": "SHA1", - "checksumValue": "7d45cd49d9bac62eccfadc7531849af9cfb5c82a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Azure.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f91d4f1b94ef8c7697cd56a67a0688e69e50e617cefc3c7173764566b4c6d311" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c084ccc37ac37740580ffb8709c02c9a54183bb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ac35e4bdcafde915e590d1c97fd5840db08ea93edf3bff5e043f58e37da80627" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8d8d36f15c8d639fb16a63de4471fe9c82efa92" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Reflection.Metadata.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Metadata.dll-DD61476153846C9A6BFBF0EC521B49A028B01564", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ba1b85354a152de9c63500391e056ce1da82adc0f85f127fdba5fea8253c6571" - }, - { - "algorithm": "SHA1", - "checksumValue": "dd61476153846c9a6bfbf0ec521b49a028b01564" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestTool.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.pdb-BCA9415CC104B0483B3B10F7E8CBEE77F7580F46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dbf010c8149c46e2f5795e06a9f146549f24e36b949ad0eff39085aa2b1ea510" - }, - { - "algorithm": "SHA1", - "checksumValue": "bca9415cc104b0483b3b10f7e8cbee77f7580f46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.dll-58C7458BAC05D584924F2E60620BBBA57CAB5F33", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db834d3d11bcc625b4aed712fa256532c67b76293547996b211d501211f39a1d" - }, - { - "algorithm": "SHA1", - "checksumValue": "58c7458bac05d584924f2e60620bbba57cab5f33" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b955dfb0f27a00fbcb570c419ed316e01ae3c56f2df70deba45a22e7c0597741" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d9a1533782abcdceeda47e890adf49bff11e51d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.Serialization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Serialization.dll-43BEDDC6DA0FEF9425342092F08E73C7CEAA5324", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6cd7252fc5ec008bba6b023bb17e206e575285007b4331db3e46803befe15252" - }, - { - "algorithm": "SHA1", - "checksumValue": "43beddc6da0fef9425342092f08e73c7ceaa5324" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "052b55155139ea5eade09be9bb6e2d6949beff596e96d26409c7255155bae1ae" - }, - { - "algorithm": "SHA1", - "checksumValue": "05a84e1d949053d92e092c6216b11d7ea8eee0fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Logging.Debug.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.Debug.dll-4140D573312BF50435BC391ADB333D58BF401619", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e160cd1bf6b3496b97ce3b222392ecc198f1da09fd3dc8cd158b49093e49bd73" - }, - { - "algorithm": "SHA1", - "checksumValue": "4140d573312bf50435bc391adb333d58bf401619" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a85695638243f6f695417847b62cdca1c9e493a2a084fd521cd0689b06afa17" - }, - { - "algorithm": "SHA1", - "checksumValue": "57762e20289e2f61c6aa3eb62b85b3ed13fdf1cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cc64e49f20c5e88c29f5f51413ada498ce18429b6abda29cd1e8af28d03fde63" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b681a35f67f3507cf548d77a8594bd004637a60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Cryptography.Cng.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Cng.dll-B4A2767CE18F61F9117411093ECBB763B1541281", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287a9abac3eceb4ad2e440c2742761fd503b2e47e6efd9c46ad18c28deeb3a19" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4a2767ce18f61f9117411093ecbb763b1541281" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.dll-8580C9A62B7A8327EC79331EF26F1073A9D0A17B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6a4acc14b01da88de9f3426feed49689b4dcb917f953448228e62a30360edda8" - }, - { - "algorithm": "SHA1", - "checksumValue": "8580c9a62b7a8327ec79331ef26f1073a9d0a17b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-project.assets.json-3E8D99B6B22E139E75FDBFD413D823AAB1010C51", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "651d05417497f9e2c91d423c271d1fa7d6e57289ccd8f6901483cbecdde1d1ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e8d99b6b22e139e75fdbfd413d823aab1010c51" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/ES.ToolAuthProvider.Abstractions.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.csproj.FileListAbsolute.txt-9C4CD73D2E1160335C1DE90CA58BCE152863BA93", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "52a27e522e9adadb2a34a02bb79b56eaba4625fffab787aaa666bf9c1ca77f7a" - }, - { - "algorithm": "SHA1", - "checksumValue": "9c4cd73d2e1160335c1de90ca58bce152863ba93" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Cryptography.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Xml.dll-18B8393D665702B4A39B9737BCF3F084D94A5AB3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "95f87d143c487cf45ff474ef40e4fe793a480ebec1c752fb2da282a41bc72571" - }, - { - "algorithm": "SHA1", - "checksumValue": "18b8393d665702b4a39b9737bcf3f084d94a5ab3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-project.assets.json-B43269F48055A245DF0B6C223327455F9F9C0550", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "adab341ff02bdca46348ed2618789e739fa6208dfc89454a82bf5b78cc90352e" - }, - { - "algorithm": "SHA1", - "checksumValue": "b43269f48055a245df0b6c223327455f9f9c0550" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Abstractions.UnitTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.CoreCompileInputs.cache-D88AEB07A0B0476638C486346F65D86DF5B765FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a2e6b9b0023d7bffcb38ff46f6e4fcf1d3a22795470eb59987adf86e9c9b6a16" - }, - { - "algorithm": "SHA1", - "checksumValue": "d88aeb07a0b0476638c486346f65d86df5b765fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll-0D338A1BAE14DD589E8874A2FAEC935E925E40CF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3b4bbb57955bd1537cd0a5098653c8466c362f77ed81108c6ffeb9f1df3d879c" - }, - { - "algorithm": "SHA1", - "checksumValue": "0d338a1bae14dd589e8874a2faec935e925e40cf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.ClientRequestHandlers.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.AssemblyInfoInputs.cache-7B92DEAF11A842D2275127CE8612C0384166C788", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "50ea3c5bec864e011c91c0bd0096cdcf2788d0c1d4f6cb3179107e79f308e991" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b92deaf11a842d2275127ce8612c0384166c788" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea1dcc0669956b653d79d94e90ec5c37893681f6b4aeec0195a79cf5154f14d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "94f867b5bd37cd5d882c39319c8f0075cbfac333" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.AssemblyInfo.cs-83769A37A30B5E83B4155F86EA879D0C2C3E67AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f6ef00e5736c9804923baacd97b9ca0d1628e83d87beab783f6c3a777295b000" - }, - { - "algorithm": "SHA1", - "checksumValue": "83769a37a30b5e83b4155f86ea879d0c2c3e67ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.genruntimeconfig.cache-A04EE152E777CDD480DCB5AD75126F588A5B1EE7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "83971aae6c6443c7ef4b976ae1ddfcfcc8014c55e490a83cf89874f8786bce49" - }, - { - "algorithm": "SHA1", - "checksumValue": "a04ee152e777cdd480dcb5ad75126f588a5b1ee7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85ca83b20b4e226d226764867ff658e50116e12d6babb92b165ce5cce82242ca" - }, - { - "algorithm": "SHA1", - "checksumValue": "858628ec5472f10d6ab0ec1d828d1e5dac0385b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll-4AAC2F119991D1000BB5AC051D5A94DD851DC664", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e67b86e490b263e1dc17b9449c56a8d50db34342fee5440973ac8c93f1ad885" - }, - { - "algorithm": "SHA1", - "checksumValue": "4aac2f119991d1000bb5ac051d5a94dd851dc664" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/Release/netstandard2.0/ES.ToolAuthProvider.Common.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.AssemblyInfo.cs-A8A8EEC37642577D38D43819E0C5F3990BB78417", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e69b119f504d88f2f02dd9f437507af5eeba3e336f6d7457743bb2fe113b084e" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8a8eec37642577d38d43819e0c5f3990bb78417" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/ES.ToolAuthProvider.Extensions.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.AssemblyInfo.cs-0A402296773E2E25623E7297C29CAD0B62B38A42", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1691e7f762601414fcfcfef45d3a0a6d3dd945e8011cd5e40f2133851c01b63f" - }, - { - "algorithm": "SHA1", - "checksumValue": "0a402296773e2e25623e7297c29cad0b62b38a42" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Extensions.UnitTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-259F10F808FB25D568DC64DB7B16CA7425A77B6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6738610091853086dc60c7baea008b934c777a528a6297abf18b91397aa389ac" - }, - { - "algorithm": "SHA1", - "checksumValue": "259f10f808fb25d568dc64db7b16ca7425a77b6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Text.Encoding.CodePages.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.Encoding.CodePages.dll-55BFAA4F5E35EA62B017EF27F96BE6FC003DC8B1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6b2d485059a61bf504e520294e2e6cd82ffde25a68070fd9a220eb1dbeb1749f" - }, - { - "algorithm": "SHA1", - "checksumValue": "55bfaa4f5e35ea62b017ef27f96be6fc003dc8b1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Threading.Overlapped.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Overlapped.dll-C19FFE838D966247E486DD6ECBB5A20383BD7883", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "235188f975f72e2bd2c279828d211af1bda6ecae9c63709460ee1c38e763945c" - }, - { - "algorithm": "SHA1", - "checksumValue": "c19ffe838d966247e486dd6ecbb5a20383bd7883" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/ES.ToolAuthProvider.IdentityProviders.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-ES.ToolAuthProvider.IdentityProviders.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbb6b6df73acdc16a1c0dcd4f9404906ee14f3a4ec54ec06077fc8522ff46c86" - }, - { - "algorithm": "SHA1", - "checksumValue": "bab72bf6dcfe8a8a1681eef9f29d58cc4bcaca7a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Transactions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Transactions.dll-FCD7E3B1E0BC287EBC55A9C7465114867E0C8B91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "188a28e35831ca696c8ebe0f0fab3f27cde72490817565b516ad0e4433f061f0" - }, - { - "algorithm": "SHA1", - "checksumValue": "fcd7e3b1e0bc287ebc55a9c7465114867e0c8b91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Xml.Linq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.Linq.dll-2DC62EE6DEF79D02AD1DE86C0E474D78D683527B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34deb7dc6bfee17bef81f8264d29cc29b2e1be1df14bec3da06c3713e93f3dbd" - }, - { - "algorithm": "SHA1", - "checksumValue": "2dc62ee6def79d02ad1de86c0e474d78d683527b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/ES.ToolAuthProvider.IdentityProviders.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.csproj.AssemblyReference.cache-004E55D1FF9E715A703774FD26067DF51F2D6299", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8af8270e37be8892118120833d6076b270a794c0e458e83c7552a5cca69b6607" - }, - { - "algorithm": "SHA1", - "checksumValue": "004e55d1ff9e715a703774fd26067df51f2d6299" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.nuget.dgspec.json-E5678F1390F078BD3C21757EDC10433DF30EA99B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c64838f6eba1e76dc966753209b234287aac3f04521080093b2f9802d9d8e7b1" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5678f1390f078bd3c21757edc10433df30ea99b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.assets.cache-C57DF226546D7384ED5451A8537D9D5800E6429A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9d69969a3539dcf526d29ac6f8bbee44e71601ff0eef4b851a6868957a1d174e" - }, - { - "algorithm": "SHA1", - "checksumValue": "c57df226546d7384ed5451a8537d9d5800e6429a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.pdb-DE05D3533A104963DD5172C22C02E36FD5DCCD35", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cff5e3119c6e2d9b9fa396d8615254a27e6feec629560e43b4c930d5085e64b0" - }, - { - "algorithm": "SHA1", - "checksumValue": "de05d3533a104963dd5172c22c02e36fd5dccd35" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-project.nuget.cache-8C9CB1B42CFDCB325BEFB1500786CC6B1BA919D5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c2cd1fd6b968fa8a66eefe3330d739ba0bdca5acb93a337980fdae7b66c4c998" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c9cb1b42cfdcb325befb1500786cc6b1ba919d5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.FileListAbsolute.txt-9FB319BC273180D3679B7AE3E115FE91962A685C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fc7078bc7e9c0b6ae10697019db70f14b108af63e9441a73b14d8d05d5d3c438" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fb319bc273180d3679b7ae3e115fe91962a685c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/ES.ToolAuthProvider.RequestHandlers.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-ES.ToolAuthProvider.RequestHandlers.csproj.nuget.dgspec.json-3186D211C4426E221C5692DC871D84A7ACEC9DD1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4a3ca48422e96fa6cd704951365622b579149675d4f6f54c0d00b0945987022d" - }, - { - "algorithm": "SHA1", - "checksumValue": "3186d211c4426e221c5692dc871d84a7acec9dd1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.RequestHandlers.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.assets.cache-73F392BD532DB81A71E57C4DA382CA4304B12C95", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3029ad12bc1866d45dfcbe2a1b6764154a31372e22c18cbafadab750be943a18" - }, - { - "algorithm": "SHA1", - "checksumValue": "73f392bd532db81a71e57c4da382ca4304b12c95" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "376d050e033ed73afcbe563f0951c669358aab90d17d0324608d9475d23155d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c26a60ebbf9bf80ef7cd9c7e96957a063d04e952" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.RequestHandlers.UnitTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.AssemblyInfoInputs.cache-075DE7E3BF866A4294C2FEEB34397F0E78F72AD8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a53240906c14c0baba557a4284b4a69d87704b9a514408a31efa977504bdd9b8" - }, - { - "algorithm": "SHA1", - "checksumValue": "075de7e3bf866a4294c2feeb34397f0e78f72ad8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll-C6154BA1CC522ACC1A2CB36F37AE9BB10C970EE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "60c9552da73e8aeef69e32d7da5a1a9d9a21a63b4a6ceff8c315385029fa12e0" - }, - { - "algorithm": "SHA1", - "checksumValue": "c6154ba1cc522acc1a2cb36f37ae9bb10c970ee1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-project.assets.json-37E2EE23E7993B5C3C5CD625619F707FACC56578", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a4344549f5966e0b041504406d9f16e6459359638d9233383c46bf51a36a9d0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "37e2ee23e7993b5c3c5cd625619f707facc56578" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/Release/netstandard2.0/ES.ToolAuthService.Abstractions.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.csproj.FileListAbsolute.txt-A0A343F88C4113DD1D052B51CC4CF537927BA040", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f7b8b57cf8f82877d13452006709c7a88840bd9b7fd174d630c0272d074095d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "a0a343f88c4113dd1d052b51cc4cf537927ba040" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/singlefilehost.exe", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-singlefilehost.exe-F3785E681598248CA9991267578AFE7524533795", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fb90e3317cbec606705a06cf576da9f378e6c99597cce59be8310ca21e01a2de" - }, - { - "algorithm": "SHA1", - "checksumValue": "f3785e681598248ca9991267578afe7524533795" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/ucrtbase.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ucrtbase.dll-D8447A68D877C73D3A3D3D0E29959A19DDA3C8B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c55964334a452310f16a742474b9053742ccc937da5b8f65e4555d73e7f17b99" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8447a68d877c73d3a3d3d0e29959a19dda3c8b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-project.assets.json-B2F8BED2413A5CAD85F40B19109A39A3B387BB5F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "87baa79157d62fbd0f6d3cf86dea51ddd4b6a830ba65b6b4ba8711e47c13f317" - }, - { - "algorithm": "SHA1", - "checksumValue": "b2f8bed2413a5cad85f40b19109a39a3b387bb5f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthService.Abstractions.UnitTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.csproj.CoreCompileInputs.cache-82D29E935018A37A79EFB0CD43C48F962E8A9D0E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8c76b6c3f7e2968dfa2dd19724a87f3df7b7b317c0638ca016e663014ffc3df1" - }, - { - "algorithm": "SHA1", - "checksumValue": "82d29e935018a37a79efb0cd43c48f962e8a9d0e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll-F4D5CCFFAEDA4B93C401EC19B3C8BCD9457C11AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90c3f2f073d8d482b617048d15172a8e9d9567adbc10036735fc3e40e60a4cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "f4d5ccffaeda4b93c401ec19b3c8bcd9457c11af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/ES.ToolAuthService.Cache.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.AssemblyInfoInputs.cache-743AC680793FB5DB4B3355C9399A218E85639515", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c22ee1b85f3094e8f50e06de4cb62e73bb710f7bc474c9a7bbecf33e4afa0687" - }, - { - "algorithm": "SHA1", - "checksumValue": "743ac680793fb5db4b3355c9399a218e85639515" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "606ba24053c9d45bf6450a62a8185e4d2596e7296b6002231f1e0609c4c98b2c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da8b11f3ec532e72985dc1cbe4705ad43dc11533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Cache.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a7ba8736a371e95a55762a1fc506a529962d770e53d1cdec821c80c1f6ca816" - }, - { - "algorithm": "SHA1", - "checksumValue": "f7fc87df1044dc39e9287d56f0f73bf1b25e287c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ES.ToolAuthService.Cache.UnitTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.AssemblyInfo.cs-F5E15818F20E44F1F6AEB0B00D68D2CD15A9DED5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "82f0dc59c8c165eca3b1de22d9c5b91313514ed756bce206ad1882f847984e37" - }, - { - "algorithm": "SHA1", - "checksumValue": "f5e15818f20e44f1f6aeb0b00d68d2cd15a9ded5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ES.ToolAuthService.Cache.UnitTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.genruntimeconfig.cache-7678B5ED9D331E8DAEFBE9F5132486505F94FAF4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8b3887939219c67117e76f3dced99ce3015ceaf8395b36bd79b89b1067543ccc" - }, - { - "algorithm": "SHA1", - "checksumValue": "7678b5ed9d331e8daefbe9f5132486505f94faf4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/ES.ToolAuthService.Client.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-ES.ToolAuthService.Client.csproj.nuget.g.targets-FAEF0BEFEBC666AA1CD4A94BFC307F99907045B1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8639cedbc358cf7821858eb04c8c4df4d294414dec08f51b755c8e5b278cd4a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "faef0befebc666aa1cd4a94bfc307f99907045b1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ES.ToolAuthService.Client.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.csproj.AssemblyReference.cache-CC6099798CA69CB5006BA841CF96573A5AF7035B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4583b2d6a541ef8e3fb3d47715ca5c5ae623cf2e4636909f238277f3688a61c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "cc6099798ca69cb5006ba841cf96573a5af7035b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.ApplicationInsights.dll-7587954F95373BF1CF8B74576CA0D94FDEAF9A08", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2ae4f30e4d47b3ef2921b1c3a80f32b640d0bb75de9924e905529ba185347187" - }, - { - "algorithm": "SHA1", - "checksumValue": "7587954f95373bf1cf8b74576ca0d94fdeaf9a08" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/Microsoft.Engineering.AuthenticationService.Client.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.dll-FA711A0791E9934A5671D66983A48F1669503479", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7eaae01546af4e12727e036f264e6e5f38dd456e4d13961515523e0b2bbfa9a1" - }, - { - "algorithm": "SHA1", - "checksumValue": "fa711a0791e9934a5671d66983a48f1669503479" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.Cache.dll-9930A2DE007FAF41F12D006BF001DCD616431779", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d6355296733e9448beba07bab7a4adfd78abe183ca73e7f9c651c859b727f702" - }, - { - "algorithm": "SHA1", - "checksumValue": "9930a2de007faf41f12d006bf001dcd616431779" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Configuration.Binder.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.Binder.dll-647E292532B3090D91BB4128C5FA207DAA40F82C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93c5080316dcfe8993c16cf987daf3f7e4f58b1ea8d419175a7e2ff4e2eb9105" - }, - { - "algorithm": "SHA1", - "checksumValue": "647e292532b3090d91bb4128c5fa207daa40f82c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ES.ToolAuthService.Client.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.assets.cache-AC224D56B85628725FBF5EB5B66BEB29CA7A9990", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "addb621d0c7e3d1423da38fd911c971f58bbf541729b77bc1834d5d8d1cd7b1c" - }, - { - "algorithm": "SHA1", - "checksumValue": "ac224d56b85628725fbf5eb5b66beb29ca7a9990" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ES.ToolAuthService.Client.Program.g.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.Program.g.cs-D8038D2FD777E414D084BE1A03E728B33F8F61D5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c08c2766ecc8ebb1d0dc4b535cdb530352fdc42d65f3254873e77cd84fb394d" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8038d2fd777e414d084be1a03e728b33f8f61d5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.DependencyInjection.dll-D6C2FC7C77A77F018B09CB81F3DDC3CA7F8F8E6A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e36ba8e01762345bbf692430751e498d621adb774439271dd1c6f8b1cd49b618" - }, - { - "algorithm": "SHA1", - "checksumValue": "d6c2fc7c77a77f018b09cb81f3ddc3ca7f8f8e6a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c66200ec07420cb9e858a4ead7a46c52d9aefe21dec2b1820890ac956a22848d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fd45e2a8966c2cba50feaaefa68df81be5172e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Logging.Configuration.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.Configuration.dll-3FD5D519F2807338BBBE577C248417C376E11EB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8da29314aa94a922a0000752aa8b020d02e264f7236360435c84f53d5a99735" - }, - { - "algorithm": "SHA1", - "checksumValue": "3fd5d519f2807338bbbe577c248417c376e11eb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/appsettings.Development.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "888f6a7984249c3c4c848293b81b7676be5565050a5a8e3e31ad154b8f4f8734" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f2fad65c3d41a041abe344fa21f5975d67c0af5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Primitives.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Primitives.dll-24BED1B451667DFCE87A8D507B608114C6BE0F25", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00f095d65171949bc48f5cfe6167e182cfe2b5a2ae53779c4320207628c4b9d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "24bed1b451667dfce87a8d507b608114c6be0f25" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/System.Diagnostics.EventLog.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Diagnostics.EventLog.dll-B66C9A16C1B0A62EEB750CD9AE926538075F4B8A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "874a9c38470e7e1b995aaa626b796e9986bafac13b673bcd978e66c341a00e2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b66c9a16c1b0a62eeb750cd9ae926538075f4b8a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Azure.Identity.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Azure.Identity.dll-AB9EFA53D9F027FB4B4FB73452B53D96B65B0BF9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bb478e714c80053ce5e700e69ff59004864591a7194a3ced132e36c36322aced" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab9efa53d9f027fb4b4fb73452b53d96b65b0bf9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/refint/Microsoft.Engineering.AuthenticationService.Client.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-refint-Microsoft.Engineering.AuthenticationService.Client.dll-3E20D05344137FCD8B68C8E1031823F80C3D9725", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ad8c0cb0fe870d0ae37877057945e5612339189d6b5054af977a1b782c118f19" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e20d05344137fcd8b68c8e1031823f80c3d9725" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.AssemblyInfo.cs-05F013C5653C892DF4A7D8FD9B91207FC002EED0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41a83acb4b487907fbc8ea9a93ddc1f8c50af168db10bc6a0cac992a6b174dd9" - }, - { - "algorithm": "SHA1", - "checksumValue": "05f013c5653c892df4a7d8fd9b91207fc002eed0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1bfbc50c0908ccec61e511127b08b6c5b3b1c6507b9e9c31d934572fe34dfdba" - }, - { - "algorithm": "SHA1", - "checksumValue": "64f7dce10bc801352e859f5f1365eac5a66483ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-.NETFramework-Version-v4.7.2.AssemblyAttributes.cs-EB545CCD7A1BAFCDF31AD0F32C09AC505744AA39", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "621199557e90fb1661e401cc9a973163c850b4b7e65bbc8d100f67f6699eef70" - }, - { - "algorithm": "SHA1", - "checksumValue": "eb545ccd7a1bafcdf31ad0f32c09ac505744aa39" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3f147f5a937438524addf2c2a0e9859be7e36bfbe34c265c4375d4d5092d9534" - }, - { - "algorithm": "SHA1", - "checksumValue": "cae3c6e58b684063f0e186abe438abc960adb426" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.SuggestedBindingRedirects.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.SuggestedBindingRedirects.cache-D9FD6CAA495346AF779BFF0F7D39CBA9BBAC291A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bc72a9540550f6ec62d252c5d9d954f85423b19277b8a06a19ae7db6ef6337ff" - }, - { - "algorithm": "SHA1", - "checksumValue": "d9fd6caa495346af779bff0f7d39cba9bbac291a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfo.cs-BF58EEA7099ED8F1ABE61C68B5C2FFE48BA7C084", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "af896b44c07df48421e46a11c18121a631e7d9b2c004d860a93cda84d7c06007" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf58eea7099ed8f1abe61c68b5c2ffe48ba7c084" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.deps.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.deps.json-CD7A75DB4515DAD604C58996D5ACE5D61EDDDEFA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d659ac3c40cc2ad5db0c75ac28fc7bfd9f255075e2e5c23cd945e3a3baa2f8bb" - }, - { - "algorithm": "SHA1", - "checksumValue": "cd7a75db4515dad604c58996d5ace5d61edddefa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.pdb-C745CDAD8945AF44D3081FC329821FD0F0D6A7CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bae07dfcdb0825b4a95ad4055ec583aeafbeafea4b8d80df2b628f184ec196a8" - }, - { - "algorithm": "SHA1", - "checksumValue": "c745cdad8945af44d3081fc329821fd0f0d6a7ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93c5a637050583146347c76cb32165af83cdd9b113dfd0d812fedac79c82c8eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5cc0cbd4353f01f135ac361aaf6f20c60511c803" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57fe61270789edeb4127f7b4423c17f7a5ca0a74aa831cbe98fca216bd5afea0" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bff84b6df28941d5d157abd4edea3d9cb0ee90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.CodeAnalysis.dll-F19C916252C805E1390921A6A5D7032AD2D040E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "52b4b4018188307cdb793265f753cb795b3d44e731c2ac7689fc22be41013d4e" - }, - { - "algorithm": "SHA1", - "checksumValue": "f19c916252c805e1390921a6a5d7032ad2d040e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-F6C445C5C2BF78715789F87829394263B5B593CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b1e1fe9eb32ef4ed2677f19fa87d769586b47e924fac7494ed2ddcf53ccf01fe" - }, - { - "algorithm": "SHA1", - "checksumValue": "f6c445c5c2bf78715789f87829394263b5b593cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-project.assets.json-55B37E3EB89276639B440413E1081A7A4F97EFB6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "143c4e03f0a3b8098c00401ccc3e022c1066db90f51b597efe88445af76166be" - }, - { - "algorithm": "SHA1", - "checksumValue": "55b37e3eb89276639b440413e1081a7a4f97efb6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-A36B0B069232E812202CF90ACAA582D4630BB186", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "39026b906a4fc5df60433bba0f61d8047570b715581af691addd6e1f7b3460c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "a36b0b069232e812202cf90acaa582d4630bb186" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.CoreCompileInputs.cache-AB057850DE8C763160D439255F5CC7E16EEB0B52", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e14edab3c735acc33faa71ce16192ac8ec5e048b0847dbffcc196dea4827605" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab057850de8c763160d439255f5cc7e16eeb0b52" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll-3FFC04588663CD92348B28F3EAC26F6246A156CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "906aa1ebb75006f46d7ed9c8ff9327847fc9451a315b8a2d49a2d44c10ee077a" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ffc04588663cd92348b28f3eac26f6246a156ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.AssemblyInfoInputs.cache-1368F420DABA87B4EDF9390E30BBB3A81708A5B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ab56f9372d963926267f3c5d0a1a719404fe4952d746a031c297ad68b599ef67" - }, - { - "algorithm": "SHA1", - "checksumValue": "1368f420daba87b4edf9390e30bbb3a81708a5b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.FileSystemGlobbing.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.FileSystemGlobbing.dll-88ABDE0552DF28933FCA3AF321CE1A3E7DDCD20C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cff7c3879bfb650770d9e99da4171fe9d7837fa6103b22d4ec6164aa39a031a4" - }, - { - "algorithm": "SHA1", - "checksumValue": "88abde0552df28933fca3af321ce1a3e7ddcd20c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll-1861789395C178D14DB6223061E2662B08FA2B12", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "afdca20506c135a52d757045172755fa340681d4e79691b4e16817ca8ddc4ea6" - }, - { - "algorithm": "SHA1", - "checksumValue": "1861789395c178d14db6223061e2662b08fa2b12" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Logging.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.dll-75B175893265C2C401076BB094C07501145602C1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a61f901c5e6a91bd23793ef5911f1f71f60cffc8f5f44737cb93b2a408a0c50c" - }, - { - "algorithm": "SHA1", - "checksumValue": "75b175893265c2c401076bb094c07501145602c1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Win32.SystemEvents.dll-C9F5D62EF3050AA9A640289E89E65D365A05076A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "aec37f6e31d34fccd742d3b638e2e9eb1156f4ba6bd12e2ff26990f45034bf49" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9f5d62ef3050aa9a640289e89e65d365a05076a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Memory.Data.dll-8FD89172043CB23B5E8BDC6101F2E39AA8D1B345", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "20fb972621f6601405c53a2e984a1234577816e96252272577780ff1052c77b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd89172043cb23b5e8bdc6101f2e39aa8d1b345" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/ES.ToolAuthService.ClientLibrary.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-ES.ToolAuthService.ClientLibrary.csproj.nuget.g.targets-7023A0D1A962AAD37A542655CCF4FC2997CC3831", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "052e8828be8af77cc9d65bd8063d92ab876cb5512dd4800bee5d7cd4e41636d4" - }, - { - "algorithm": "SHA1", - "checksumValue": "7023a0d1a962aad37a542655ccf4fc2997cc3831" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-project.assets.json-245DECFE77D8DE34C3E4385E9802389C6AF0843D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d38a65b72a3b0bd98a5ae6104ecadf34bff65522b47af60539332dd1a285949a" - }, - { - "algorithm": "SHA1", - "checksumValue": "245decfe77d8de34c3e4385e9802389c6af0843d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.Telemetry.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.FileListAbsolute.txt-D229BE0324672B250221F18AA011DAA11003B31F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7a6ae2b40d919f836f32c0e282bf74ed302817286d4e1e8911369d41edab4f5d" - }, - { - "algorithm": "SHA1", - "checksumValue": "d229be0324672b250221f18aa011daa11003b31f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.csproj.AssemblyReference.cache-D931CDE8C6A75A41D28ACD18538764B5C06A3D5F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a37b3c88cbb1e74518ad0e7f14b1b87f00fcc3829fbb85a05aedc162bc1727ce" - }, - { - "algorithm": "SHA1", - "checksumValue": "d931cde8c6a75a41d28acd18538764b5c06a3d5f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.nuget.dgspec.json-30E8A8690BFC22F392F85528F167DB96481EE187", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ddab90ca59959781e76fec0ebfd66d58e951f75475e69caf87dc7f6b440a2986" - }, - { - "algorithm": "SHA1", - "checksumValue": "30e8a8690bfc22f392f85528f167db96481ee187" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76f6aad721703635e963bf214b94f1cc7fe124ef5a9878f96400453086a79f3d" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa1f017db08a1cefbb2a3c48c56e56de59f5ab77" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ES.ToolAuthService.ClientLibrary.PowerShell.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.assets.cache-2E7100C4FF0B1E7D9B8B1FBF584E51264CB243B8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "efb5ccb3ffc14143a55d61de7001f0a427b3e97119fda0518dfb1d354442919a" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e7100c4ff0b1e7d9b8b1fbf584e51264cb243b8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll.config", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll.config-C0D2E96877C35678E78121BB19C08687FA9ABBB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "543d63e07c2ea0a81e61f9835defab3f7c8fa2dc3d49e2a3f093abee8a1ff575" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0d2e96877c35678e78121bb19c08687fa9abbb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b47495a9d0db4d28010ad07ea421b9e8588933d5bc7145780a8d4b8c5dcd6447" - }, - { - "algorithm": "SHA1", - "checksumValue": "10005cdea27776f5f88e3ccaa131be56acf276a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.AssemblyReference.cache-A38436DA553A885383062BEC002B9A1371665865", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c7d1a1f4a3da1cef95e40b34bc706e81102009783d67618916f98fd3e75ac03f" - }, - { - "algorithm": "SHA1", - "checksumValue": "a38436da553a885383062bec002b9a1371665865" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-377521BAA807ADAAA7DA78B5CFC78B787EC9949F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1f11b19a9ceed5984f235db699514839232b2b0c053f923fd892cf000c8879fb" - }, - { - "algorithm": "SHA1", - "checksumValue": "377521baa807adaaa7da78b5cfc78b787ec9949f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d0656a168afd85be69bbfa6839b84bbbb1876d0e76a51a9b6f5b124d549207cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "f279df94decdce680865cf956e014d0c858d3085" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.AssemblyInfo.cs-B4212BBCE64CC0A019DF51351AD9E4F483DB4C2A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9f5c4cc3cbb8ca3276d70e54e99225c8d8ab2da8f2ea87cf369718830fb4608d" - }, - { - "algorithm": "SHA1", - "checksumValue": "b4212bbce64cc0a019df51351ad9e4f483db4c2a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-8AC08FE7E6EA7D399846FE2AD05EC56452C9C96A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "07bc2db6ffda4e02fe13b3ae6557cd50d385b3487eea1e3d86798e40e6806e61" - }, - { - "algorithm": "SHA1", - "checksumValue": "8ac08fe7e6ea7d399846fe2ad05ec56452c9c96a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.genruntimeconfig.cache-CBDE61AD98872C5DAD1DA971EFDF7AD1FFB0CCC0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0c3dc58ea085648b0c0da33b96090ad0475925593618c8c7cc5b4006ba1047a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "cbde61ad98872c5dad1da971efdf7ad1ffb0ccc0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-project.assets.json-5A69CE0870A25FC19A0F63CA307D0399EBF15732", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91d43034377bd2f6058706bd534f93b59b6d72e98af876f8971238375c101d4c" - }, - { - "algorithm": "SHA1", - "checksumValue": "5a69ce0870a25fc19a0f63ca307d0399ebf15732" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b02598b2389388b9378766713588b8f02612c8947e801c3dffec8c93bf94366" - }, - { - "algorithm": "SHA1", - "checksumValue": "14ed9473874585670a30b06856c78c030d0121c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.CoreCompileInputs.cache-76900A9C40E8985DF2E2BA925115ED9529BCDA6F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "683387325929aad697b55e479dfeddcec79f6d9394f2d1cc8149da297b41dd12" - }, - { - "algorithm": "SHA1", - "checksumValue": "76900a9c40e8985df2e2ba925115ed9529bcda6f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll-D23A2CDD0937364C5AFC3EA35D31CF3B2FDBE461", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fbab85fd2231e8406adc67a3b38914ca23525b0f96f2cab740739caaf19b0bec" - }, - { - "algorithm": "SHA1", - "checksumValue": "d23a2cdd0937364c5afc3ea35d31cf3b2fdbe461" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.Telemetry.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.AssemblyInfo.cs-F5EED409D82076331C8491591F6284BE3C48D5C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c7997d1a928ebb4c88519d3176663ae0506df4cfe730dda1c524c3b1c838442a" - }, - { - "algorithm": "SHA1", - "checksumValue": "f5eed409d82076331c8491591f6284be3c48d5c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll-3B9BDA995159928A48FC373E36F4DF46E6791AAD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8486f00c6a644f64569453517186f288294bba04a5d0c5b63a3930ca041f0a95" - }, - { - "algorithm": "SHA1", - "checksumValue": "3b9bda995159928a48fc373e36f4df46e6791aad" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.UnitTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.AssemblyInfoInputs.cache-AB5D32E09277696D9D7CA5EEE33F337B33C3A2AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d666818bb873ece5bbd9ab9e7eb7ad19e0fa2ef8f0f7130b34892791dd4282" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab5d32e09277696d9d7ca5eee33f337b33c3a2ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.DependencyInjection.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.DependencyInjection.dll-7B5AE69FB4A6E22BDF510F37DF4C437F4F655452", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "058b789d7f04b0f25935a4d3709e09160e84538e5091316f3cce1f8056c1f379" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b5ae69fb4a6e22bdf510f37df4c437f4f655452" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/OpenTelemetry.Api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "89ce2c2f75963519790a136ee7fdb67c89c53bfa3389318d045a8dc446f05407" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ad9019837fe1918053ecc00cec15b0b64921c87" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.AssemblyInfo.cs-A170A67DF73AE141452039A547F795C64B035F28", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "af0af94a4bbf58e792014feae0c5ab2c55739b14c3a7682d25408f03c794e83e" - }, - { - "algorithm": "SHA1", - "checksumValue": "a170a67df73ae141452039a547f795c64b035f28" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll-ABA81BCAEFB2DABE9AB3D10E6DD7AC641EC9A053", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d57a9798c9638d8585fbf97352d71bb9b8151b9980a6b2dca842bc896f25e2d1" - }, - { - "algorithm": "SHA1", - "checksumValue": "aba81bcaefb2dabe9ab3d10e6dd7ac641ec9a053" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.genruntimeconfig.cache-05BF6E532003B13F56E666DD4CE1099A45FBAE42", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f89a136acb98968cbac4d6c57243a4d9b56e95905918c95ac9fa9f4d8ca8ab8a" - }, - { - "algorithm": "SHA1", - "checksumValue": "05bf6e532003b13f56e666dd4ce1099a45fbae42" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.FileProviders.Physical.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Physical.dll-E31626CF087EA3AFBF46AB694228AE0BF42F416C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbb4fbf60bf0189381985141a6f39081754d1c72c8261441c81e9aa8b4061db9" - }, - { - "algorithm": "SHA1", - "checksumValue": "e31626cf087ea3afbf46ab694228ae0bf42f416c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9d1ec49af131255e77ef2a54eec292c9c0bd045727c822d95b65bde28ae40710" - }, - { - "algorithm": "SHA1", - "checksumValue": "a75f3a8de341ca3c6f96515bd2e19c47d66884f8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-project.assets.json-EB4DCA9D52F66B3562640F59BF8C981F23FC067C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8d94975c0c198fa8d3cd705796f3d3811a0412b1d2481fc0a6137f7fa3b6f79" - }, - { - "algorithm": "SHA1", - "checksumValue": "eb4dca9d52f66b3562640f59bf8c981f23fc067c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/ES.ToolAuthService.ClientLibrary.UnitTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b02598b2389388b9378766713588b8f02612c8947e801c3dffec8c93bf94366" - }, - { - "algorithm": "SHA1", - "checksumValue": "14ed9473874585670a30b06856c78c030d0121c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3d1965df171d178aa4da094349a5e21d688625aed4fae7ad62d31dff7103b317" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d0021dfa733512686d43821f7c24f6f87d4d86e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Localization.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Localization.dll-AE155F1411B73DC4B13D77AFB0800C33032C6907", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90933c77c695221bc403ecad89a5fa20795d7d7213fcc83278ca3761f05a8749" - }, - { - "algorithm": "SHA1", - "checksumValue": "ae155f1411b73dc4b13d77afb0800c33032c6907" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.UnitTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/ES.ToolAuthService.Common.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.csproj.CoreCompileInputs.cache-1E4CCC087EFA44A4D5E3114D668CBBC4D6E76B90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3b598b391d4c4f1a4e041f42ed914a5fb56f9a0aa79462b4b7952495a6e95b22" - }, - { - "algorithm": "SHA1", - "checksumValue": "1e4ccc087efa44a4d5e3114d668cbbc4d6e76b90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Extensions.Logging.EventSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.EventSource.dll-B9FC20DA8C105CB03D662FDA2E6E3259B7271424", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fa563db5fd563502cf12d41d5bcce07d21fdf5c270651c9da283b75a4257daa5" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9fc20da8c105cb03d662fda2e6e3259b7271424" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll-878C67F93EC5D5E0EC461DCFD22745AACB22C4E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "868d4b15592c6d17040cd6973b5aeecaeebad45c0f21ffe15d8f52cce124609f" - }, - { - "algorithm": "SHA1", - "checksumValue": "878c67f93ec5d5e0ec461dcfd22745aacb22c4e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/ES.ToolAuthService.Service.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-ES.ToolAuthService.Service.csproj.nuget.g.targets-EA1E74A5D3CFA658CE270CDDB834B52751CB988A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6076e522c622419851de86b6b25229443351134ded799393210d31297315c9f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "ea1e74a5d3cfa658ce270cddb834b52751cb988a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/ES.ToolAuthService.Common.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.AssemblyInfo.cs-2D961EB24015B8ECAC37FFE0DC5C5651E98C2C4C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0591a226639ff9725890d1661f7594b400b5cdceadb318faaef7dcc2d035622e" - }, - { - "algorithm": "SHA1", - "checksumValue": "2d961eb24015b8ecac37ffe0dc5c5651e98c2c4c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/staticwebassets.pack.sentinel", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-staticwebassets.pack.sentinel-2BD7EAA8BCFF19F0A2FB92406EB44068E5C9D381", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fe164120f710945bb31affa0eba3449e5a7873940caa82372aff95a0cb5e4060" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bd7eaa8bcff19f0a2fb92406eb44068e5c9d381" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/ES.ToolAuthService.Service.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.assets.cache-9273A295CBF6B605AD824BB0ACCABEF17D09BFEA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b920fc9b0bb052f274c50526d4f83464a98d966f289356fae79a20669ba861b2" - }, - { - "algorithm": "SHA1", - "checksumValue": "9273a295cbf6b605ad824bb0accabef17d09bfea" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cache-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/ES.ToolAuthService.Service.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.csproj.CoreCompileInputs.cache-706121770337AB59DB083F4220C688DD2BF90C6A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "10ec057ba72fede6631c41991617b4f93b0105b782850f1216d1ac442bdbc7fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "706121770337ab59db083f4220c688dd2bf90c6a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93c5a637050583146347c76cb32165af83cdd9b113dfd0d812fedac79c82c8eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5cc0cbd4353f01f135ac361aaf6f20c60511c803" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/ES.ToolAuthService.Service.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.csproj.FileListAbsolute.txt-C79CFF4464297A30CA6EFC4B8855F645999FDED7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e388f91941bdfab812404e1a634027e765fa8b5a4a574f78b8a494300cee48ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "c79cff4464297a30ca6efc4b8855f645999fded7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/PublishOutputs.4a3e341773.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-PublishOutputs.4a3e341773.txt-B03CC5B5E52CE224CEACDCCF16E530BA11AF6B96", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4ca46c70e9e49c02e8dbdb1ec72163e99867ad0bc355304d95befde93db327c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "b03cc5b5e52ce224ceacdccf16e530ba11af6b96" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/ES.ToolAuthService.Service.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.AssemblyInfoInputs.cache-A0E53E03A14D40E50B812C2E2F4FC92D672D8C74", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dd696b08453d0b4ac03f52dd6e833feedf30ac261553674606ebb485afa755a4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a0e53e03a14d40e50b812c2e2f4fc92d672d8c74" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.dll-0333146B22AC767E43FB31E6F4AB9CEFAC68BBE6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "de88a53193fa325150a40b6132cc865f43aeffae2b38dfb9a0cd86183a4902fa" - }, - { - "algorithm": "SHA1", - "checksumValue": "0333146b22ac767e43fb31e6f4ab9cefac68bbe6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ES.ToolAuthService.Service.FunctionalTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.GeneratedMSBuildEditorConfig.editorconfig-299F7A18EC2D5216DCE6CF76A0B0D528756A6AB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6700aa454ef6e1983fbfa24fbd8d8349bac1cadf3aabb06d544202339d0eb1f0" - }, - { - "algorithm": "SHA1", - "checksumValue": "299f7a18ec2d5216dce6cf76a0b0d528756a6ab7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/ES.ToolAuthService.Service.UnitTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-ES.ToolAuthService.Service.UnitTests.csproj.nuget.g.props-D1E411ACB8733A4BBBAF4CF0A0F5E30F99D48D98", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "61f44daaca3e9c08d2b812bf922864d371da9f62598e97f0b090b17b68701d8a" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1e411acb8733a4bbbaf4cf0a0f5e30f99d48d98" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/ES.ToolAuthService.Service.FunctionalTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-ES.ToolAuthService.Service.FunctionalTests.csproj.nuget.dgspec.json-3986D649603C52711F0942FBC6F9A05D3EA286A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "650c7b1c6ece4f15c6ece7311955c93577240684098e5732d1671f2145c4630f" - }, - { - "algorithm": "SHA1", - "checksumValue": "3986d649603c52711f0942fbc6f9a05d3ea286a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ES.ToolAuthService.Service.UnitTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.csproj.AssemblyReference.cache-9507B7DEA8984C83B57FAAE04B4797DEC0154C85", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "540151cfe6d1a42da99e3bc55fc58d622e68134745e0cf8e76eef8806170fe75" - }, - { - "algorithm": "SHA1", - "checksumValue": "9507b7dea8984c83b57faae04b4797dec0154c85" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.UnitTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.xml-5327495B418F64EDD03E30D031E6A59EB4121768", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b5f6efe28897797153f3082857c9a287bc4f90240190b14bfce06af54884b85c" - }, - { - "algorithm": "SHA1", - "checksumValue": "5327495b418f64edd03e30d031e6a59eb4121768" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/ES.ToolAuthService.TestFixtures.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.GeneratedMSBuildEditorConfig.editorconfig-BC1E5B3EEA34D0F8D8DBA2076FDCF1A35DC58813", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f0a8ced0ef25b4acbb4cf3f6d385dd2adf242570b98a5c9802dc7525d8300f31" - }, - { - "algorithm": "SHA1", - "checksumValue": "bc1e5b3eea34d0f8d8dba2076fdcf1a35dc58813" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ES.ToolAuthService.Service.FunctionalTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.assets.cache-E6D82DBF4B103534FE71887CDB77D1D803EBDE15", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "49af7ba9c16a56761a5a9d7ca5f488ae4d9c5bb27c82bec3ee6aa6ce005463b4" - }, - { - "algorithm": "SHA1", - "checksumValue": "e6d82dbf4b103534fe71887cdb77d1d803ebde15" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/appsettings.Development.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "888f6a7984249c3c4c848293b81b7676be5565050a5a8e3e31ad154b8f4f8734" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f2fad65c3d41a041abe344fa21f5975d67c0af5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/ES.ToolAuthService.TestsCommon.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-ES.ToolAuthService.TestsCommon.csproj.nuget.g.targets-ADE27DD8D26A20C47B7BCBC3C3465368DF9D67A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "687b80e7878ede9811d298c4dc1a60269921bd919257312cf7a9e9255d771aea" - }, - { - "algorithm": "SHA1", - "checksumValue": "ade27dd8d26a20c47b7bcbc3c3465368df9d67a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.pdb-C745CDAD8945AF44D3081FC329821FD0F0D6A7CE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bae07dfcdb0825b4a95ad4055ec583aeafbeafea4b8d80df2b628f184ec196a8" - }, - { - "algorithm": "SHA1", - "checksumValue": "c745cdad8945af44d3081fc329821fd0f0d6a7ce" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/ES.ToolAuthService.TestsCommon.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.csproj.CoreCompileInputs.cache-A918DF81E8E0CA966F6B5BECBE7AC129EAB4F9E9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "02797a6b59edd93a65a0a4d74bc8df15654ba96adcfc18630b87cfea7ba025dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "a918df81e8e0ca966f6b5becbe7ac129eab4f9e9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/ES.ToolAuthService.TestTool.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-ES.ToolAuthService.TestTool.csproj.nuget.g.targets-11F98C744E01CE241CC969BCEED368C7BD2D2107", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dd171c5c577ce6fb6f22aa69da8179db682ec69e96235447e0ffe2afbd5c3b54" - }, - { - "algorithm": "SHA1", - "checksumValue": "11f98c744e01ce241cc969bceed368c7bd2d2107" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-project.nuget.cache-66755BEFD4D2A39613CAF13FB75B3F04AEB09ABB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0216c82650eca99cc335d3929fdcc18b985ae65ad9259009fb8305bbb1e2ae1a" - }, - { - "algorithm": "SHA1", - "checksumValue": "66755befd4d2a39613caf13fb75b3f04aeb09abb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ES.ToolAuthService.Service.UnitTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.csproj.FileListAbsolute.txt-CECB6EC63615396FB12402FFA5A35D2D6E6FB6D1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8b9d2ce9c7f30dcf0271332fa04135f654fb8a006b322a35ce79fb519d73a21b" - }, - { - "algorithm": "SHA1", - "checksumValue": "cecb6ec63615396fb12402ffa5a35d2d6e6fb6d1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/ES.ToolAuthService.TestFixtures.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-ES.ToolAuthService.TestFixtures.csproj.nuget.dgspec.json-98611881B69812144A36F934222CEE82EF8E2E13", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7140a406e7889c381250993dbc3840965078e52599638ae2cef86790092f9543" - }, - { - "algorithm": "SHA1", - "checksumValue": "98611881b69812144a36f934222cee82ef8e2e13" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/ES.ToolAuthService.TestTool.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.csproj.AssemblyReference.cache-949358D4DCCB7582105B3FC85B7C1CC8042416D3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0f73d84adedc5deb9910a38642b49a79aba7fbf94b5a485ef17dab32f1a64dbe" - }, - { - "algorithm": "SHA1", - "checksumValue": "949358d4dccb7582105b3fc85b7c1cc8042416d3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestTool.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.xml-763EC54F381A4639E2C6E644AE09314FFE579DDA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5080802b2b05f6d932c0d0ef7920b357ea66259e7ea1f2dae5f156f49a98420" - }, - { - "algorithm": "SHA1", - "checksumValue": "763ec54f381a4639e2c6e644ae09314ffe579dda" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/ES.ToolAuthService.TestFixtures.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.assets.cache-5381E0617D2F694036F4BC81610F9198511D01AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b4467f5b09a6785e47b9b55371d1924015f81af55afb24b284010e6c0fbd3d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "5381e0617d2f694036f4bc81610f9198511d01ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36d1a55db0bdee687abe9eb91801284079376d92e6bfa8a5bd7b35541ca39549" - }, - { - "algorithm": "SHA1", - "checksumValue": "7d45cd49d9bac62eccfadc7531849af9cfb5c82a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.TestsCommon.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63392a894b3e598c14c12f48a6adc90b313afcec765b99b8e7877d893ee6e30" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b3481db429e0803ab14fc02fa095fdf29798756" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/ES.ToolAuthService.TestTool.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.csproj.FileListAbsolute.txt-14B646BAAC5C98D4D24347B1546492DEC5DDE10A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c301a57457a8d13cba5e1ede187c8dedc314dda8be6911c3fde44c669c345770" - }, - { - "algorithm": "SHA1", - "checksumValue": "14b646baac5c98d4d24347b1546492dec5dde10a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/FluentAssertions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ef42df2058934f77b7855dfb5cf8b19820793d86dac26b92beb2eb685e5f8f27" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0e69dbb0114f7d85362fc57d9f086f19a9e3f02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3f147f5a937438524addf2c2a0e9859be7e36bfbe34c265c4375d4d5092d9534" - }, - { - "algorithm": "SHA1", - "checksumValue": "cae3c6e58b684063f0e186abe438abc960adb426" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f2768be4c979caf248875625dfebb7fe999cad348c2c06c2c05fdf3333eef03a" - }, - { - "algorithm": "SHA1", - "checksumValue": "a4f4d614ff8384b9b932f5a12c88b58ecee1e09f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "abf17cce9a5e32adc1990832b84b6ea187b888a2ab14555b475d361373881d08" - }, - { - "algorithm": "SHA1", - "checksumValue": "928c3e2652446f12fba6fc0acfe3e6c9254101b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76f6aad721703635e963bf214b94f1cc7fe124ef5a9878f96400453086a79f3d" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa1f017db08a1cefbb2a3c48c56e56de59f5ab77" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.UnitTests.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.pdb-E8FE64E4087E6724885FE84D96B9C1C280860297", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0f74f831d8d30e7012639b8cb25a70eeab5ff0b6e49433726fa289d8549b2619" - }, - { - "algorithm": "SHA1", - "checksumValue": "e8fe64e4087e6724885fe84d96b9c1c280860297" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93c5a637050583146347c76cb32165af83cdd9b113dfd0d812fedac79c82c8eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5cc0cbd4353f01f135ac361aaf6f20c60511c803" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "57fe61270789edeb4127f7b4423c17f7a5ca0a74aa831cbe98fca216bd5afea0" - }, - { - "algorithm": "SHA1", - "checksumValue": "74bff84b6df28941d5d157abd4edea3d9cb0ee90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.VisualBasic.Core.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.VisualBasic.Core.dll-473CBBACDF92CA6EFCF0E64C8997CDF8E02CBC3F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9bd2e9163be9a06ff9030dbfa83bf5e04dcbbb72e82ead883005a5b6840aa4be" - }, - { - "algorithm": "SHA1", - "checksumValue": "473cbbacdf92ca6efcf0e64c8997cdf8e02cbc3f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/mscorlib.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-mscorlib.dll-A391643772AADF93190CFE6E9F879A3E9F356252", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "77b85b73cda4b817af53c91d9f13f1a65b25a6e17093fc371781f9c0128c1098" - }, - { - "algorithm": "SHA1", - "checksumValue": "a391643772aadf93190cfe6e9f879a3e9f356252" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/Swashbuckle.AspNetCore.Annotations.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b58ff2067dbe7692986b4ddde05ff01844949304287d2f8c87d884eed1043fc9" - }, - { - "algorithm": "SHA1", - "checksumValue": "c9abe5135a961496f1a5d6adafeb105c7fbae3d7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Identity.Client.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "76f6aad721703635e963bf214b94f1cc7fe124ef5a9878f96400453086a79f3d" - }, - { - "algorithm": "SHA1", - "checksumValue": "aa1f017db08a1cefbb2a3c48c56e56de59f5ab77" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Collections.Concurrent.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Collections.Concurrent.dll-DA50E36AF4F6E3667A0B512E7A3D5736F9CC01C6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1c3a4d385efaed900aa6479ab1146d61223ee3d47c31ba9179c3fa26902cce4c" - }, - { - "algorithm": "SHA1", - "checksumValue": "da50e36af4f6e3667a0b512e7a3d5736f9cc01c6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.ComponentModel.EventBasedAsync.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.EventBasedAsync.dll-AD893114870C7A67F3A69508C2786C141AB0D26F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b7201b551fcd1cc0e298746820aac98de8e3a77e08995b2c8df65c584d4fa69a" - }, - { - "algorithm": "SHA1", - "checksumValue": "ad893114870c7a67f3a69508c2786c141ab0d26f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Data.DataSetExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Data.DataSetExtensions.dll-C322C28F82FD44503906320066AA7A694DB50B81", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b4494ebc49d31db5dc830289cfce96306f9a7af819947d950ab30e1a693c1acf" - }, - { - "algorithm": "SHA1", - "checksumValue": "c322c28f82fd44503906320066aa7a694db50b81" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bf063e1ee1f0a2dc9f36d10a3e6fe9858b41d02f89356d8ee7af350d9bffd721" - }, - { - "algorithm": "SHA1", - "checksumValue": "39babc68eed1277bd5eb42f58c037241dbfc6006" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Newtonsoft.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "44a7d8c684c6ddc471fbe90cae5e273cf216c0dfcf28892e0f8d4e003c94fe4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6d57090d85a8584ba711c3729f2b19723810743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/OpenTelemetry.Api.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "89ce2c2f75963519790a136ee7fdb67c89c53bfa3389318d045a8dc446f05407" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ad9019837fe1918053ecc00cec15b0b64921c87" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IdentityModel.Tokens.Jwt.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ded3ec36bb42e44c0202e1b43440a7f6cb6764b2b3e2d8a23b20a375dc5f0403" - }, - { - "algorithm": "SHA1", - "checksumValue": "5006411473e54d48541c43a63de87376d09e2f82" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.FileSystem.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.FileSystem.dll-CAA43ABE83F0B2C87E05DDDBEB3B030865DD3384", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "69478125cb3a1f96b4526b46ed8c33fcc9f8773a3de76a3b6f699974e43d714d" - }, - { - "algorithm": "SHA1", - "checksumValue": "caa43abe83f0b2c87e05dddbeb3b030865dd3384" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9d1ec49af131255e77ef2a54eec292c9c0bd045727c822d95b65bde28ae40710" - }, - { - "algorithm": "SHA1", - "checksumValue": "a75f3a8de341ca3c6f96515bd2e19c47d66884f8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/System.Security.Cryptography.ProtectedData.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3d1965df171d178aa4da094349a5e21d688625aed4fae7ad62d31dff7103b317" - }, - { - "algorithm": "SHA1", - "checksumValue": "8d0021dfa733512686d43821f7c24f6f87d4d86e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.IO.Pipes.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Pipes.dll-2E35D8970E39DBB9A58C5339FEEB84410DC8A1EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "52024d0f706a02667849299247a98c8982fc784a2f569b98567e16044a282182" - }, - { - "algorithm": "SHA1", - "checksumValue": "2e35d8970e39dbb9a58c5339feeb84410dc8a1ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec5c2b950ff8792be53ad9f0538961a2533083416a0ae78edcd4603e8c513423" - }, - { - "algorithm": "SHA1", - "checksumValue": "ddcc5f037802b7f0468a018359f85e8ad391cbe1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.dll-ACD2023B67D70692D623EC6CB06A191D26E8FB01", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f35a6184e76e6e8e7f5ab5682496f74492588280f4154b75633ae75961f6f210" - }, - { - "algorithm": "SHA1", - "checksumValue": "acd2023b67d70692d623ec6cb06a191d26e8fb01" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8819de636adedabd9237c9c32f50c085a0499d2399ab4a59ba1af80cef6a2be8" - }, - { - "algorithm": "SHA1", - "checksumValue": "1296c358c7ab3d604acfbfb68cca8e7d81d7134b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "032ee5d8f60856571c94ac721fa875d71b42f98afb754a984bc255f04e8d9cac" - }, - { - "algorithm": "SHA1", - "checksumValue": "96c11927c403ebb519038fa0a103b7c4968e1754" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0753f9e4b306e6a1e826b98f177f808412405126f4619ed28ad514de4d0caade" - }, - { - "algorithm": "SHA1", - "checksumValue": "0e43c8f601a67fc084374ebcfa5e5c3bdf49da07" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b99df26461915226c774d4ff5a1ef76a69ef70379b21677d628ea037de423b85" - }, - { - "algorithm": "SHA1", - "checksumValue": "60f2f34a36aa800d9b97b42427bb3d720f971026" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.Primitives.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Primitives.dll-4F7ED087F002CBF78DB1AA8D511AE4F7E914CAFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ccb58f2c92caa42b986f8e3fa00c365665218b8ae30ec8c570d4737b162c5fe1" - }, - { - "algorithm": "SHA1", - "checksumValue": "4f7ed087f002cbf78db1aa8d511ae4f7e914cafb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Net.WebProxy.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.WebProxy.dll-AF319E58929258AEAF45DD6FBC890A1BF2984944", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c48c920f52fec39b20a79dc249ef6382d81db61e06deab4807d9478e02e5e03f" - }, - { - "algorithm": "SHA1", - "checksumValue": "af319e58929258aeaf45dd6fbc890a1bf2984944" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d4f47cf8035a3c4d361f1cbf52023c64ff056bef55609b011a6853570b9a7dd" - }, - { - "algorithm": "SHA1", - "checksumValue": "1008815f435dba898aadb48adb1e79c03a35fbdc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7bf54f9b27b589cdf3a69a8e9d3d26f0d5ead823363c2243fbd52b55680235c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "bf23f9c5e7c48b74d596bf08501c422474001b26" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Private.Uri.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Private.Uri.dll-43F7EA7F0C6096026D947D31B7939FAA61FF5E0C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2be9ff70465fbe53a79fc3743fa068e2839d3fc16b88c1700cb28bcb7de1f91e" - }, - { - "algorithm": "SHA1", - "checksumValue": "43f7ea7f0c6096026d947d31b7939faa61ff5e0c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Reflection.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Extensions.dll-A1380B0FCF2F428FEFDACA79100CF12A4CEAE4CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cba991303fa71ced13df121fdf60dfa3ca6cf02f6f41f3f43ba376202a5cb37e" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1380b0fcf2f428fefdaca79100cf12a4ceae4cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b24becbba596da16fa0aee9a4cd660724fd65984a721c3e23429877731c4c595" - }, - { - "algorithm": "SHA1", - "checksumValue": "8cb945ac623b016c365a54d29570140c313ef340" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.CompilerServices.VisualC.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.CompilerServices.VisualC.dll-4925DF7065B28670F804189EAFEE5217E9F0A858", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b541f9aae8f603b0800c3d33bfd2f285d3d8ba5ab830eadc8283161a1cb8b93" - }, - { - "algorithm": "SHA1", - "checksumValue": "4925df7065b28670f804189eafee5217e9f0a858" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e84071ba9029ca42ff623ce83539bffa42a0eec2d29802f4444e68d5e0bccc0c" - }, - { - "algorithm": "SHA1", - "checksumValue": "922b661c6ebed11eb497e34957ec1a0d31d3f3b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/appsettings.Development.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "888f6a7984249c3c4c848293b81b7676be5565050a5a8e3e31ad154b8f4f8734" - }, - { - "algorithm": "SHA1", - "checksumValue": "8f2fad65c3d41a041abe344fa21f5975d67c0af5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b8f2741f3538b7bcc490629ff95b00172db3010e6fb296b66bb149df39287af7" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b0068ff27855177de18d72f46f60ceb8d1ef6ca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "287809a6eddbf2c6df40a10302bafeec5bb95c0f4d7ce9fea9a341d5930fe152" - }, - { - "algorithm": "SHA1", - "checksumValue": "5257bc4e04fd736bd253121b31bccb87e222e23e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae5f470c7afc3d0a0852d248db07c8d89ea115a0b77a8b0a1fc321ad3b6b4408" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c3faae2a6f9f5f7d7ae2d7f4c4a56848e49aa06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Runtime.Numerics.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Numerics.dll-51F257BE6CFAAB680B18C03B3E6DDD9A8D7D106D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "47767538cab44090f38830bb1ab6cc82c19c96892707ca1504cad67f30e4c345" - }, - { - "algorithm": "SHA1", - "checksumValue": "51f257be6cfaab680b18c03b3e6ddd9a8d7d106d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "93c5a637050583146347c76cb32165af83cdd9b113dfd0d812fedac79c82c8eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5cc0cbd4353f01f135ac361aaf6f20c60511c803" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.TestsCommon.deps.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.deps.json-6185B243FE4411850EEB5A5B0D2E6090E6AAF69A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a2c9a75873a0cbb8b28fd1f3930419849b047e73c8b2175a342bb2ffd5de5384" - }, - { - "algorithm": "SHA1", - "checksumValue": "6185b243fe4411850eeb5a5b0d2e6090e6aaf69a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.AI.EventCounterCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2d450d392e4e01dd265de41d6b2fe2b3dc2f554468315b194838d55e57dd6d96" - }, - { - "algorithm": "SHA1", - "checksumValue": "3f52579639488c30d81028fe09288a5472b9c239" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Cryptography.Algorithms.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Algorithms.dll-2177CBC2AE93C9976649562E9C34A4EED8A399E2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14c9204f27a01c155f6275d968042060396a7bf9a2bedd2399c5e7216d830361" - }, - { - "algorithm": "SHA1", - "checksumValue": "2177cbc2ae93c9976649562e9c34a4eed8a399e2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Security.Cryptography.X509Certificates.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.X509Certificates.dll-DAD8F9469C0213363FCCB7EF256F852F592D92D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "374418e389664a7b4b1f63277a157cb7b16b2c845d0f4eafcfc529439c47b280" - }, - { - "algorithm": "SHA1", - "checksumValue": "dad8f9469c0213363fccb7ef256f852f592d92d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.ServiceProcess.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ServiceProcess.dll-62084671D0279B5F4348590111EF1C89F8DCE110", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "883f07567f6f8c6a109ca98de75c6bd7455fefd0f79016fcbdb237ea0e0777d9" - }, - { - "algorithm": "SHA1", - "checksumValue": "62084671d0279b5f4348590111ef1c89f8dce110" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Threading.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.dll-ABC1F4B3895DAB6BD22CD376FDA525F11D3865BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3bec6a0379b89e6a3b7014ad6e40ead1dc3d515c046d2f0ad9a6be1bf798137" - }, - { - "algorithm": "SHA1", - "checksumValue": "abc1f4b3895dab6bd22cd376fda525f11d3865bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Threading.Timer.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Timer.dll-80E32A7AB62254212A8A7F860E4BDA543413A3AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "45ec29c914ce35482339cd614b47d41e2e766b059e8b92d45d080a95afa47cfe" - }, - { - "algorithm": "SHA1", - "checksumValue": "80e32a7ab62254212a8a7f860e4bda543413a3ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Xml.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.dll-25C5CAD25830B854BF7CCBBF70041BBC41406AB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9d8a9cb7ee60c992074230a9aa96e5f2344af49932e876d09e48436b345efda" - }, - { - "algorithm": "SHA1", - "checksumValue": "25c5cad25830b854bf7ccbbf70041bbc41406ab2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/System.Xml.XPath.XDocument.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.XPath.XDocument.dll-9AD105E305682DF7C676AA8B0930A1A237D40470", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a77669d8865211138e1bb45fda1b7c52e2584656aeb1b100fd7c9206a560f868" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ad105e305682df7c676aa8b0930a1a237d40470" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/es/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a28bfc9f891753553a8a1141ae298acf9c352d234f911de26cda9c8dcecea47a" - }, - { - "algorithm": "SHA1", - "checksumValue": "48932a3bbd945fe08c7305b0b8bbca14dadc481d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/ko/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "98dc8c2f511d9d76db30fe4895769e64b4ddcf7f98b7c3a7c5c422d2c4c44ee4" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1c3fc771201713283f5420e5a39fe307142ccba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/win-x64/tr/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66d104f629c39367ce20d6e24e5690ebd35c58eb70ea2a5bfc5f231d84c750c5" - }, - { - "algorithm": "SHA1", - "checksumValue": "c0c3bf5703d48fb412d7ab17cf126a83c0525ee2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-CoverletSourceRootsMapping-C16201C549D0B9B6E2F8DE11857746BF9E4EACBC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a3c04962bdb6dae5a9fac665df2a8e48b9a58ee4191145251d8266a8163f5695" - }, - { - "algorithm": "SHA1", - "checksumValue": "c16201c549d0b9b6e2f8de11857746bf9e4eacbc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll-2F4442ADBD1E4260DF68C40BA4195F0780DA73FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a5babe9d93dd3214263817ff56dce028a3b8aa943f8f0a7b3adbbca25359f98" - }, - { - "algorithm": "SHA1", - "checksumValue": "2f4442adbd1e4260df68c40ba4195f0780da73fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0849b0af8362e17f7716209e410a84d56f05c6dc8bae36c42109c346535e9bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "93db9f04b230e9b6423ab1e6f8103ddabc2e118a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d7863ec46b50ce1361a3af3d9037c8858c9323d04bbdbdfacfb5a0db02c5921" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd657f9838e933ea77665d04551237c6c30cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.CodeAnalysis.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9c1ba728fccc0f967dd0186d14e82362e8d5ec3aa3993fc8e735e81bfb716c1" - }, - { - "algorithm": "SHA1", - "checksumValue": "cb93252e3ec68a77c69e948c186818c6a84d1809" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1bfbc50c0908ccec61e511127b08b6c5b3b1c6507b9e9c31d934572fe34dfdba" - }, - { - "algorithm": "SHA1", - "checksumValue": "64f7dce10bc801352e859f5f1365eac5a66483ed" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d7863ec46b50ce1361a3af3d9037c8858c9323d04bbdbdfacfb5a0db02c5921" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd657f9838e933ea77665d04551237c6c30cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c95dff7d344cb012fe07af3afa79ae11c64c55be4f54b391b0590e4b64c995bf" - }, - { - "algorithm": "SHA1", - "checksumValue": "140acec58a587a9c9e3bb8f530cb09cfacaf4bb0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0ae5365ad8d8b14c1c9951a3b26350f11865fe357ac466bc487c5cd6e3dec8a7" - }, - { - "algorithm": "SHA1", - "checksumValue": "84777fbe423c584b48102714bc412a889d1bfdca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6af9f016f0316757ad100b613f71ebe827d81296d81cf1f19b7431624f89b683" - }, - { - "algorithm": "SHA1", - "checksumValue": "8615ae14e654c90430be2482582be0e77e0e76aa" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Swashbuckle.AspNetCore.Swagger.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580c018dd11d694eb36e10f1030957ecec54ba39c7f08e094a0fd2804b8df3e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f5f74e698966244f692a3c8ec4fbf9c6c38e7c9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4024ec2d41adb6282071968961ca148ec28bd3cddba4941be99bdb175d00fbf2" - }, - { - "algorithm": "SHA1", - "checksumValue": "a6691f3ea331c03cb73a00f45d8861aa8d26d83a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580ed3a684d1fa57f99cb1a620cf702d780dd1083830b9167a801b3a48b6e7ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "2bcfbee933b6c941e2ccc8a6131cef8aa88dbc69" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "90f2a327ef7ab4e08b8e114541cc2ea53e5a7312eec6c9383510ebdab115308f" - }, - { - "algorithm": "SHA1", - "checksumValue": "008cb3f31f19de5357ca38ada4bf8ecc5714b96f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "22152b34617981c244edc606479d9a54f5d5f75aa6a5524c59d6b570bd14d21c" - }, - { - "algorithm": "SHA1", - "checksumValue": "d397d15bd0f96a2a87267478b7c525aebe35ee29" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb4f7c1aa277881fc0bd0d8d45b6911475e7aac5210814a7e293bdc0817881cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "17b9dd9f01eb7d5659de28c52129e45e6a85cbfc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "79a574c68fdc292df13fdb086cceedb645d50ebe793d6c4dc9243018b006f0c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "323dea65e22272af359b6f42b9a5c2098769f360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/ES.ToolAuthProvider.Abstractions.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.AssemblyInfoInputs.cache-0B49CAE90580AA9D9B093AD4EB6F341C56328201", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8ccca4d3e07131924cf1fd2f85caefc0feb888fd4ebadecb233f12df697f936f" - }, - { - "algorithm": "SHA1", - "checksumValue": "0b49cae90580aa9d9b093ad4eb6f341c56328201" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "04431e951d9f688faaded4a697733c3b256e8ceff2a18811f90970e3084e5ad2" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a393778376a14e72be82738417c90fa22d55fbe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Abstractions.UnitTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.AssemblyInfoInputs.cache-7C5BE86C91C711AF583D183B5EC832E1436521B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "951ac70bced2e68bd6003a357d1e9837e37fc6678dcaefc7d5218f3c36f4c57e" - }, - { - "algorithm": "SHA1", - "checksumValue": "7c5be86c91c711af583d183b5ec832e1436521b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll-130362604E5DA024755A84BCC0D48220E4593DBF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1b386e021d2830ecfb34ccaa708521ae0c33468840386dfe4fbb8dc287a4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "130362604e5da024755a84bcc0d48220e4593dbf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-project.assets.json-51136CAA0CA28099A3084707FD49BC2757E74536", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f3c3f21fb7501d8074a8f1320c6fb5dce0f4e96c04c6f828a27b87338ff081c8" - }, - { - "algorithm": "SHA1", - "checksumValue": "51136caa0ca28099a3084707fd49bc2757e74536" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.ClientRequestHandlers.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.csproj.CoreCompileInputs.cache-0CAB9B3C7EB9B847F7416795A48DE851B6E54553", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ff32fd823772547c244db1d9fee34311010d351fc37d5408b67d9374db536713" - }, - { - "algorithm": "SHA1", - "checksumValue": "0cab9b3c7eb9b847f7416795a48de851b6e54553" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85ca83b20b4e226d226764867ff658e50116e12d6babb92b165ce5cce82242ca" - }, - { - "algorithm": "SHA1", - "checksumValue": "858628ec5472f10d6ab0ec1d828d1e5dac0385b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll-28932D1E768C1D1FF32DEBE91A2CF56655CECEC4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "11ea35e038d552a52da82d6e4b3c785eb09806eb5350fe22d8d4799d8d5b7383" - }, - { - "algorithm": "SHA1", - "checksumValue": "28932d1e768c1d1ff32debe91a2cf56655cecec4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.AssemblyInfo.cs-7C39543CB9145C4121626A80E9A6B6C3D6A3BE9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "735d7968a1273ebe234ae7536bfe2814e140eeb10f3eebe8db2f33ea420341c4" - }, - { - "algorithm": "SHA1", - "checksumValue": "7c39543cb9145c4121626a80e9a6b6c3d6a3be9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.genruntimeconfig.cache-6E0D71C77F272806922BCE044C26C673C3D571D9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "24d3b2a134ae31a89bcdf1ca831c94610b8a7329da0853fa86849ad0e11622e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e0d71c77f272806922bce044c26c673c3d571d9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/ES.ToolAuthProvider.Common.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-ES.ToolAuthProvider.Common.csproj.nuget.g.targets-88C6E96C7BF4FCADDB0868C026B95C5B14F0AD1E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c5e5570cf2be170685cf03de8160173e726a5d3c59ed501e95621045cfe012d8" - }, - { - "algorithm": "SHA1", - "checksumValue": "88c6e96c7bf4fcaddb0868c026b95c5b14f0ad1e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/Release/netstandard2.0/ES.ToolAuthProvider.Common.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.csproj.CoreCompileInputs.cache-FB1433723AF27F7F697B4EF3BE21A3C07CFA394A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b46d45aa857ebd2a783523b75164f39a6926b1b91b8c59a788c7d4b580f3973" - }, - { - "algorithm": "SHA1", - "checksumValue": "fb1433723af27f7f697b4ef3be21a3c07cfa394a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/CoverletSourceRootsMapping", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-CoverletSourceRootsMapping-412458E862C02067161084BE2E523A0B84A6DFC6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3835675cd3e4353d4afdeccc16ad16efdcc7aaf568d2c40e0c68dd16dd2057bd" - }, - { - "algorithm": "SHA1", - "checksumValue": "412458e862c02067161084be2e523a0b84a6dfc6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/ES.ToolAuthProvider.Extensions.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-ES.ToolAuthProvider.Extensions.csproj.nuget.g.targets-42192B68AE1E59A35ABB57FB220327740EBA15DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3771b33e97ebbaf01131d440e7eec04786ff0e893789db3c259f43c9ce880524" - }, - { - "algorithm": "SHA1", - "checksumValue": "42192b68ae1e59a35abb57fb220327740eba15df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/ES.ToolAuthProvider.Extensions.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/ES.ToolAuthProvider.Extensions.UnitTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-ES.ToolAuthProvider.Extensions.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05420c22963f1a47eabd481d0ccc21e6a0bdffb45a5fc6566b133caffd81ce93" - }, - { - "algorithm": "SHA1", - "checksumValue": "48996f808679b703a476147829f95bad90d468ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Extensions.UnitTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.csproj.AssemblyReference.cache-1EBD79E938F40BE7CD1194F5C520ED627DC6DDB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d7a10d5c97e5494efa013223ee32f0eec417b5ec86a12f80e57a9f6cebdeb009" - }, - { - "algorithm": "SHA1", - "checksumValue": "1ebd79e938f40be7cd1194f5c520ed627dc6ddb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.xml-3D3842A131B0E81E3F156FF5C3EE98A1B29B4AD5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "202a04d62dba970283165846ebcf1a7a32c5baa9cf941c4452cb9f1d2f3c36f3" - }, - { - "algorithm": "SHA1", - "checksumValue": "3d3842a131b0e81e3f156ff5c3ee98a1b29b4ad5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/ES.ToolAuthProvider.IdentityProviders.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.GeneratedMSBuildEditorConfig.editorconfig-A1032F1A2319A1D82ABB6DB9169F13BF00BD7F72", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7b6f1c78a11457898c233da8d195bf402ceb7a6c805bd0dc5d26010f6c868b47" - }, - { - "algorithm": "SHA1", - "checksumValue": "a1032f1a2319a1d82abb6db9169f13bf00bd7f72" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "931af5fbde67c0513247a0cac937418ba33c1bedbfc011d27f9ebef04935f851" - }, - { - "algorithm": "SHA1", - "checksumValue": "8fd0b514e413064ab3a02d194eccaf3e7c7f4eb7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-project.nuget.cache-2B3CA7C9866E35F4D74AEA5D5337A3B6F3484EBE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3ca817eecb3a5511e6a3af8781cbb09528d2c0629296e366bf38959045f71db7" - }, - { - "algorithm": "SHA1", - "checksumValue": "2b3ca7c9866e35f4d74aea5d5337a3b6f3484ebe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.FileListAbsolute.txt-6830D9CEB7C32D334269F8A9F997545B4DD3D2D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b9d174da56bd195aeba0fef423042c5fc6cd69e346023cd162c2e6c6e0e32bb3" - }, - { - "algorithm": "SHA1", - "checksumValue": "6830d9ceb7c32d334269f8a9f997545b4dd3d2d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "54d8ef32c3ba12bf140e19f90a66fe8703e29bed051c5848a731f5c7a8f8d3ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "c8ba463afa7ff11ecc9a8555bae87714f500f1dc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.nuget.dgspec.json-0DF58A2171F8B1F762AFD30F4B189E87AC089201", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "df13155912d0f425c44dfc1550e6ab3120273cc719c58ccdabc95542a1735e38" - }, - { - "algorithm": "SHA1", - "checksumValue": "0df58a2171f8b1f762afd30f4b189e87ac089201" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll-633D225EA22800FF99D77725C2B88092B02C03E4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7050a2da103d0b98ff2e93fea2a6e971c8f5d8169ca33f185c64f0497995512b" - }, - { - "algorithm": "SHA1", - "checksumValue": "633d225ea22800ff99d77725c2b88092b02c03e4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0849b0af8362e17f7716209e410a84d56f05c6dc8bae36c42109c346535e9bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "93db9f04b230e9b6423ab1e6f8103ddabc2e118a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.UnitTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.assets.cache-547D3BEF6E001825491BB28C6DC065D4BB86C14F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7e62f60b3b52a03a83915348d8bcfec9282ea2fc517fdaaad652692d1b327096" - }, - { - "algorithm": "SHA1", - "checksumValue": "547d3bef6e001825491bb28c6dc065d4bb86c14f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8d7863ec46b50ce1361a3af3d9037c8858c9323d04bbdbdfacfb5a0db02c5921" - }, - { - "algorithm": "SHA1", - "checksumValue": "a49dd657f9838e933ea77665d04551237c6c30cc" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Extensions.Logging.ApplicationInsights.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ee93852990ca9ad01db8d062925143391ec577474c2329e90ccb2cdd58571d69" - }, - { - "algorithm": "SHA1", - "checksumValue": "447bfa2b9c94f542dace7220962fe1db5f2ddc9d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.TestPlatform.CoreUtilities.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8995cb6e3857e17b1af41af3b1bbeebd13f9fedb201c91b980193de3ccd0ee85" - }, - { - "algorithm": "SHA1", - "checksumValue": "3c6ed08bf8bdd98bfc02a52b726091d63237d953" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Moq.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "effe176138f2d45b02925dab835cfbe88bf7fc1721b4a2dae14e74d52c4c994f" - }, - { - "algorithm": "SHA1", - "checksumValue": "6e2c6bddf2acd0c0cdeb19135ebfa0a512e22986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/NUnit3.TestAdapter.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c1be85f68ae3de6b4952c1aa281b9acd9e41d481f04deeac8353ae240a08e42d" - }, - { - "algorithm": "SHA1", - "checksumValue": "70ca2b11c9a0f45a45a43d54a6f5f5f11fc12d9e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Swashbuckle.AspNetCore.Swagger.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "580c018dd11d694eb36e10f1030957ecec54ba39c7f08e094a0fd2804b8df3e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f5f74e698966244f692a3c8ec4fbf9c6c38e7c9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/System.Memory.Data.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6774a42de36499363c48c4443e5841b5df337eb0d21f5df009e9b3166417dcd3" - }, - { - "algorithm": "SHA1", - "checksumValue": "34847a01fef534738f9c4002bbc3c8791fe19a44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.pdb-225EEBA394F205272838C1329463CEE516AE2080", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1e52be19694561f50da7ed3177aec6aa0b8406b6659c3ed7c9daa474ef07d394" - }, - { - "algorithm": "SHA1", - "checksumValue": "225eeba394f205272838c1329463cee516ae2080" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-project.nuget.cache-B901A629CAB449ED6080B18E24274EC7F7384E90", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7452897a3a31a7a027d74c449ea5c8475de1176d74aacbc1eefd135679974f76" - }, - { - "algorithm": "SHA1", - "checksumValue": "b901a629cab449ed6080b18e24274ec7f7384e90" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.RequestHandlers.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.csproj.FileListAbsolute.txt-749BAA13E5A2ABB82D217575E0FAD1AF4C284B6F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "638aa3e89ae1f10f40167ab958fd0554b094e815c416c85d414174325417c91e" - }, - { - "algorithm": "SHA1", - "checksumValue": "749baa13e5a2abb82d217575e0fad1af4c284b6f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14124e791cf5a809603ddf005bd4931e03571f755d1df52531e18d7cd69698d7" - }, - { - "algorithm": "SHA1", - "checksumValue": "f2efb2cf7b51069ea6ddd55a2d32a39425e7e3c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "db381c2b51d8e10136d82749165596971017b34ce7e66f1d036df2bb573c5373" - }, - { - "algorithm": "SHA1", - "checksumValue": "555925e746df06b24180797afeb19e2ba03e6e31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2e0110b3b079e3aedd9ab0fb287090dd3a9422d5ee22441053dda8249dee2a81" - }, - { - "algorithm": "SHA1", - "checksumValue": "4e803737c3fc98098d76aa028db0ac2a6966edb2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-project.assets.json-2A5F2BFF7169E9F00904E90265DB29462FD41D44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fc85898c2c8df9b520a8c9f6cb6b8e26700d4167773d2f35858c7523058a1da1" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a5f2bff7169e9f00904e90265db29462fd41d44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b258801daac531272836579881788a6d085e2d38ddaae3d5b6d53292df93515f" - }, - { - "algorithm": "SHA1", - "checksumValue": "f8e6d963782dc5bfc93caadbcf4dfb58baca3374" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.CoreCompileInputs.cache-3069FF77E874C503688CDFDB79B102BDABA90A75", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "480a946dcf9bda439539397d5be2974c0cda91b8c94be55dfe30d417cb363a0a" - }, - { - "algorithm": "SHA1", - "checksumValue": "3069ff77e874c503688cdfdb79b102bdaba90a75" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d9982e79d92b80dac1d24b330d133e941330e7abfdc002b3cc27fdc165c32a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "e897a4b876d427b8a060150e2eb33bed8682df00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll-CAAF9BEDCC8E64DE891383A4D7A9579133D40FD9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "134e9d691db8d85d4be54f7e12d920cb3b8fa56be6f5f0f0f15213ea5cfa4f3a" - }, - { - "algorithm": "SHA1", - "checksumValue": "caaf9bedcc8e64de891383a4d7a9579133d40fd9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e373d011a3607157619d22a962101ac8d42fee85d81e8b0a30ca2e2e4f85b096" - }, - { - "algorithm": "SHA1", - "checksumValue": "5f841ef20159dbcf1d9de8e3555e0762762be924" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/Release/netstandard2.0/ES.ToolAuthService.Abstractions.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.AssemblyInfoInputs.cache-0F9DBD48B0D55346B147D013C0C27DDF1FA6686F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9bba1b2f6c0ed77d38efd89edf0c492ea1f1f7a5b80cdd3ee308ce9832dc4252" - }, - { - "algorithm": "SHA1", - "checksumValue": "0f9dbd48b0d55346b147d013c0c27ddf1fa6686f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthService.Abstractions.UnitTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.AssemblyInfoInputs.cache-13F0FFED079AFD6683A2A7DDC6E3F4CFEF184989", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "103cccb09c2200b145ff4330d2bffccc9faf9bd63b8a3bd2946898ab3d42019e" - }, - { - "algorithm": "SHA1", - "checksumValue": "13f0ffed079afd6683a2a7ddc6e3f4cfef184989" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll-64AAEC8183601356A7D56C49456C0B6DD264E986", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d65804854407013eaffe6e70bef135bd29394f05e5609e6cb17aeaaa3bcd7764" - }, - { - "algorithm": "SHA1", - "checksumValue": "64aaec8183601356a7d56c49456c0b6dd264e986" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-project.assets.json-12658D0751F007F2B25FB6CFB5EAB63B4B20B743", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8566547856f406dd3ab47c106854255297097d1073440803138a79548108065" - }, - { - "algorithm": "SHA1", - "checksumValue": "12658d0751f007f2b25fb6cfb5eab63b4b20b743" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "475a7cbcf30ba36dd1ce118a52eb08d79c39f722e15cb64cc41d6c6d0558198b" - }, - { - "algorithm": "SHA1", - "checksumValue": "d8984cba42b776ba681759d8300a49534800e885" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/ES.ToolAuthService.Cache.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.csproj.CoreCompileInputs.cache-BAECE13AEBCBEC2E2A46B4C730A72C6060149FAF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "17c545310bf4fbaacb57cdef797db545458c487740652d6241ad0a7824f489ed" - }, - { - "algorithm": "SHA1", - "checksumValue": "baece13aebcbec2e2a46b4c730a72c6060149faf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/ES.ToolAuthService.Cache.UnitTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-ES.ToolAuthService.Cache.UnitTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b02598b2389388b9378766713588b8f02612c8947e801c3dffec8c93bf94366" - }, - { - "algorithm": "SHA1", - "checksumValue": "14ed9473874585670a30b06856c78c030d0121c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ES.ToolAuthService.Cache.UnitTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.CodeAnalysis.CSharp.dll-EAF6E7C40D0AB52E7F098B1941620E4F73C8F9D9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fc1e19b9fe4e5a68ae9e9dd510fe7c4a664a0bb890a5a3ca37648337e0feb05b" - }, - { - "algorithm": "SHA1", - "checksumValue": "eaf6e7c40d0ab52e7f098b1941620e4f73c8f9d9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "00908a4ccd62c8efc8c2aca6fbe06cb2a40d86c46dd785ce15fb4bd50dbe4b41" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5a178a0ca99092873cc4f9b62c034d819cacc21" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll-2033D22F74D3D7AD50949BC9837CEA3BBC9E691B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ae8fd071ce2c826cb88ea92b4b2693d3911a330b9adb95a39e6bbf380c76b34e" - }, - { - "algorithm": "SHA1", - "checksumValue": "2033d22f74d3d7ad50949bc9837cea3bbc9e691b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "97890db3174df88de911df24354e4989954d59ea3be0450a4a504dd874aedb18" - }, - { - "algorithm": "SHA1", - "checksumValue": "02aaa2932d7c0780cb655bd7e58cf004149c6277" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be46a8fae39d1bb27115e1012be8bafa388c2890314248044aa6c445c2eda3c9" - }, - { - "algorithm": "SHA1", - "checksumValue": "ce246ba33c319c58cfe8f1d37c94ec4648fb0d11" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Engineering.AuthenticationService.ClientLibrary.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-A296AC722070DE5287B2DD5181B3FA2046E7263A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a67576b4c058c467751909fd232f6367938d33b088cc416de8c504c110b35272" - }, - { - "algorithm": "SHA1", - "checksumValue": "a296ac722070de5287b2dd5181b3fa2046e7263a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.Service.UnitTests/Release/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "34be605d2c0b49a229320b145fd8c7208468f742c5176772071af218594c4624" - }, - { - "algorithm": "SHA1", - "checksumValue": "095d873b5d1a17b6acf9b6e4f69b23c349636bb5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9ab461e6fab4dd4bf54258ac2ccfa468ea307c4f1f0eebb7a61be293cf0f59d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "c1ec848b24b63f9f69e85896e6ad6dc0bd61beca" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/apphost.exe", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-apphost.exe-3EF406DDBC4CC8CEEDBD9E8B1EB536FAA8FEE0AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9ac5c8b20833e40c4c40f05e7a1462fb394b44d9e912dd3c0f32da8f53c25d5" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ef406ddbc4cc8ceedbd9e8b1eb536faa8fee0ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Configuration.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.dll-6C6D572CA27B8E86F091E56A9917B97C9204F285", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1ee3f94ae0c8e97ae247a9462de4fd953e40a5339703241ca2f8b8f320196aec" - }, - { - "algorithm": "SHA1", - "checksumValue": "6c6d572ca27b8e86f091e56a9917b97c9204f285" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ES.ToolAuthService.Client.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.GeneratedMSBuildEditorConfig.editorconfig-9BA3F180A12CFD1E076E32076A7FA180C5AFF42A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e6da57887c32f063a605d80f4a266eb9d4d76de5223a6a6a994f5399b1ac007c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9ba3f180a12cfd1e076e32076a7fa180c5aff42a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b47495a9d0db4d28010ad07ea421b9e8588933d5bc7145780a8d4b8c5dcd6447" - }, - { - "algorithm": "SHA1", - "checksumValue": "10005cdea27776f5f88e3ccaa131be56acf276a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.FileProviders.Physical.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.FileProviders.Physical.dll-8B701D61F2BD567BBF0B7E326DC18E302349E6AF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "64a5af0f32ef1c9af9d54f8d75a4bc89c5fbebd5d7b631fc0aa2e19ccd0d62c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "8b701d61f2bd567bbf0b7e326dc18e302349e6af" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.Client.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Client.dll-4AE69C6DB2783958C6DE5C9FA66CEE3AF8001C49", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5d4ab08e968bc6c4c0236ef110407a9ac81c8c7012faf3295ce0d1bddb82657" - }, - { - "algorithm": "SHA1", - "checksumValue": "4ae69c6db2783958c6de5c9fa66cee3af8001c49" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Logging.Debug.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.Debug.dll-3E838B56E6B6554364E2D065666CC70E4C34059C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b3eb1ea55c84820db7d055f1a64b6bad5737d63fc27b6e7d9a8e16da1322c15c" - }, - { - "algorithm": "SHA1", - "checksumValue": "3e838b56e6b6554364e2d065666cc70e4c34059c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ES.ToolAuthService.Client.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.csproj.FileListAbsolute.txt-945900108B79A11478709694BC9AABDADB4BC563", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "df4b93e88f882151cb12858ae2cd845ba1d6576e8a771905c7d62c1375fcaed3" - }, - { - "algorithm": "SHA1", - "checksumValue": "945900108b79a11478709694bc9aabdadb4bc563" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0849b0af8362e17f7716209e410a84d56f05c6dc8bae36c42109c346535e9bff" - }, - { - "algorithm": "SHA1", - "checksumValue": "93db9f04b230e9b6423ab1e6f8103ddabc2e118a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Client.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.xml-1F0E3DBED8670EF70F0F26E7998FBCA7AB72FA2A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c740d1c1bb3625efc946f79adf55e0af09bf48ac422c6d3ce5cc3188a6d86254" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f0e3dbed8670ef70f0f26e7998fbca7ab72fa2a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestsCommon.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c7f32153b3c0dbeab6ea56f5df96dc92ffae9d1e8580f05b7e454cd27861f42" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba17bb80ef60c1e34354a2e544a0981328bd96f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Identity.Client.Extensions.Msal.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Identity.Client.Extensions.Msal.dll-BD7D1422C0D3CECF0DD384DD370DFE1F498CD1F3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6c8d9947ca1b38eeb27c613b318128df92a612bd299b558e4944afa68cae5030" - }, - { - "algorithm": "SHA1", - "checksumValue": "bd7d1422c0d3cecf0dd384dd370dfe1f498cd1f3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.AI.DependencyCollector.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f8b1cfd78e3ae6d88753a8fe9a115848f7ef6f7879b83decd5cb04444cc9f535" - }, - { - "algorithm": "SHA1", - "checksumValue": "e3134751b43bbaa3da2555ee63dbcf3feaa70460" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.AI.ServerTelemetryChannel.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.AI.ServerTelemetryChannel.dll-652A46580B2F8A6E606A5DC352778E89DBD27CD6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "badb95203602d8e9dd4c4d93b3d1c78b9f79f11a15e0aaa65db21558f9b02036" - }, - { - "algorithm": "SHA1", - "checksumValue": "652a46580b2f8a6e606a5dc352778e89dbd27cd6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-3143679628BF87408C7702D90DFEB7911C2526A8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a8965d8fd14dc5a7adad9cd83b43716137a492958768eb0e36dfb8d42b31287f" - }, - { - "algorithm": "SHA1", - "checksumValue": "3143679628bf87408c7702d90dfeb7911c2526a8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Caching.Memory.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Caching.Memory.dll-D6A0D5488E26626BA76ECB659EB336C6A2A45DCF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d69e010bb6c7a2e3b93cec86757434a3fe1d5ddc9189964e06f20bd1fa5cf7eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "d6a0d5488e26626ba76ecb659eb336c6a2a45dcf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Configuration.UserSecrets.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.UserSecrets.dll-1D4AC8F8E5F36CE1B576231BA15FA4A1B28AE9C6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "15ab9d04e94782c51388e5fff60def107c50d402e0d249ff13571b0593c6b5d0" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d4ac8f8e5f36ce1b576231ba15fa4a1b28ae9c6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Logging.Abstractions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.Abstractions.dll-006173A5ECEB9669644C5426A8972872A54AC49F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8034ecd755e94b6feee9af1668684b8f62b4a58822bbf6315a915d29b02a3f10" - }, - { - "algorithm": "SHA1", - "checksumValue": "006173a5eceb9669644c5426a8972872a54ac49f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Options.ConfigurationExtensions.dll-4107CED812B7AB7111ED7E7A5CFD2A885EB75718", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "53630e550979dcd576186b2984eee347791db084d44563782ae7bef50e47daa9" - }, - { - "algorithm": "SHA1", - "checksumValue": "4107ced812b7ab7111ed7e7a5cfd2a885eb75718" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/System.CommandLine.Rendering.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.CommandLine.Rendering.dll-DE9A313FAF292620CC9721EBF941168C6F32EEF6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a9cbb0a17e625271f49adb23d07a74296d060ff5ef3b6cbc2ba958fedef83b89" - }, - { - "algorithm": "SHA1", - "checksumValue": "de9a313faf292620cc9721ebf941168c6f32eef6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/System.Drawing.Common.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Drawing.Common.dll-67C74C2E478D60F2C9DE9B321C3B03E98177F54A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f670e1c10f4cf45bb2d3becdd56034d0686334ad984a56b5845f55d688ff52db" - }, - { - "algorithm": "SHA1", - "checksumValue": "67c74c2e478d60f2c9de9b321c3b03e98177f54a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/ES.ToolAuthService.ClientLibrary.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-ES.ToolAuthService.ClientLibrary.csproj.nuget.g.props-1F3E1B7889690D82C75006B5650913B230660633", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7318e068099732ea1ea89166a448b7b512e20e4273bce576859638c8055b51d" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f3e1b7889690d82c75006b5650913b230660633" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/System.Windows.Extensions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Windows.Extensions.dll-7F572709AC41F4719ED5147CD7C91878C54E0A1A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "228f5ffcc252972635e119f7e1c1c62807ce5b42844713e885b700dcc91a2e9d" - }, - { - "algorithm": "SHA1", - "checksumValue": "7f572709ac41f4719ed5147cd7c91878c54e0a1a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/Microsoft.Engineering.AuthenticationService.ClientLibrary.3.1.19491.nuspec", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-Microsoft.Engineering.AuthenticationService.ClientLibrary.3.1.19491.nuspec-5C49418B93FAD8C54A535BBF109DBCE9399F397F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1af239ddcb1417c938a2a01ef68d36ebbc9ea5acd315256a51e44480ca8ce28f" - }, - { - "algorithm": "SHA1", - "checksumValue": "5c49418b93fad8c54a535bbf109dbce9399f397f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.csproj.FileListAbsolute.txt-99FD5A4EE096898516A97F180A09B46BCD47974E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "365c7218ab311f4e531b06afe617bad4e63c96ea2aa1f3e6e0b46a7337392986" - }, - { - "algorithm": "SHA1", - "checksumValue": "99fd5a4ee096898516a97f180a09b46bcd47974e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.assets.cache-326003E6C388CAEA6EB1CACAF7A9F079017CCBEF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7477807e09e5bcc240aa1714df4bcc503ff11b0014b3219adfacce1fdb007a87" - }, - { - "algorithm": "SHA1", - "checksumValue": "326003e6c388caea6eb1cacaf7a9f079017ccbef" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "41d17f2f2bba2970c7ef40a8a318faf338fd2872266c155510171c33fcb5e26b" - }, - { - "algorithm": "SHA1", - "checksumValue": "8a2f542a375e71f8776617acfec2aa8164f400bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfoInputs.cache-04B8F9611EF05E0DCB3EA861BC7FAA0604EFD5D5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58236fd3141488a8201b9132b85f69639bf014bcb2088d55d986dd57771a402f" - }, - { - "algorithm": "SHA1", - "checksumValue": "04b8f9611ef05e0dcb3ea861bc7faa0604efd5d5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-206AE9D28C5BB0B1FE1193F8216F3334A903864B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecbff91c9317401f1d35855d1873c2d832d44ee0e80c7d0f8604d9eb85c21345" - }, - { - "algorithm": "SHA1", - "checksumValue": "206ae9d28c5bb0b1fe1193f8216f3334a903864b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-project.assets.json-9708DF2A280DD875E90F4340EE3A6839C4FD8074", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85a7a4dba01726c96f5a26582d722df382906360ffdedb7b3f788e56cbc946e7" - }, - { - "algorithm": "SHA1", - "checksumValue": "9708df2a280dd875e90f4340ee3a6839c4fd8074" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CoreCompileInputs.cache-4601928E705F4B4C5403651FD95A133683E0CEFB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e9482f2a7a02f21466403a8f433c2324ab98bdfa4362c34fb5b6760f5f5bade9" - }, - { - "algorithm": "SHA1", - "checksumValue": "4601928e705f4b4c5403651fd95a133683e0cefb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/PublishOutputs.9f28fe1ddb.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-PublishOutputs.9f28fe1ddb.txt-E46AE854D7B18C8A0349DE17A792BEC9814F2606", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4225b79a8bbfef14dd3c2adf22c3a4cfcebc40738d486d904071d5d5758a9d7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e46ae854d7b18c8a0349de17a792bec9814f2606" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/ES.ToolAuthService.ClientLibrary.PowerShell.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.assets.cache-66F18B1C7FE906CA13BD875097B2F9BFAB98DD2F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "77156465f4ef9c5359632428d8646a51497294bf267a8a003377ac7c57784929" - }, - { - "algorithm": "SHA1", - "checksumValue": "66f18b1c7fe906ca13bd875097b2f9bfab98dd2f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.FileListAbsolute.txt-9BC09E918A1434FC9E31F3AB0AC8EDBC22C00228", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "355892d2848ff2ca23a47d3d4007782c4d12aa295ca38bf72325f6c9c0feb019" - }, - { - "algorithm": "SHA1", - "checksumValue": "9bc09e918a1434fc9e31f3ab0ac8edbc22c00228" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-131FB28D76F96DB88E7B96B74B4D521C9CF61FE7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "43bf67a511683254e474e411be192241637ddf3e434ecd9fc34695eb19e1f190" - }, - { - "algorithm": "SHA1", - "checksumValue": "131fb28d76f96db88e7b96b74b4d521c9cf61fe7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.GeneratedMSBuildEditorConfig.editorconfig-B23BF13EF9574F5DD496BD442CE6C901E9D87D5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5dc9b9028d31ba814ac9a395d4699e2f185c3f240fe955004dcbd56a0fedd175" - }, - { - "algorithm": "SHA1", - "checksumValue": "b23bf13ef9574f5dd496bd442ce6c901e9d87d5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.nuget.g.props-40155978D32E36D366CA6206962C30A3F291BC31", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "302e69e1f80813d3912a4c889e2dce93c0f6d8f1360b930d503a77a9eb950636" - }, - { - "algorithm": "SHA1", - "checksumValue": "40155978d32e36d366ca6206962c30a3f291bc31" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.nuget.g.props-B9220E806E0AC7515B4C6B3E499223C435BD004B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "35be469cf2f34de2e8f5e2fef5a0c1b80a3109dc7162d3c6994cd885df426da8" - }, - { - "algorithm": "SHA1", - "checksumValue": "b9220e806e0ac7515b4c6b3e499223c435bd004b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.AssemblyReference.cache-4C924A5B3005EEC6EDC40FBAF3399080D3F32D4E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d4429a2f9ad83b7f136977dec9ed970d92acd6d8382c6381095120322794c508" - }, - { - "algorithm": "SHA1", - "checksumValue": "4c924a5b3005eec6edc40fbaf3399080d3f32d4e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.AssemblyReference.cache-846659AB64543D15DC97DF6E276B171C0E0900D5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c6b08b3153f8f8f51714dc9c9a1080fa731deb087db820d52197d4f5c67793ef" - }, - { - "algorithm": "SHA1", - "checksumValue": "846659ab64543d15dc97df6e276b171c0e0900d5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.xml-1F8998E8F650F896CA6AB32CAFE2E76BE41BE413", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f0541451a70c646531cb95830ab07d5fed229444970dac5994e2da487124915d" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f8998e8f650f896ca6ab32cafe2e76be41be413" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.xml-1683BF2B47B272F41C82C5FD7EA8DE322CCFE5AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e04484c98ed8840c2e4ded21835d123438947199e636161e7790d2d870b12b5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "1683bf2b47b272f41c82c5fd7ea8de322ccfe5ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecde3ecb9ea3d6ab9762d7d31ca902bc0146527368e18fa1f320b75f6e3f2514" - }, - { - "algorithm": "SHA1", - "checksumValue": "1bd3f32316bb288fcec5dd777ce0ccd1474db19c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-A8B246732E9EAF8EDADCCDBF28F0245805ECF8C5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b7616fe54a0b10761e1f9a04bba76871bc096810b7f4842ad05bb91940a647be" - }, - { - "algorithm": "SHA1", - "checksumValue": "a8b246732e9eaf8edadccdbf28f0245805ecf8c5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/ES.ToolAuthService.ClientLibrary.Telemetry.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbb6b6df73acdc16a1c0dcd4f9404906ee14f3a4ec54ec06077fc8522ff46c86" - }, - { - "algorithm": "SHA1", - "checksumValue": "bab72bf6dcfe8a8a1681eef9f29d58cc4bcaca7a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-217474E73011F0CF8AD5493A7BAA02FBA7C48CC7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "27d48c3d264ff3feb7de1d9e70f345fc952889b786228be6a4731df571785437" - }, - { - "algorithm": "SHA1", - "checksumValue": "217474e73011f0cf8ad5493a7baa02fba7c48cc7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.Telemetry.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.AssemblyReference.cache-75864824FAA3D115C20877E2AD81F24E518A7B70", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5d807328c764eda36ca52fc8b3c45b945af81a2df3cb20813cbf99f0ed20b376" - }, - { - "algorithm": "SHA1", - "checksumValue": "75864824faa3d115c20877e2ad81f24e518a7b70" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/ES.ToolAuthService.ClientLibrary.UnitTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.nuget.g.props-D1E411ACB8733A4BBBAF4CF0A0F5E30F99D48D98", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "61f44daaca3e9c08d2b812bf922864d371da9f62598e97f0b090b17b68701d8a" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1e411acb8733a4bbbaf4cf0a0f5e30f99d48d98" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05420c22963f1a47eabd481d0ccc21e6a0bdffb45a5fc6566b133caffd81ce93" - }, - { - "algorithm": "SHA1", - "checksumValue": "48996f808679b703a476147829f95bad90d468ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.UnitTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.AssemblyReference.cache-C43B323D4107BB816D34FDC3993C168D0E93D3B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a9fa46cf0a07f589fe290f6b54bcb56e8ecb024b0d6663933216bfce50b7164" - }, - { - "algorithm": "SHA1", - "checksumValue": "c43b323d4107bb816d34fdc3993c168d0e93d3b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.xml-05E7CFBD14C2F24AA3742C5A6C304B9817EADFC1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2a4495f31ed441609b11c24a8941c31a7581636d47b90fd01823ec25a47cb58f" - }, - { - "algorithm": "SHA1", - "checksumValue": "05e7cfbd14c2f24aa3742c5a6c304b9817eadfc1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.AssemblyReference.cache-C7932A39FA7E524E23E4BE3E83CDFC89019E18A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "436711db146c4a1598ad8f483cb2ab8ff41f74ff5cd69941bcaaffe8efa53b74" - }, - { - "algorithm": "SHA1", - "checksumValue": "c7932a39fa7e524e23e4be3e83cdfc89019e18a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a6e03ae4df13fe05345e9022d1f1cd24ecae4bfd66db4843697c855d9f9335f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "bfafbaee93e85cd2e5e864bff949f60044313638" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.xml-7D647889F6D589CBA8DFAF37B59737C21B6F821B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "32db38c604d1a133d7ad52de3c8b322c8e03cc5f281da820142fd1b38316831e" - }, - { - "algorithm": "SHA1", - "checksumValue": "7d647889f6d589cba8dfaf37b59737c21b6f821b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/ES.ToolAuthService.Common.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.GeneratedMSBuildEditorConfig.editorconfig-A96496F11159548752C914FF7174789420BEFC2C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ea364afe098bc1bef85d5f79fca7f85385ddd2dada77f750401dfca292e13d99" - }, - { - "algorithm": "SHA1", - "checksumValue": "a96496f11159548752c914ff7174789420befc2c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.UnitTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-96816578F533F75F2E0E87A3E72A421C4959BDDD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b308aa852507af8c4f03249f9bcbe2f4c8ec1673e95d3ae72cd7123f7cbea9f4" - }, - { - "algorithm": "SHA1", - "checksumValue": "96816578f533f75f2e0e87a3e72a421c4959bddd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-project.nuget.cache-03AAA6605423B58722F84E66BA61A11047B48CDA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "954ee5039ad1c86b4a7f38d4b25769dc1c15718f98efe86c70d0e03adb023e68" - }, - { - "algorithm": "SHA1", - "checksumValue": "03aaa6605423b58722f84e66ba61a11047b48cda" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/ES.ToolAuthService.Common.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-ES.ToolAuthService.Common.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbb6b6df73acdc16a1c0dcd4f9404906ee14f3a4ec54ec06077fc8522ff46c86" - }, - { - "algorithm": "SHA1", - "checksumValue": "bab72bf6dcfe8a8a1681eef9f29d58cc4bcaca7a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/ES.ToolAuthService.Service.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/Microsoft.Engineering.AuthenticationService.Svc.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2c7cadff89864104ced5cbb961a7950c1fbc0c793bd31fd957b415dd6c50861c" - }, - { - "algorithm": "SHA1", - "checksumValue": "8c920f91d43b9b76f6bb5a2b791be2a3792e6533" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/ES.ToolAuthService.Common.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.csproj.AssemblyReference.cache-9E56B166CD5B2879519FDB44EA40CFF8A0E3308B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e55459e4f805f73048b91d58651e0e28758b2822c9c09b1d22bd5b26e7ae6918" - }, - { - "algorithm": "SHA1", - "checksumValue": "9e56b166cd5b2879519fdb44ea40cff8a0e3308b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/ES.ToolAuthService.Service.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.AssemblyInfo.cs-361170425B95CAEE7E7467B1FEF56C1E61159234", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b91ff603295a15c8317f6486735810ab54de321401d4db71b6929b1ae3547b3c" - }, - { - "algorithm": "SHA1", - "checksumValue": "361170425b95caee7e7467b1fef56c1e61159234" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/ES.ToolAuthService.Service.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-ES.ToolAuthService.Service.csproj.nuget.dgspec.json-660DB45862B63F5266EC7C11BA7933CB096E8A88", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2bf3ad9ecdd0567f1bd704a18ace237967b8c9a1daab8d784830d3946b0e07e3" - }, - { - "algorithm": "SHA1", - "checksumValue": "660db45862b63f5266ec7c11ba7933cb096e8a88" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/ES.ToolAuthService.Service.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.genruntimeconfig.cache-CBDD66309678582373809A38830B31FED5908BAE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "eaae0000383e7b6fc7b176f3a4437effcae3ff566d471c7986154e7828b86765" - }, - { - "algorithm": "SHA1", - "checksumValue": "cbdd66309678582373809a38830b31fed5908bae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/ES.ToolAuthService.Service.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.AssemblyInfo.cs-361170425B95CAEE7E7467B1FEF56C1E61159234", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b91ff603295a15c8317f6486735810ab54de321401d4db71b6929b1ae3547b3c" - }, - { - "algorithm": "SHA1", - "checksumValue": "361170425b95caee7e7467b1fef56c1e61159234" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/refint/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-refint-Microsoft.Engineering.AuthenticationService.Svc.dll-6863512BAFEB6592F2501F3D5D4E3611E1172627", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "da211160647aba6ca6a1189ccc4fc1e114c7aee6d6b43a64be1832623d9a724c" - }, - { - "algorithm": "SHA1", - "checksumValue": "6863512bafeb6592f2501f3d5d4e3611e1172627" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/ES.ToolAuthService.Service.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.genruntimeconfig.cache-1C72B7E5B730BC2548C05E3222A3F6E96F4F4168", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4476fce7deaa94571629afd0275738b19fa48c1bf9d2d46bd87a6e84b3fe9ea3" - }, - { - "algorithm": "SHA1", - "checksumValue": "1c72b7e5b730bc2548c05e3222a3f6e96f4f4168" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ES.ToolAuthService.Service.FunctionalTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.AssemblyInfoInputs.cache-BBBA849C0487D6281A8A476C7F350293B81D7D18", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "72d2f4f82bfe94babd366e515a54ad52fe0bf360319b9433045573ee904a6846" - }, - { - "algorithm": "SHA1", - "checksumValue": "bbba849c0487d6281a8a476c7f350293b81d7d18" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.Svc.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Svc.dll-94FB59D800E5719DDD0F8623DACF9FC0A32D4085", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f63b59ca2fd18b979139c211ef913da756de65e14d8ed4981ae034e837d3a74a" - }, - { - "algorithm": "SHA1", - "checksumValue": "94fb59d800e5719ddd0f8623dacf9fc0a32d4085" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/ES.ToolAuthService.Service.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll-2F4442ADBD1E4260DF68C40BA4195F0780DA73FB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a5babe9d93dd3214263817ff56dce028a3b8aa943f8f0a7b3adbbca25359f98" - }, - { - "algorithm": "SHA1", - "checksumValue": "2f4442adbd1e4260df68c40ba4195f0780da73fb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Svc.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.pdb-9DF3157EF35EC6C7D1DE020EB580045CFC816E22", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "273a706057da438822a64babcda8b21536b62c2863bddcf5e354f7326f445881" - }, - { - "algorithm": "SHA1", - "checksumValue": "9df3157ef35ec6c7d1de020eb580045cfc816e22" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-project.assets.json-0C01D2D63C6C499E261E23D81FBD23F5758AEC44", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e13a562d43c5a3af5c34649d4e25a137899828e0b9fa8c1256ab232ee07e8373" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c01d2d63c6c499e261e23d81fbd23f5758aec44" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ES.ToolAuthService.Service.UnitTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.csproj.CoreCompileInputs.cache-C566A164B4154682A0EE2CDF4B271F334216A950", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1ac1e96ee80b5ca8f46a437ace93cd4286595d206eb0c0e184278fab67c79a4d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c566a164b4154682a0ee2cdf4b271f334216a950" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll-2FA90F06AEEF30C260F16C9BF76BFE456F8254E0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "be2a649dd2c00b3f3f3dd1ada5981d8fae7578817bbedf393419bec12fda46b8" - }, - { - "algorithm": "SHA1", - "checksumValue": "2fa90f06aeef30c260f16c9bf76bfe456f8254e0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/ES.ToolAuthService.TestFixtures.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.AssemblyInfoInputs.cache-CAE70DF253F1DCF33D8381C39C21AB95616026A9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1004705fc19bee9ea9b1ef2be7f243329e74fd22c2a5f813c9d769ec0a8d57e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "cae70df253f1dcf33d8381c39c21ab95616026a9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-project.assets.json-77F610A9906B21B6120C33576508CC53A17E76AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d4cc7f87b7506c4bf4a3ae18b3c4556aa52486540fb393c9908cf4bab0c27314" - }, - { - "algorithm": "SHA1", - "checksumValue": "77f610a9906b21b6120c33576508cc53a17e76ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestFixtures.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a62d69a0bfa00ad252a1cfa99fa7f41caef0169eb828cdd8aa7d4684d478c821" - }, - { - "algorithm": "SHA1", - "checksumValue": "b382e3ecf622bf5f6d7d1e02d7d17d0f4da38777" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ES.ToolAuthService.Service.FunctionalTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.csproj.CoreCompileInputs.cache-3B6B3C7F4297F1D1C66FE99D00E4DC5BF643226C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "659362d37c6ef014aa0a5594f4c4f7fd3e0316cd484301749a85565190358569" - }, - { - "algorithm": "SHA1", - "checksumValue": "3b6b3c7f4297f1d1c66fe99d00e4dc5bf643226c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-project.nuget.cache-7591A7DB542BB11922E7013CCC5F3AD71F1091BA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d502ec81bafcdf2214b6f74290efecd25ab54e82f011d8a8a613eea31a3d4feb" - }, - { - "algorithm": "SHA1", - "checksumValue": "7591a7db542bb11922e7013ccc5f3ad71f1091ba" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll-0C75C3903A0B574CE982B39C0ABAB1D32D914404", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91ac1d0599c7e01caf3018c371229403967e4341e197fb43d98bc1b05dec1197" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c75c3903a0b574ce982b39c0abab1d32d914404" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/ES.ToolAuthService.TestsCommon.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.GeneratedMSBuildEditorConfig.editorconfig-9316D3207CDF15BDF5DB40EFF872BD6F8BE68CB4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "56d22a1a80eac5eb383b6d78b3ddf17d550048730bf9c6d723c677032f9ce3eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "9316d3207cdf15bdf5db40eff872bd6f8be68cb4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ES.ToolAuthService.Service.UnitTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.AssemblyInfoInputs.cache-36069DB3C69F16D581CE30CC7C40861A96743C23", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "defda93643057ed313c33c14e9727b589b76ed296b055cb6eb8a60c0695e3a34" - }, - { - "algorithm": "SHA1", - "checksumValue": "36069db3c69f16d581ce30cc7c40861a96743c23" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-project.nuget.cache-B3596E0A0AA19942684D584A2C061D425EA62E54", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0a04281cb93a208260bca590de8d0ab64487a80f36b8210983942d4de9901017" - }, - { - "algorithm": "SHA1", - "checksumValue": "b3596e0a0aa19942684d584a2c061d425ea62e54" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll-633D225EA22800FF99D77725C2B88092B02C03E4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "7050a2da103d0b98ff2e93fea2a6e971c8f5d8169ca33f185c64f0497995512b" - }, - { - "algorithm": "SHA1", - "checksumValue": "633d225ea22800ff99d77725c2b88092b02c03e4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/ES.ToolAuthService.TestTool.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.csproj.CoreCompileInputs.cache-69F6E303B9FA06202A7F8F7FE62FC597AD70BECF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5ed60f6d9568c2f7981599080ecaa1c2c29d9cba2a83cfedac31b9ad2868b8f0" - }, - { - "algorithm": "SHA1", - "checksumValue": "69f6e303b9fa06202a7f8f7fe62fc597ad70becf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.TestTool.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.TestTool.dll-FB610606389B7236AD4B3C235C48394420802300", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0e3ada96ea5488f2bf4d064b0a207382dc1b912ec5d65cb4ef5b07ac8c6da41a" - }, - { - "algorithm": "SHA1", - "checksumValue": "fb610606389b7236ad4b3c235c48394420802300" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5b031f1edab2166a89758210e1cbdf0f9196a84b78a0e4ca9247ad6fb344f9c2" - }, - { - "algorithm": "SHA1", - "checksumValue": "3ecb0a517ea351b0d52550ecb19d0eb65fba51ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.Client.pdb", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Client.pdb-93E768A6191621A5883C7184FDDF942E613EE2F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f03fb731416cac70bda87038b6773aefd0a895e1f34663f4b94cf446347b319e" - }, - { - "algorithm": "SHA1", - "checksumValue": "93e768a6191621a5883c7184fddf942e613ee2f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-project.assets.json-29BA7B73B10BA10837C5E2E6B92B48C86621740F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f6c4f7d546efd614502471774b30db638ec0edce99777cfde4e5a347c5ed5870" - }, - { - "algorithm": "SHA1", - "checksumValue": "29ba7b73b10ba10837c5e2e6b92b48c86621740f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/ES.ToolAuthService.TestFixtures.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.csproj.CoreCompileInputs.cache-FE1EF636960236E084B59EE63F58427545AF9C34", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0562ac734a479f5d3cf3351c5f09ea94c63f43d6efa6a5983d0cb714759f17b9" - }, - { - "algorithm": "SHA1", - "checksumValue": "fe1ef636960236e084b59ee63f58427545af9c34" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/ES.ToolAuthService.TestsCommon.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-ES.ToolAuthService.TestsCommon.csproj.nuget.dgspec.json-C187542DEA4C9E9F2D4B0FDACADE7B8E7058DF06", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "da4d7d34d68091776f3a1bdaf85d6c69332f92e5b8db8707cf2f03f6cc19fdf1" - }, - { - "algorithm": "SHA1", - "checksumValue": "c187542dea4c9e9f2d4b0fdacade7b8e7058df06" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/ES.ToolAuthService.TestsCommon.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.assets.cache-4CA5DEF6AD8C0505D080253939FE287C3C04014E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0688ca0b8541079c09ec7407e891061f1fbbb175ce113be9e178b8910e9f1aa4" - }, - { - "algorithm": "SHA1", - "checksumValue": "4ca5def6ad8c0505d080253939fe287c3c04014e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/ES.ToolAuthService.TestTool.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-ES.ToolAuthService.TestTool.csproj.nuget.dgspec.json-A84138E91F5AFE4BD14B353C566698C77ED41AC8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e01c72a8d1265f29d01fa17a27c9d9b58d9dca623d3d193ad83b7f1ce5868c75" - }, - { - "algorithm": "SHA1", - "checksumValue": "a84138e91f5afe4bd14b353c566698c77ed41ac8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/ES.ToolAuthService.TestTool.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.AssemblyInfoInputs.cache-21A57FF8CF6F5F9D12160EA4FA4571FA3C008F64", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "de5b2de3453af4f7b34cb654cfc717b1a9b1ed28242a2a77ab56e40457220ff2" - }, - { - "algorithm": "SHA1", - "checksumValue": "21a57ff8cf6f5f9d12160ea4fa4571fa3c008f64" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.TestTool.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.dll-67029C94F16C2BB2160011E30A90BE8C6F87B679", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "900b8a7d9ebc572ceb3fa4d5bef933b31886b554b384a305f524b26f06f50c50" - }, - { - "algorithm": "SHA1", - "checksumValue": "67029c94f16c2bb2160011e30a90be8c6f87b679" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c52b188575ce4929c0cf2d1fece0da4896e46f2aabdcb1820709e1d0e81823e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "79d68dc2af5a8ae09441539629778585e38f929c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "a65e80de22a707ee085c3206d6e49a38ed4a849db45582d6dd3cc2b69d4cc5f5" - }, - { - "algorithm": "SHA1", - "checksumValue": "961d4d773fcd2e523a0048a7f4ec3e1f7aabd434" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.xml", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "19067fe09f3e531e431e7b603f2e0256d6c41687c076c44c5a6468b848a831a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "d13f820858bfcc3e9e0103b700a85d5352144fdf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Engineering.AuthenticationService.Common.pdb", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e7251ca64fccdd28cc82a719430ffdf711fc83f09feea415a9a984ae9a4d1463" - }, - { - "algorithm": "SHA1", - "checksumValue": "4108ad7fae69f1791fac20cf4c93753baffa2df1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Caching.Abstractions.dll-EEB41B18A408564075F5C776605F4EC3807B7B60", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "99ca1ffdd0086c57ffded3e93edfb2f0d0980a2689f15800a06448349395076d" - }, - { - "algorithm": "SHA1", - "checksumValue": "eeb41b18a408564075f5c776605f4ec3807b7b60" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "836fa1009286db71e6b42e81f2feb899ad176d2cc3efe6d42713008c4ea643f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1559636b9fee884b2b30283a1bf2930dd0ee7df" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6054038557c18959da52f7bb4183d6bf1cae79a22ded2b0bb87746a7981ff217" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9469a5630a0a9d61d2ce2d3af159d294e091150" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/Microsoft.Extensions.Logging.EventSource.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.EventSource.dll-0ED2B3C3EC971B7EA19DD1916097B0F91F859A46", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f59d3a09c2e8ef2dacc3706a5a3ff9bba04cb4d2f916a9f01a8c167cb4e71826" - }, - { - "algorithm": "SHA1", - "checksumValue": "0ed2b3c3ec971b7ea19dd1916097b0f91f859a46" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/System.Diagnostics.EventLog.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Diagnostics.EventLog.dll-0C6C6F92CA2A27EC0DE1863BFC58C33F152A7F91", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "25bbabba8af28e9885953c9a1eb7e9895625969c7d399c0075bdbf0c3f2f2d5e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6c6f92ca2a27ec0de1863bfc58c33f152a7f91" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01464dad34288cb39a34e1f2d416a8b151db1b305fb16572123ee2384cac99f6" - }, - { - "algorithm": "SHA1", - "checksumValue": "a165e1d45e0213674e73695a35b130399ac1a77a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2f93ff983ad2e97fbf613c3c112ef2986ba64bcc626c25423a1b22f094346f9e" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c6b5e6adad383509c2f0e908896e759cdcf50b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "86d1f1ac59f34270bc546943d1202dcfd7f8197e8ed7ddac47a4c909ffea6e0f" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d7218144ac544b8114d36703973eb9b30b112b7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "309449d078fb7615706e4ab9c5f737a15738a9527614cee3a4023dd198a48f93" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ed2e16baf08511d33c08fc1307586d8fb2c0f4d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./bin/ES.ToolAuthService.TestTool/Release/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "SPDXID": "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c3c530ff89929603762c12b79323e9b5ba88deda291901b8616afa9f9f49bb2d" - }, - { - "algorithm": "SHA1", - "checksumValue": "38da2f18017b5b9613b4b3ae2d0ef1ef0e733617" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/ES.ToolAuthProvider.Abstractions.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.AssemblyInfo.cs-9CAFDCDF8CBE35F2DD5BFD1A1ADCFBB0354B8DB5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "58aad973c3c97802d9a641dd59eed036d5fb980711a13c6f9cd16b3200e09162" - }, - { - "algorithm": "SHA1", - "checksumValue": "9cafdcdf8cbe35f2dd5bfd1a1adcfbb0354b8db5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5a57e88c3af236c8d758dd3912d9f43675b8858c557496504c2f0495a1b62cb1" - }, - { - "algorithm": "SHA1", - "checksumValue": "140920ced84009fd686c196bbb185a5016a5430b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Abstractions.UnitTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.AssemblyInfo.cs-D106B8CC461A0EFD3F0915DE4506ED94BDD96B5B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e72a0b94acb7304bd2782fb61670736c2e584412f966898bd551e41f4d7a717a" - }, - { - "algorithm": "SHA1", - "checksumValue": "d106b8cc461a0efd3f0915de4506ed94bdd96b5b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Abstractions.UnitTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.genruntimeconfig.cache-33F38B9CFBCF4883CD6ABBA5855B7E948FB468A5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2801f5274ae01898165686dc5030a9a52e03a5a1b3d3e6fd7f2811ffd21e0fb6" - }, - { - "algorithm": "SHA1", - "checksumValue": "33f38b9cfbcf4883cd6abba5855b7e948fb468a5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/ES.ToolAuthProvider.ClientRequestHandlers.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-ES.ToolAuthProvider.ClientRequestHandlers.csproj.nuget.g.targets-88C6E96C7BF4FCADDB0868C026B95C5B14F0AD1E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c5e5570cf2be170685cf03de8160173e726a5d3c59ed501e95621045cfe012d8" - }, - { - "algorithm": "SHA1", - "checksumValue": "88c6e96c7bf4fcaddb0868c026b95c5b14f0ad1e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.ClientRequestHandlers.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "05420c22963f1a47eabd481d0ccc21e6a0bdffb45a5fc6566b133caffd81ce93" - }, - { - "algorithm": "SHA1", - "checksumValue": "48996f808679b703a476147829f95bad90d468ae" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.AssemblyReference.cache-963D571BD17D32D87694091E391668AE3AADC526", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "693183f27cb1aef60c55ef913bbd5da5674c5e7b82d7b234295d97dcc93c2766" - }, - { - "algorithm": "SHA1", - "checksumValue": "963d571bd17d32d87694091e391668ae3aadc526" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.xml-F0EE964775E8956E3C5348E515363347ACE0285C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c60fb6bce71cc5d40645f071b86b44c758706649d33263e9472311b938e6f5e6" - }, - { - "algorithm": "SHA1", - "checksumValue": "f0ee964775e8956e3c5348e515363347ace0285c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-E0914C01438A25FE82D15B871D16909AB460B040", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6e55ac22f75a075b1f644aa1a9f54ce82c4545933c627e419132287e96aafdc0" - }, - { - "algorithm": "SHA1", - "checksumValue": "e0914c01438a25fe82d15b871d16909ab460b040" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/ES.ToolAuthProvider.Common.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-ES.ToolAuthProvider.Common.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbb6b6df73acdc16a1c0dcd4f9404906ee14f3a4ec54ec06077fc8522ff46c86" - }, - { - "algorithm": "SHA1", - "checksumValue": "bab72bf6dcfe8a8a1681eef9f29d58cc4bcaca7a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Common/Release/netstandard2.0/ES.ToolAuthProvider.Common.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.csproj.AssemblyReference.cache-C4AD3D74FF7A772459C8CE899CFD0F1EC0E50B9F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "29a81f9d66b02d68d929e2404fc8659f4bf8ef3194a84c07946e4eaf101e548d" - }, - { - "algorithm": "SHA1", - "checksumValue": "c4ad3d74ff7a772459c8ce899cfd0f1ec0e50b9f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/ES.ToolAuthProvider.Extensions.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-ES.ToolAuthProvider.Extensions.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cbb6b6df73acdc16a1c0dcd4f9404906ee14f3a4ec54ec06077fc8522ff46c86" - }, - { - "algorithm": "SHA1", - "checksumValue": "bab72bf6dcfe8a8a1681eef9f29d58cc4bcaca7a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions/Release/netstandard2.0/ES.ToolAuthProvider.Extensions.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.csproj.AssemblyReference.cache-BE847067FB4755A9E69107B5FCFD77E50EFD3FA2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6b569840e884f0e7c4300979bac9e2dd0ec2da97be6da373bfe8aa71d093f225" - }, - { - "algorithm": "SHA1", - "checksumValue": "be847067fb4755a9e69107b5fcfd77e50efd3fa2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/ES.ToolAuthProvider.Extensions.UnitTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-ES.ToolAuthProvider.Extensions.UnitTests.csproj.nuget.dgspec.json-5848F370D6BDC33BE9F2F7BB29E669D891DCC08E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c4d7be842387b8f4362a8241edd96ff4be03e74a783ec0a67ee19d69020fcf62" - }, - { - "algorithm": "SHA1", - "checksumValue": "5848f370d6bdc33be9f2f7bb29e669d891dcc08e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/ES.ToolAuthProvider.Extensions.UnitTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.assets.cache-E74F859213640C1C340CA1F5EDE2BA62DDBAFAAB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "141831b6b292082f63a82abbd0080dab9db8390f7fb6c24931c828d07167584e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e74f859213640c1c340ca1f5ede2ba62ddbafaab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.Extensions.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.pdb-7F2462EF4E307C3F09E754D0A1F352D06802E452", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2efd19e4dad4bf5a4cd3bb5bb2b7cc47325fc26df7d723dbcd87700f1cc30301" - }, - { - "algorithm": "SHA1", - "checksumValue": "7f2462ef4e307c3f09e754d0a1f352d06802e452" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-project.nuget.cache-CAA5EF771373CDB9FF5B20C963FA07EA4ABEFA01", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "66223252e571cc1c52a92b332cee8c86c59c0be33a24476e5aaa2a93dfba7c10" - }, - { - "algorithm": "SHA1", - "checksumValue": "caa5ef771373cdb9ff5b20c963fa07ea4abefa01" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders/Release/netstandard2.0/ES.ToolAuthProvider.IdentityProviders.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.csproj.FileListAbsolute.txt-CF6A7B4D49E8A906B72D2E79A39AB90B4F4AFCD0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0d5b64c0e98b5ed14e1ba14fad8aa44398e71bbb1a56a8e64083ac3c1d53883d" - }, - { - "algorithm": "SHA1", - "checksumValue": "cf6a7b4d49e8a906b72d2e79a39ab90b4f4afcd0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-project.assets.json-9F7D8A07B5202F597B6D29DD3661F16C4FA116D8", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5f0bdcbd029c64af9141674e6aaba7d3438b5de4d7a01b7aa4811904070a5519" - }, - { - "algorithm": "SHA1", - "checksumValue": "9f7d8a07b5202f597b6d29dd3661f16c4fa116d8" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.CoreCompileInputs.cache-B8C6A8AD70B92F560E2526C8B408A5CFA1C1CB6D", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "940bff2df27c52b5a42d21ef71bf39149a2c89105f565d575cf663200d33b74a" - }, - { - "algorithm": "SHA1", - "checksumValue": "b8c6a8ad70b92f560e2526c8b408a5cfa1c1cb6d" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.IntegrationTests/Release/net6.0/refint/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll-8237E1828E4DD4D1E2DE3DB1F4C816121639B192", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f1fbdda7e98dac0cd66a514ea1afb3788aee8caac66d83f47db4140af1d7bf38" - }, - { - "algorithm": "SHA1", - "checksumValue": "8237e1828e4dd4d1e2de3db1f4c816121639b192" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/ES.ToolAuthProvider.IdentityProviders.UnitTests.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.AssemblyInfoInputs.cache-D84A7F9EA8EB711619FCF5DBD2AFB2D9813597A6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "704f5ea3a53b3a684028dae4646d2ad6b9d1bff2f2290f3cc52e0a370bbfb784" - }, - { - "algorithm": "SHA1", - "checksumValue": "d84a7f9ea8eb711619fcf5dbd2afb2d9813597a6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.IdentityProviders.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll-E44BA8F7748BFE6E2302DB4F4F54CED91201BB5F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "33ce34f7a9ee37b4ee11709d31207d7511fdbeedbaa42470db22e59fe48fe7e5" - }, - { - "algorithm": "SHA1", - "checksumValue": "e44ba8f7748bfe6e2302db4f4f54ced91201bb5f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/project.assets.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-project.assets.json-6065AE2C6C338F28E0D6EDAEFBE395503639F8D2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fa2a8aa2f822fff71417ddf8d47fc2b331d564005cd48f563cfc222cedeab4db" - }, - { - "algorithm": "SHA1", - "checksumValue": "6065ae2c6c338f28e0d6edaefbe395503639f8d2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers/Release/netstandard2.0/ES.ToolAuthProvider.RequestHandlers.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.csproj.CoreCompileInputs.cache-A9DC38E3767619B4D0C5CA33B959FBEDF6CDC4D0", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d217cd19cfad8822c0abd11fe07e14410630219f16c3ce6c3360e12c316aac96" - }, - { - "algorithm": "SHA1", - "checksumValue": "a9dc38e3767619b4d0c5ca33b959fbedf6cdc4d0" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "85ca83b20b4e226d226764867ff658e50116e12d6babb92b165ce5cce82242ca" - }, - { - "algorithm": "SHA1", - "checksumValue": "858628ec5472f10d6ab0ec1d828d1e5dac0385b9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthProvider.RequestHandlers.UnitTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll-CAAF9BEDCC8E64DE891383A4D7A9579133D40FD9", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "134e9d691db8d85d4be54f7e12d920cb3b8fa56be6f5f0f0f15213ea5cfa4f3a" - }, - { - "algorithm": "SHA1", - "checksumValue": "caaf9bedcc8e64de891383a4d7a9579133d40fd9" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/Release/netstandard2.0/ES.ToolAuthService.Abstractions.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.AssemblyInfo.cs-1036D0B0F0232D1F5C606F2397408D1DC3B82A19", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3bc908f8ff2eaad7a738f2b0316964c8706dd5bf1ebd324bee51b8361bd7a7b" - }, - { - "algorithm": "SHA1", - "checksumValue": "1036d0b0f0232d1f5c606f2397408d1dc3b82a19" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthService.Abstractions.UnitTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.AssemblyInfo.cs-5BFD1A4D6E70F85CA06D455447528039AA00D4E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1a99fb410089f7aa30952af818fb6c885bc27103677e80cefa3248ec8853aad3" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bfd1a4d6e70f85ca06d455447528039aa00d4e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Abstractions.UnitTests/Release/net6.0/ES.ToolAuthService.Abstractions.UnitTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.genruntimeconfig.cache-871A76AAD69B6ED45604AA462467AE04647C66F1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d78a4209e96b7d1cfca201f15590b659122a552807bd0d4bd13247bb5ff48f6c" - }, - { - "algorithm": "SHA1", - "checksumValue": "871a76aad69b6ed45604aa462467ae04647c66f1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/ES.ToolAuthService.Cache.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-ES.ToolAuthService.Cache.csproj.nuget.g.targets-52BC03BFB9C8E1E0BA2B12DD0F5710048DB0DA02", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "024b775b4308695b4ee6381c7d89a0fbb7d0f8c8e7b1bf3d6151fbde2dca9825" - }, - { - "algorithm": "SHA1", - "checksumValue": "52bc03bfb9c8e1e0ba2b12dd0f5710048db0da02" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache/Release/netstandard2.0/ES.ToolAuthService.Cache.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/ES.ToolAuthService.Cache.UnitTests.csproj.nuget.g.props", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-ES.ToolAuthService.Cache.UnitTests.csproj.nuget.g.props-D1E411ACB8733A4BBBAF4CF0A0F5E30F99D48D98", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "61f44daaca3e9c08d2b812bf922864d371da9f62598e97f0b090b17b68701d8a" - }, - { - "algorithm": "SHA1", - "checksumValue": "d1e411acb8733a4bbbaf4cf0a0f5e30f99d48d98" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/ES.ToolAuthService.Cache.UnitTests.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.csproj.AssemblyReference.cache-DE669D8ADD44174D3490A66467FF694418FA3998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ced505be0812e51c4d7b5594f104a9d47611586e8282f813526f2ad2a3e75ce2" - }, - { - "algorithm": "SHA1", - "checksumValue": "de669d8add44174d3490a66467ff694418fa3998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Cache.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.Cache.UnitTests.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.xml-20E366C184094F7CAC1F58DB6D0A6667AB3738E1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2880fe77c442f6e59a9d23a50a076b5532ee087d746a9912e51504a95e970c13" - }, - { - "algorithm": "SHA1", - "checksumValue": "20e366c184094f7cac1f58db6d0a6667ab3738e1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9203cf07d36b1aa135da4a5f86286f34432156cbaf6518c2909849eb7d577381" - }, - { - "algorithm": "SHA1", - "checksumValue": "93a2078f358b8fe15a59da2321139935f21a6998" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ES.ToolAuthService.Client.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.csproj.FileListAbsolute.txt-89D8E0355BEDAE273426C195DA105160B176D099", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d092fb4691cd5a5d3d8582c3040dd611fc56d2caf75629ffbc5e98a8f0020fe7" - }, - { - "algorithm": "SHA1", - "checksumValue": "89d8e0355bedae273426c195da105160b176d099" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.Client.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Client.dll-4AE69C6DB2783958C6DE5C9FA66CEE3AF8001C49", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d5d4ab08e968bc6c4c0236ef110407a9ac81c8c7012faf3295ce0d1bddb82657" - }, - { - "algorithm": "SHA1", - "checksumValue": "4ae69c6db2783958c6de5c9fa66cee3af8001c49" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/ES.ToolAuthService.Client.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.csproj.CoreCompileInputs.cache-7F916ABFFB53A85A1853087A42F96CA2207E9F86", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c6b97ec9e55f1a76e7a01923f9e6c5ab44b7e7080a61d8b7c4ad98b8c15827fc" - }, - { - "algorithm": "SHA1", - "checksumValue": "7f916abffb53a85a1853087a42f96ca2207e9f86" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Client.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.pdb-93E768A6191621A5883C7184FDDF942E613EE2F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f03fb731416cac70bda87038b6773aefd0a895e1f34663f4b94cf446347b319e" - }, - { - "algorithm": "SHA1", - "checksumValue": "93e768a6191621a5883c7184fddf942e613ee2f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.AI.PerfCounterCollector.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.AI.PerfCounterCollector.dll-AAA60CF770990B1DA594CAAF6AD8140DD7B1FFA3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "40b6b55fafd0e045e7cd694800ae5fc453a89b7ec26b73a1a56a7262733d6702" - }, - { - "algorithm": "SHA1", - "checksumValue": "aaa60cf770990b1da594caaf6ad8140dd7b1ffa3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-C30BB47B61D9A12F201DF316CF0E25BD1E991D04", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "0133c1ce9786efbdfc857f4c23c0699dfed76253c8ce100b4a3ca4079be7a764" - }, - { - "algorithm": "SHA1", - "checksumValue": "c30bb47b61d9a12f201df316cf0e25bd1e991d04" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Caching.Abstractions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Caching.Abstractions.dll-A94A70A8889005BDBC63A939908A86A1B366B629", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "72448f2e5d8ba1a754772db15cd9f21782697554e9f733da88293625c1f9c8a0" - }, - { - "algorithm": "SHA1", - "checksumValue": "a94a70a8889005bdbc63a939908a86a1b366b629" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Configuration.Json.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.Json.dll-6B9A0B1DDB692A32ADA5FA1AC6E18E263794B360", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b67222fd7b601a8418b15092a04d2eed93810ac79d3310210ef0f8fb9b0a524d" - }, - { - "algorithm": "SHA1", - "checksumValue": "6b9a0b1ddb692a32ada5fa1ac6e18e263794b360" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Hosting.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Hosting.dll-C39818F59710A77927FEEFF3F4AE2D5C0057B1AC", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ec3aa2abefedfd605c02d59b07c14aa9b54c451a5756f37fd746c8965343a431" - }, - { - "algorithm": "SHA1", - "checksumValue": "c39818f59710a77927feeff3f4ae2d5c0057b1ac" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/Microsoft.Extensions.Logging.EventSource.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.EventSource.dll-DADCBE34F7D88AA70250147AED6FB206C8BCE2B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e57d09d2f989f4b35c5efe1db107f2e486bdfecc2b7bfc947985203359f690e5" - }, - { - "algorithm": "SHA1", - "checksumValue": "dadcbe34f7d88aa70250147aed6fb206c8bce2b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/System.CommandLine.DragonFruit.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.CommandLine.DragonFruit.dll-C389ED315625077E7F91F0E8AC8F57E87A6162CB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "39e0333f6fe45adc94cc3f50e7be60c364b21b94fe2e266ffdce7ac03db1cbec" - }, - { - "algorithm": "SHA1", - "checksumValue": "c389ed315625077e7f91f0e8ac8f57e87a6162cb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Client/Release/net6.0/win-x64/R2R/System.Security.Permissions.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Security.Permissions.dll-52DCCD6D6865F0AFE14A7938116B70C01D36A4C1", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e35ddfe926d11bc58501d1c6110d1abb4f03349a7fa8bb979f754badd953c10" - }, - { - "algorithm": "SHA1", - "checksumValue": "52dccd6d6865f0afe14a7938116b70c01d36a4c1" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-project.nuget.cache-E5C2AFAD989AE0DA431FF9E8CE71B5D073D3B740", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "1083c286e88b1a041e0dcc9003b01d862479890d04299e84ac20a326a912510e" - }, - { - "algorithm": "SHA1", - "checksumValue": "e5c2afad989ae0da431ff9e8ce71b5d073d3b740" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.csproj.CoreCompileInputs.cache-0EE98948771F6AC17B4C99D4F0DE3F96E221620E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f42cebbbf948d3e3aa8b27f31131a03ebfac90ad627cf9f13b3853cd347ca4ee" - }, - { - "algorithm": "SHA1", - "checksumValue": "0ee98948771f6ac17b4c99d4f0de3f96e221620e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.nuget.g.targets-B12149D89E5E6DE906E4A35DEDEA94FCAA24E74A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cf699d6f1812098d6def124ae12bb73d27690814b2ee443caff398c0e14972c3" - }, - { - "algorithm": "SHA1", - "checksumValue": "b12149d89e5e6de906e4a35dedea94fcaa24e74a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/net472/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "d0656a168afd85be69bbfa6839b84bbbb1876d0e76a51a9b6f5b124d549207cf" - }, - { - "algorithm": "SHA1", - "checksumValue": "f279df94decdce680865cf956e014d0c858d3085" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell/Release/netcoreapp3.1/ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CoreCompileInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CoreCompileInputs.cache-6BCA20008D0B50DA2C9F4161A827969B09C5570B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "468790ac449213791dd8e006149f5a6e203530654e3f7d65f73eeedce64e96c7" - }, - { - "algorithm": "SHA1", - "checksumValue": "6bca20008d0b50da2c9f4161a827969b09c5570b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.nuget.dgspec.json-FCA051C8578121C0C854B81B4BB9E87EF9E55F2B", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5f9cb76abfe615693f7d47b5662c9627e853646151ac49062636b55ad162380d" - }, - { - "algorithm": "SHA1", - "checksumValue": "fca051c8578121c0c854b81b4bb9e87ef9e55f2b" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.assets.cache-2A7AA738752F972CA4979F0BAB5A5F432F2FDDBB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ed11499ace6f2104908ee058c2a23062221c4b190ae697763f4c223b54255ad4" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a7aa738752f972ca4979f0bab5a5f432f2fddbb" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.pdb-93AE04A926F5747F54EEE5CB8EC5F1A8A9267191", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "454c6fc94ccbe91ec345f0a164b81c3bf8286ef6f27d5321efac64a7d8f2672b" - }, - { - "algorithm": "SHA1", - "checksumValue": "93ae04a926f5747f54eee5cb8ec5f1a8a9267191" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-project.nuget.cache-10A5E26E2E5AD1AF4F0AE05F3E09D80A6A182334", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "6e3c702cade773f41f57fd70d425d11060ddd3fd0145cc2844ce3b1ee53847d3" - }, - { - "algorithm": "SHA1", - "checksumValue": "10a5e26e2e5ad1af4f0ae05f3e09d80a6a182334" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.FileListAbsolute.txt-2A097D31D1657D6FA9D363C31FA819920707D749", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e01b3e031e57a6179c0d0dbe587dae3ef26b664980436d7bc6001772bbe53dea" - }, - { - "algorithm": "SHA1", - "checksumValue": "2a097d31d1657d6fa9d363c31fa819920707d749" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/ES.ToolAuthService.ClientLibrary.Telemetry.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.nuget.dgspec.json-5B54A0F380A9A276078B647D2D18467753E76343", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9e21d648b016a76faa6ba2cc66f0dc92161827f5c1b0a0a83a999759eea283fb" - }, - { - "algorithm": "SHA1", - "checksumValue": "5b54a0f380a9a276078b647d2d18467753e76343" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry/Release/netstandard2.0/ES.ToolAuthService.ClientLibrary.Telemetry.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.assets.cache-7B217089768C30D453C5606A182E4BCB09EA8842", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f60f339ae6d96fcf57eabc1c34173e8c0d7facfe08c4ad7d0c31ed1266434b64" - }, - { - "algorithm": "SHA1", - "checksumValue": "7b217089768c30d453c5606a182e4bcb09ea8842" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.nuget.dgspec.json-6CE429B1550AEF15D65FF0912E24B85D5CEADD0E", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "67b563c99ad2dc6797d64d52d7dd3d58c4fa6ecce60f0e9768ab69f9d2a0eda5" - }, - { - "algorithm": "SHA1", - "checksumValue": "6ce429b1550aef15d65ff0912e24b85d5ceadd0e" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.assets.cache-CF96C4B9FBBC8C4063BE08398F618AA48DC9DCC2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "14c3f17c92817b1a783c89b80e86cc7f876e403b4aa135b4832b4e2337187795" - }, - { - "algorithm": "SHA1", - "checksumValue": "cf96c4b9fbbc8c4063be08398f618aa48dc9dcc2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests/Release/net6.0/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.pdb", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.pdb-7ECC84B9ACD3AA5807604BEE0AD4F6952C7FAAC5", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "756c0f84856f11c64e852dc1d18f30610014ba3e5e0ea62a436e3c10324610eb" - }, - { - "algorithm": "SHA1", - "checksumValue": "7ecc84b9acd3aa5807604bee0ad4f6952c7faac5" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/project.nuget.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-project.nuget.cache-18B919393651BE3A9B083C0D40BCEAE7588AD8DA", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5c28e25b049c22be5e0cebd54fa7c9404cc8a592751d4867ed12c3a53a558636" - }, - { - "algorithm": "SHA1", - "checksumValue": "18b919393651be3a9b083c0d40bceae7588ad8da" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.ClientLibrary.UnitTests/Release/net6.0/ES.ToolAuthService.ClientLibrary.UnitTests.csproj.FileListAbsolute.txt", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.FileListAbsolute.txt-89EB019D8AA5E55BDF48E16FD3E7629559A244AB", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ace3188704ab73dc6e958dbe29c1be49c7602726a8da09f675ab24acf6f19e3f" - }, - { - "algorithm": "SHA1", - "checksumValue": "89eb019d8aa5e55bdf48e16fd3e7629559a244ab" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/ES.ToolAuthService.Common.csproj.nuget.dgspec.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-ES.ToolAuthService.Common.csproj.nuget.dgspec.json-3536F061F8FBEDE2CCE8F5F05099843EDBE8C632", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ecc2545c270e35cac0d58f992d2ab9013eb9ed87d28633b3c3e1a37506bed35b" - }, - { - "algorithm": "SHA1", - "checksumValue": "3536f061f8fbede2cce8f5f05099843edbe8c632" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/ES.ToolAuthService.Common.assets.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.assets.cache-A87DE43B59D03D39DA9ACAD181729F706F401ACF", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "fcb8dc5795bb0f718d9955d83ac8e74278b9e0c133724ecbc47f89c731e89221" - }, - { - "algorithm": "SHA1", - "checksumValue": "a87de43b59d03d39da9acad181729f706f401acf" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Common/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/apphost.exe", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-apphost.exe-5DE55111F817351392130730CCEF44665E266D5C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4005d3989161a519fa6be148e2a41de287dc616acd9391bbe89d003d90c04c7e" - }, - { - "algorithm": "SHA1", - "checksumValue": "5de55111f817351392130730ccef44665e266d5c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/ES.ToolAuthService.Service.GeneratedMSBuildEditorConfig.editorconfig", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.GeneratedMSBuildEditorConfig.editorconfig-E012BC2CF32944B225E33892E7AFF3329825D3B4", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "36addfcc337666d711a5b27bc4b1b6b848e3ccd7d4b5aec1b699f94415f6be5f" - }, - { - "algorithm": "SHA1", - "checksumValue": "e012bc2cf32944b225e33892e7aff3329825d3b4" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/staticwebassets.publish.json", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-staticwebassets.publish.json-83BCD0723AEE8A86D09805014384555420B8019C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "829d555833c790e9063ec7bb7a55cfb1bbfdec9e9ce5fad469f03eb08ee52668" - }, - { - "algorithm": "SHA1", - "checksumValue": "83bcd0723aee8a86d09805014384555420b8019c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/ES.ToolAuthService.Service.csproj.AssemblyReference.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.csproj.AssemblyReference.cache-51E67635D0D4240A9DAADE9FB4861DD02676F4E6", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8bc57c1b88e0d27e7b1bd687bd6db9a7ad6b02684f8dac971e20c0551d3bb717" - }, - { - "algorithm": "SHA1", - "checksumValue": "51e67635d0d4240a9daade9fb4861dd02676f4e6" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service/Release/net6.0/win-x64/Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cs-AB7C93AF37C001D7060F61F777FD7E9955B40698", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "cb6b0c5569a68a6de3978a1754a4dedcbdf1742e750170097a6c963488c421cb" - }, - { - "algorithm": "SHA1", - "checksumValue": "ab7c93af37c001d7060f61f777fd7e9955b40698" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/ES.ToolAuthService.Service.FunctionalTests.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-ES.ToolAuthService.Service.FunctionalTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2b02598b2389388b9378766713588b8f02612c8947e801c3dffec8c93bf94366" - }, - { - "algorithm": "SHA1", - "checksumValue": "14ed9473874585670a30b06856c78c030d0121c2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ES.ToolAuthService.Service.FunctionalTests.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.FunctionalTests/Release/net6.0/ref/Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll-0C75C3903A0B574CE982B39C0ABAB1D32D914404", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "91ac1d0599c7e01caf3018c371229403967e4341e197fb43d98bc1b05dec1197" - }, - { - "algorithm": "SHA1", - "checksumValue": "0c75c3903a0b574ce982b39c0abab1d32d914404" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ES.ToolAuthService.Service.UnitTests.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.AssemblyInfo.cs-7C26621B06F722AF742CFC4451D56FFE16B32D00", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "46636b34baf4d4abf101a9f90bdb2d21b3bb4862818d471ef6223ef849661405" - }, - { - "algorithm": "SHA1", - "checksumValue": "7c26621b06f722af742cfc4451d56ffe16b32d00" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.Service.UnitTests/Release/net6.0/ES.ToolAuthService.Service.UnitTests.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.genruntimeconfig.cache-181F60E63499B56804E95A4887729EF73D5580BD", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "f4672cd6bd453e46281ce3b80984558331e3fbf895cc0eba5b24504611ec8cfb" - }, - { - "algorithm": "SHA1", - "checksumValue": "181f60e63499b56804e95a4887729ef73d5580bd" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/ES.ToolAuthService.TestFixtures.csproj.nuget.g.targets", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-ES.ToolAuthService.TestFixtures.csproj.nuget.g.targets-11F98C744E01CE241CC969BCEED368C7BD2D2107", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dd171c5c577ce6fb6f22aa69da8179db682ec69e96235447e0ffe2afbd5c3b54" - }, - { - "algorithm": "SHA1", - "checksumValue": "11f98c744e01ce241cc969bceed368c7bd2d2107" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/ES.ToolAuthService.TestFixtures.csproj.CopyComplete", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - }, - { - "algorithm": "SHA1", - "checksumValue": "da39a3ee5e6b4b0d3255bfef95601890afd80709" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestFixtures/Release/net6.0/refint/Microsoft.Engineering.AuthenticationService.TestFixtures.dll", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-4EB442C1B05A3C60C97D6461B3AB1B79ADA35713", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "b0dc66d9bf595f0124ac5b962cd42a83f9fef72987018c18676a9e1e415e6eb6" - }, - { - "algorithm": "SHA1", - "checksumValue": "4eb442c1b05a3c60c97d6461b3ab1b79ada35713" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/ES.ToolAuthService.TestsCommon.AssemblyInfoInputs.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.AssemblyInfoInputs.cache-85D20FAD1030F0FD9C2EDD7BFF6B92545DC06B99", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "ad0045ece6ac206a9ff37c0d366684165c77461e36f811d4edea786b50da6a69" - }, - { - "algorithm": "SHA1", - "checksumValue": "85d20fad1030f0fd9c2edd7bff6b92545dc06b99" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestsCommon/Release/netstandard2.0/Microsoft.Engineering.AuthenticationService.TestsCommon.xml", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "4c7f32153b3c0dbeab6ea56f5df96dc92ffae9d1e8580f05b7e454cd27861f42" - }, - { - "algorithm": "SHA1", - "checksumValue": "ba17bb80ef60c1e34354a2e544a0981328bd96f7" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/ES.ToolAuthService.TestTool.AssemblyInfo.cs", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.AssemblyInfo.cs-1D99F221B9343264E281C19F21E0E771E25B6B68", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "5aea4a787fff318c5e562e9ab464c63cb49d9b3b89eb865f8ee375ba69045c1e" - }, - { - "algorithm": "SHA1", - "checksumValue": "1d99f221b9343264e281c19f21e0e771e25b6b68" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./obj/ES.ToolAuthService.TestTool/Release/net6.0/ES.ToolAuthService.TestTool.genruntimeconfig.cache", - "SPDXID": "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.genruntimeconfig.cache-9F0A98C9FF5DA6847B17803188956AEC2EA3887F", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "8301a2364cc177dfbaa8e8ba9bee9c8eb1d0c44d77750ca7e1692b0e381f17d8" - }, - { - "algorithm": "SHA1", - "checksumValue": "9f0a98c9ff5da6847b17803188956aec2ea3887f" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./packages/Microsoft.Engineering.AuthenticationService.Client.3.1.19491.nupkg", - "SPDXID": "SPDXRef-File--packages-Microsoft.Engineering.AuthenticationService.Client.3.1.19491.nupkg-80F662F80E5F92BF29B5B74E6A64ED7517A92D4A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "dfb3bc8ad2f06896cbc16981b89e54a47e7f2ec45c6d4b7988e967b185333da7" - }, - { - "algorithm": "SHA1", - "checksumValue": "80f662f80e5f92bf29b5b74e6a64ed7517a92d4a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationProvider.Extensions.pdb", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "698ce773e92c36e469bce45eba9f14452f57009a588a42da106d9f314a7abc9b" - }, - { - "algorithm": "SHA1", - "checksumValue": "5bcab995afd2f9258b71166b803525f5bab65c38" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./packages/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.3.1.19491.nupkg", - "SPDXID": "SPDXRef-File--packages-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.3.1.19491.nupkg-EA44E572A4F424531EAC0E7BC849361E0D8E6D16", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bb93f25f79b157edfe2e8558d325f8f8544b6a3107021467898db896f487c83b" - }, - { - "algorithm": "SHA1", - "checksumValue": "ea44e572a4f424531eac0e7bc849361e0d8e6d16" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.Abstractions.pdb", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "2483a4e3abed88c6a19bf8d61b63303aab86f22de8217139796a61f711a8ae5c" - }, - { - "algorithm": "SHA1", - "checksumValue": "9fa3ae113374a66e9e20d2ac1990499d2eecb79c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.Client.xml", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Client.xml-1F0E3DBED8670EF70F0F26E7998FBCA7AB72FA2A", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c740d1c1bb3625efc946f79adf55e0af09bf48ac422c6d3ce5cc3188a6d86254" - }, - { - "algorithm": "SHA1", - "checksumValue": "1f0e3dbed8670ef70f0f26e7998fbca7ab72fa2a" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "c8a8e3691bb6cd5974cc50f95785c06a4aa62b85c58be5981ee7dec9edeef88f" - }, - { - "algorithm": "SHA1", - "checksumValue": "769d4ba292febf69c513ce193b7eb44d76dba0b3" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./packages/Microsoft.Engineering.AuthenticationService.Svc.3.1.19491.nupkg", - "SPDXID": "SPDXRef-File--packages-Microsoft.Engineering.AuthenticationService.Svc.3.1.19491.nupkg-91194DF9FA4CA58F3FC1B14E3ADDC92249E1B2EE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "01c826048a530658885cca95ce37ed7f5f4313aee2fede03f5f7454c86495352" - }, - { - "algorithm": "SHA1", - "checksumValue": "91194df9fa4ca58f3fc1b14e3addc92249e1b2ee" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.Abstractions.xml", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "366f46dc026c58173bca735e1459a0415757cd834302a07ff5737db866572e89" - }, - { - "algorithm": "SHA1", - "checksumValue": "eded16299c363adcdec3a747cd5d0401cf45a6fe" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "3012fd323d251ec10d761073c59e1a566e16573f2c11fe1c869ebae0f86714ad" - }, - { - "algorithm": "SHA1", - "checksumValue": "11090759d385ae88c90eb1e9391ea2da71aa0939" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.Client.exe", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Client.exe-1371B651FC05ADA7041F3ED9C58FBEA4EAD2EEF2", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "bd9d73f6f4a983a30a428aea42a59c9adfb7d17d9db41ae08fdbeb0b8c1b28a3" - }, - { - "algorithm": "SHA1", - "checksumValue": "1371b651fc05ada7041f3ed9c58fbea4ead2eef2" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - }, - { - "fileName": "./vpacks/ES.ToolAuthService.Client/Microsoft.Engineering.AuthenticationService.Common.xml", - "SPDXID": "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "checksums": [ - { - "algorithm": "SHA256", - "checksumValue": "9b7b0e04ad3d453db95a38725f1e8dbf4048ac0a78bace02056b11f2cf207825" - }, - { - "algorithm": "SHA1", - "checksumValue": "af87b4ed6f7f40bced13df84ad542fa51cfa991c" - } - ], - "licenseConcluded": "NOASSERTION", - "licenseInfoInFiles": [ - "NOASSERTION" - ], - "copyrightText": "NOASSERTION" - } - ], - "packages": [ - { - "name": "System.Configuration.ConfigurationManager", - "SPDXID": "SPDXRef-Package-3250BEAF65009FAC438A233B92949E5BD20F128795644F3DE00E5C8B520673BB", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.7.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Configuration.ConfigurationManager%404.7.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Engineering.AuthenticationService.Client", - "SPDXID": "SPDXRef-Package-F0CB1908FB0028FAF1F126F73A989FB0FD5AAB4CBEAB260AB1BA7D747AAEC573", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "3.1.19491", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Engineering.AuthenticationService.Client%403.1.19491" - } - ], - "supplier": "Organization: esta_sg@microsoft.com" - }, - { - "name": "Microsoft.Engineering.AuthenticationService.ClientLibrary", - "SPDXID": "SPDXRef-Package-8BAEDD2C2ABD40071A143FCF7A4BE753B2F57C0A3BE34D748F870251FFFA7D5E", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "3.1.19491", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Engineering.AuthenticationService.ClientLibrary%403.1.19491" - } - ], - "supplier": "Organization: Microsoft Corporation" - }, - { - "name": "Microsoft.ApplicationInsights.WindowsServer", - "SPDXID": "SPDXRef-Package-47A02A5167E3D8E6CCCB583357569809A6A2EFFA7C883C3D845ADBEE3EC1EA4A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.20.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.ApplicationInsights.WindowsServer%402.20.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell", - "SPDXID": "SPDXRef-Package-6E7C1209FF471FB29914037B1103C07E3C338B5CE17FF53FCDD429142697D9E1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "3.1.19491", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell%403.1.19491" - } - ], - "supplier": "Organization: esta_sg@microsoft.com" - }, - { - "name": "Microsoft.Extensions.Options.ConfigurationExtensions", - "SPDXID": "SPDXRef-Package-2F9C8659F2D5CFCAEAD0F42814D6FAB21D24F434F2DC1D1FD14A91B506A929CE", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Options.ConfigurationExtensions%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Engineering.AuthenticationService.Svc", - "SPDXID": "SPDXRef-Package-2190614BBE32140D28AC6937162608F0F5FE94B08623D0ACA2C7F18A37DA7117", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "3.1.19491", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Engineering.AuthenticationService.Svc%403.1.19491" - } - ], - "supplier": "Organization: esta_sg@microsoft.com" - }, - { - "name": "Microsoft.ApplicationInsights.EventCounterCollector", - "SPDXID": "SPDXRef-Package-916B65F66B8DFF6AEBD9F48E1CFA1FC4529FCC5F640B714D55923881C7062222", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.20.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.ApplicationInsights.EventCounterCollector%402.20.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Logging", - "SPDXID": "SPDXRef-Package-98FC2B652E1C863313B61BBD6F4F88AA95D0FE13D6326EE914A5A0F66050C833", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Logging%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Runtime.CompilerServices.Unsafe", - "SPDXID": "SPDXRef-Package-EB772CC504A8C4FCA5B9815577BC4D390EAF4353B4673865636B49AEB9B6414E", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Runtime.CompilerServices.Unsafe%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "AsyncFixer", - "SPDXID": "SPDXRef-Package-D5DFB5433585F38957ABC0BFFF25C1E06BA39F877B526DC79C86EE8BAB8AFADE", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.5.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/AsyncFixer%401.5.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Primitives", - "SPDXID": "SPDXRef-Package-15FABDE3A47989B2A121F0D1D8578E56F0DE4750C587077CDCA42C402A8C803E", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Primitives%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "StyleCop.Analyzers", - "SPDXID": "SPDXRef-Package-20B67503166AD62611249A8EBEC401D8AC2DB87DDF287076C56C0DCC6046F44D", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.2.0-beta.435", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/StyleCop.Analyzers%401.2.0-beta.435" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.ApplicationInsights", - "SPDXID": "SPDXRef-Package-9BF8FA5BBB9F17347D06D7C83AC673D20E63E02C48DB8D5636177E773F963517", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.20.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.ApplicationInsights%402.20.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "StyleCop.Analyzers.Unstable", - "SPDXID": "SPDXRef-Package-FF9237D30E58DB498422DB14FBE1F20C00C1A81B451E1073C5DEE68EEEB237D6", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.2.0.435", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/StyleCop.Analyzers.Unstable%401.2.0.435" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.ApplicationInsights.WorkerService", - "SPDXID": "SPDXRef-Package-37894D3C9315361E94EAD64E1CC59B6DF5A779E74E40DA35266D45EDAE666866", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.20.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.ApplicationInsights.WorkerService%402.20.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Memory.Data", - "SPDXID": "SPDXRef-Package-6E0BBCFC6315483FCAE346FB6840A822D461A058E471A3A2FBC5112FF75F55DC", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.0.2", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Memory.Data%401.0.2" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "CommandLineParser", - "SPDXID": "SPDXRef-Package-996B8A2B5ADE296380BC13CFAAE3EB50D409F7ACCD7660B8AC27B01F8CFB991A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.8.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/CommandLineParser%402.8.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Text.Encodings.Web", - "SPDXID": "SPDXRef-Package-E3A100184632849E130C5747D45F94F309C099D927D3D65DC6FE4AE88E21EFCF", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Text.Encodings.Web%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Diagnostics.PerformanceCounter", - "SPDXID": "SPDXRef-Package-6174B48AF295D5CC8BD7CA83E28471842C248AC3633216C9570DAB082820D4AE", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.7.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Diagnostics.PerformanceCounter%404.7.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Configuration", - "SPDXID": "SPDXRef-Package-1C6B6AC6C98043D44B0EA320046D25BE56D824A24A481E4F2C7033E2F9082CF6", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Configuration%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Options", - "SPDXID": "SPDXRef-Package-80AEABFDFDDD648DBE5E81BCDAE86EDCBCD723DB578C2581AD13357C39690B5F", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Options%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Windows.Extensions", - "SPDXID": "SPDXRef-Package-4852657579FE65F5A9E93F57A1D7CF5D55D3D6831FFA20928AA40083D9E3F3EB", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.7.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Windows.Extensions%404.7.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Configuration.Binder", - "SPDXID": "SPDXRef-Package-27476129B3DEAF7984B51CA07B68502EF700BAD6BED0BD7741FE7126B467B18F", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Configuration.Binder%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Text.Json", - "SPDXID": "SPDXRef-Package-8CE55C42598CC9CAD727035B552B31F94272AB65A0E5510C1F7C3B7DE5735DC5", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Text.Json%406.0.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.IO.FileSystem.AccessControl", - "SPDXID": "SPDXRef-Package-7C46D0CEFA4A22AA280CC4E1AB53DC06857B90200AF30ECD1E41ADFFC11DD0ED", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.7.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.IO.FileSystem.AccessControl%404.7.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Logging.Configuration", - "SPDXID": "SPDXRef-Package-6B93E9173D8E229797D5283643C58ACCFF7FEC0F544C681B594FA2DA86AB5344", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Logging.Configuration%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.ApplicationInsights.DependencyCollector", - "SPDXID": "SPDXRef-Package-462E1521EDF73B364E7D1AFE41135F70BACBE105553468297868422C6CD0D2BC", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.20.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.ApplicationInsights.DependencyCollector%402.20.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Azure.Core", - "SPDXID": "SPDXRef-Package-A1B4A6E4DD7F7250DB25528C0F00586DFC7E24DDBA3003A5F10A7DCF9D391E26", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.24.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Azure.Core%401.24.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Logging.Abstractions", - "SPDXID": "SPDXRef-Package-C35D27415997A5DFA8049607C7DBE6FA798BB4884231122C23723682DB90F134", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions%406.0.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Bcl.AsyncInterfaces", - "SPDXID": "SPDXRef-Package-CDB2304A79C6483F6C5730E5A4614428E3C8575311E333B395605C9EC5362DD9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Bcl.AsyncInterfaces%401.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Logging.ApplicationInsights", - "SPDXID": "SPDXRef-Package-764ABFA4CBD657FE9C6ECFFCE8CA235950557958DE1F1CC8AB8D220CB08620A2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.20.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Logging.ApplicationInsights%402.20.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Security.AccessControl", - "SPDXID": "SPDXRef-Package-E89E434D5AC29C0C90E844F7AA63A99B17D710EC16622721F691E17CE3CCACD1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.7.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Security.AccessControl%404.7.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Caching.Memory", - "SPDXID": "SPDXRef-Package-82BB0597467572D39FD543B710B4CBDAC67AA4DD75B8BD982FFC20D94DB51E6D", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Caching.Memory%406.0.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel", - "SPDXID": "SPDXRef-Package-FFF0C09851B5B85E580C80C7705C27A13B42F18612B8CF4A8C697DCCAB909346", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.20.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel%402.20.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.CodeAnalysis.CSharp.CodeStyle", - "SPDXID": "SPDXRef-Package-2D157B0271521683F69DB6CD04B37C2CCF932418146580E8EA724D724A7F3E3B", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.1.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.CodeAnalysis.CSharp.CodeStyle%404.1.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Security.Cryptography.ProtectedData", - "SPDXID": "SPDXRef-Package-278885FEBF574F368CFD123CCD949BE2BF8F13757E4B307336C0B855EBC29F80", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.7.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Security.Cryptography.ProtectedData%404.7.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Win32.SystemEvents", - "SPDXID": "SPDXRef-Package-CA19A0D60F6D736D67F3E9DD40BF8BD7E1BDC77067E56D1CE4FDB3C190612FC2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.7.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Win32.SystemEvents%404.7.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Configuration.Abstractions", - "SPDXID": "SPDXRef-Package-423CE9E7CB0052FB60DB8CD5DF1E1FFC567353DD1309F172163FC6D6102E3FEA", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Configuration.Abstractions%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Drawing.Common", - "SPDXID": "SPDXRef-Package-E71D7789E9B1E756FD98EAECBB620E9A0046AE859BF00D001AA7EECE534454D7", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.7.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Drawing.Common%404.7.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.DependencyInjection.Abstractions", - "SPDXID": "SPDXRef-Package-784BF4EAD169A335B3F884470D709C05D2F1BE9C06A859EFA6419DE35EE7810E", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.DependencyInjection.Abstractions%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.CodeCoverage", - "SPDXID": "SPDXRef-Package-9AA834CA10F46FE7E0627DA5E6B6AE0F0EC9F823135F8428F9571B7691B13684", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "17.1.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.CodeCoverage%4017.1.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "StyleCop.Analyzers", - "SPDXID": "SPDXRef-Package-851656F9C3D178DA9554BBB474F2923C604CD630AD18E1FF8CAE676403EF591F", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.1.118", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/StyleCop.Analyzers%401.1.118" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Caching.Abstractions", - "SPDXID": "SPDXRef-Package-EB8CF53D244010AD8EEA388D30DE02472E0585F7EF52403D321151996CCC88D2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.DependencyInjection", - "SPDXID": "SPDXRef-Package-020080B3BB7FAF7DEF4460578716C37B18CCA9E8CBC7F44941849A801ABB7C9E", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.DependencyInjection%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Security.Permissions", - "SPDXID": "SPDXRef-Package-DF6F04FCCB8555DF7E27388AF0BBFADEF421BEAC5179C1DAE2CB28E79522DA9D", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.7.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Security.Permissions%404.7.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.CodeAnalysis.CSharp.CodeStyle", - "SPDXID": "SPDXRef-Package-30097BAF1CDB4BE3635B829ABAD0F1D02848E82D4C51EFBACDCC57C392CDBCF4", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "3.11.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.CodeAnalysis.CSharp.CodeStyle%403.11.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.AspNetCore.TestHost", - "SPDXID": "SPDXRef-Package-34CE499A0EEA07512B7B38E069D9E59B36432C2AAD4476264EFD07BC9B019F73", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.4", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.AspNetCore.TestHost%406.0.4" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "NUnit3TestAdapter", - "SPDXID": "SPDXRef-Package-53F1EA645E522FD666CA5934F942C6E94996D8747F4F4C608001B66EA957F320", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.2.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/NUnit3TestAdapter%404.2.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.TestPlatform.ObjectModel", - "SPDXID": "SPDXRef-Package-3A47F159477C9DBBD4D7D7FDB8637880B595C9AB1AF6E01E88DEE8F0E8F9D239", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "17.1.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.TestPlatform.ObjectModel%4017.1.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.ApplicationInsights.PerfCounterCollector", - "SPDXID": "SPDXRef-Package-2FD723AD5A2C265B26297C904A588B653330FD959D590CB2CB846292815853D2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.20.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.ApplicationInsights.PerfCounterCollector%402.20.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "NUnit", - "SPDXID": "SPDXRef-Package-3CEE758A7D14D0800762BFF86141F46D952068BD204D9E7F98BFFD805E580282", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "3.13.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/NUnit%403.13.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Castle.Core", - "SPDXID": "SPDXRef-Package-39A1E0513ECBB78FE355C5AC7C281C6E5B6E2AFD38FE8F618685872407B0CC34", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.4.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Castle.Core%404.4.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.IO.Pipelines", - "SPDXID": "SPDXRef-Package-BF166D38B5F32612387BC846A4765F098EDD35B5FA494E488DC6FCA43A78896E", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.2", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.IO.Pipelines%406.0.2" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "FluentAssertions", - "SPDXID": "SPDXRef-Package-A27C92D1D1D680FA135A3F56E301A58FC24D2741BA476DD2B2A0E947E725AC1A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.6.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/FluentAssertions%406.6.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Security.Cryptography.ProtectedData", - "SPDXID": "SPDXRef-Package-BEDB46E86B11CE247DE4591A60C40F39F11C6BC68EA897CDB2250769C8ADEA6D", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Security.Cryptography.ProtectedData%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.IdentityModel.JsonWebTokens", - "SPDXID": "SPDXRef-Package-3CD2A05381686AEAE509FB308D261D69BB0024A9926E02AFF936CA5298F889B6", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.17.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.IdentityModel.JsonWebTokens%406.17.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Net.Http.Json", - "SPDXID": "SPDXRef-Package-E1BF36214A931F2F5F08C2D763BD05A3D3A5A5900A9073EC153E1FAE94364769", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Net.Http.Json%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.TestPlatform.TestHost", - "SPDXID": "SPDXRef-Package-D3A967A39FE1FADD24A5DDE1D0DE78D91E83BA92C53220A7A444CE99C47039B9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "17.1.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.TestPlatform.TestHost%4017.1.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.NET.Test.Sdk", - "SPDXID": "SPDXRef-Package-74BFD1DE57BDD6E82E49B21A6108C61267E227E6F90BC78D947AC4186C9D5585", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "17.1.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.NET.Test.Sdk%4017.1.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Logging.Console", - "SPDXID": "SPDXRef-Package-002691438A106CFCE1BC492F48E8751A5843B2CFC731610487ABD500412FF0B6", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Logging.Console%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Moq", - "SPDXID": "SPDXRef-Package-D76547F41A33AAC9D49B7648354257D8CC51A2920A574A421DE5140E98C2F839", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.17.2", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Moq%404.17.2" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.IdentityModel.Tokens", - "SPDXID": "SPDXRef-Package-355997157BE5FEAF41D001E6B2182870F6D2DB022E2870C09522F40BAAC720A1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.17.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.IdentityModel.Tokens%406.17.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.AspNetCore.Http.Features", - "SPDXID": "SPDXRef-Package-825BD01EAF3C7468A6679E8C5B4A98BA2487EC89F0A683CF14E376F67FBBF5AB", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.2.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.AspNetCore.Http.Features%402.2.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.AspNetCore.Mvc.Versioning", - "SPDXID": "SPDXRef-Package-0179E38F20B9B959B1C89AF1FD9644ECD0CC8CB115418F25CF3C2460A4CBD8A3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "5.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.AspNetCore.Mvc.Versioning%405.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.ApiDescription.Server", - "SPDXID": "SPDXRef-Package-828401F6CEB6975159FC100B51B9643463CD439F729F11E5C9FBDAD097D54767", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "3.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.ApiDescription.Server%403.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Diagnostics.HealthChecks", - "SPDXID": "SPDXRef-Package-B0E91D81F153280D51032A3EE1137A8B77C6B3F54FB4E8D07BB27FA3DF564873", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.4", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks%406.0.4" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "coverlet.collector", - "SPDXID": "SPDXRef-Package-7AE6EB0AB1F1F54480A52785B37472EF7775107D6DC9B7FF4DD1A7B4BB139984", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "3.1.2", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/coverlet.collector%403.1.2" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.FileSystemGlobbing", - "SPDXID": "SPDXRef-Package-0F7E04AA97A99795D04338F3BF2956C58ACD27BB4C256CEF896DABB8945314BA", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.FileSystemGlobbing%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.AspNetCore.Http.Extensions", - "SPDXID": "SPDXRef-Package-16E089F61D4D27E4E83844B5D6AE54528183DB3488B742AE1CEB727BB7C04B0C", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.AspNetCore.Http.Extensions%402.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Configuration.FileExtensions", - "SPDXID": "SPDXRef-Package-DF2E244DEF28EA5A2AEDB637441A125A045E1DE71EDBD390A99EADC258289013", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Configuration.FileExtensions%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Newtonsoft.Json", - "SPDXID": "SPDXRef-Package-9A03C8E99CA7443ACF888558C13384F7C05DE1A0D4E46BF4B6E92FCCB54489F8", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "9.0.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Newtonsoft.Json%409.0.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.FileProviders.Abstractions", - "SPDXID": "SPDXRef-Package-B8480E1DDB4FF8C16A34C590BE7C36CD997F005EEF08F28D6EA8300D6883E043", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.FileProviders.Abstractions%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Swashbuckle.AspNetCore.Filters", - "SPDXID": "SPDXRef-Package-148E5746ABEE34CD64C3CF06ED02CF5207CBCAD5122E7DECACCF328F3175AE26", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.0.2", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Swashbuckle.AspNetCore.Filters%407.0.2" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", - "SPDXID": "SPDXRef-Package-03465FC554649CA008103E7DC6E09447D11A3120FBD4DC939DE0756A30903C9D", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.4", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions%406.0.4" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.FileProviders.Physical", - "SPDXID": "SPDXRef-Package-1B3B9FCED08BBF67DEAEE6BCB9246B944775643016E377D41F46F5912805BAEF", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.FileProviders.Physical%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.AspNetCore.Http", - "SPDXID": "SPDXRef-Package-C220F1A508C9CF8A9561CFD9B642062BC98F3E949E525B7EFDFB08DF7F7C3235", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.22", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.AspNetCore.Http%402.1.22" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "OpenTelemetry.Exporter.Geneva", - "SPDXID": "SPDXRef-Package-3AEA9C9D432B3A48E1C80BAF61C83C47210E321120FB463F26B02530B0ECBBD2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/OpenTelemetry.Exporter.Geneva%401.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.AspNetCore.Hosting.Server.Abstractions", - "SPDXID": "SPDXRef-Package-6E412CF695A948CBC2F00A3F130170922FA73C64309DC08C7651D1BD02CC05DD", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.2.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.AspNetCore.Hosting.Server.Abstractions%402.2.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Configuration.Json", - "SPDXID": "SPDXRef-Package-78EB5BED06665C19A52660D2A5374AFF87512984A7F255FC11D6EB7CDF45DFA4", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Configuration.Json%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.IdentityModel.Tokens.Jwt", - "SPDXID": "SPDXRef-Package-D8AECAB68E932857B533B2354E421F57A52EE604E6B12AFA43B49018A07CD001", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.17.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.IdentityModel.Tokens.Jwt%406.17.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "NuGet.Frameworks", - "SPDXID": "SPDXRef-Package-1D51B0CF7D159D80C13C434528705038AD6FD56440D7435F0F94AE5A038EB684", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "5.11.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/NuGet.Frameworks%405.11.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer", - "SPDXID": "SPDXRef-Package-872AB68E2E7003D3BA92E60221E3217F866259564EB5342F6AEDC48FECE1718C", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "5.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer%405.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Swashbuckle.AspNetCore", - "SPDXID": "SPDXRef-Package-A5790F1A861FD8623E612401881395939C3A34B98918A6A90553D4ADCF589855", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.3.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Swashbuckle.AspNetCore%406.3.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "OpenTelemetry.Api", - "SPDXID": "SPDXRef-Package-89B813BF046EE1C554AF752ADEC859FBEA87A027993ED58E9CAEFD6B23366CAA", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.2.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/OpenTelemetry.Api%401.2.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Hosting.Abstractions", - "SPDXID": "SPDXRef-Package-5236B85EC5345BF42C86A2EC7E107BA693982273077A302224E922B0E21437BA", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Hosting.Abstractions%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.AspNetCore.Hosting", - "SPDXID": "SPDXRef-Package-BCA0ED76566A1A7BB900CDC50F737D5597458FD12E1928CF27F8D1DFEB0D907B", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.AspNetCore.Hosting%402.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Swashbuckle.AspNetCore.SwaggerGen", - "SPDXID": "SPDXRef-Package-C8742E870301D26D38E2A003634688E2BF660A2B7A2BCA57F2804B092D67112F", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.3.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerGen%406.3.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Configuration.EnvironmentVariables", - "SPDXID": "SPDXRef-Package-46B07F73F7C3E9845534D892352738241B2558F5B2DF01A86FCC023C2336A458", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Configuration.EnvironmentVariables%406.0.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.ApplicationInsights.AspNetCore", - "SPDXID": "SPDXRef-Package-2B680EC88349BAB774879DAF2858DE38A043E3A4CF10941E116F938C3C8BEF1E", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.20.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.ApplicationInsights.AspNetCore%402.20.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Swashbuckle.AspNetCore.SwaggerUI", - "SPDXID": "SPDXRef-Package-ED4310C48BD6B1E16DD0959072A2B7645C6194581A5DD9EB3829608D06065661", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.3.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Swashbuckle.AspNetCore.SwaggerUI%406.3.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.IdentityModel.Logging", - "SPDXID": "SPDXRef-Package-876DEE790487F304FBB7B1C7804FDA3D167601BCC5D10E3FE63775B688A6CCB9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.17.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.IdentityModel.Logging%406.17.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.DependencyModel", - "SPDXID": "SPDXRef-Package-4F077647B926740DCDA0EADFC6FA288B78A20D05BA214F81AF8530B8FD3C60EA", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "3.1.6", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.DependencyModel%403.1.6" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Swashbuckle.AspNetCore.Filters.Abstractions", - "SPDXID": "SPDXRef-Package-328B3A8EC6DD3D0EB19CBAA411C2E97D3C148D5AE9CCF7734017530FDF8E17B0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.0.2", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Swashbuckle.AspNetCore.Filters.Abstractions%407.0.2" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Caching.Abstractions", - "SPDXID": "SPDXRef-Package-53D2481E0C573C8C3B48A3F162F987C17CBDC2F802B0A165F5C3CFED1E852C5C", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Caching.Abstractions%401.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Swashbuckle.AspNetCore.Annotations", - "SPDXID": "SPDXRef-Package-C46164F108735F7CA1DD392D3288C70C8BA94CB1A6EC7E7BC4037FF64CD66995", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.3.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Swashbuckle.AspNetCore.Annotations%406.3.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Net.Http.Headers", - "SPDXID": "SPDXRef-Package-E81240A5E7F63BBECCB02DF990887D59720D4D917D71800953CC83F2B956196A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Net.Http.Headers%402.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Swashbuckle.AspNetCore.Swagger", - "SPDXID": "SPDXRef-Package-5F9B1781BADEA0BE25F2E5F07ED9DB0ED870325F55028945524DE501C20C6DFF", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.3.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Swashbuckle.AspNetCore.Swagger%406.3.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "OpenTelemetry", - "SPDXID": "SPDXRef-Package-B47F05FE6823B267C31CA44B0A73E7A70F48B9C93EFDA154DAC89BFA7C600619", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.2.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/OpenTelemetry%401.2.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Configuration", - "SPDXID": "SPDXRef-Package-051320A06F50E3531D9D4838BB38279CAF1413042E85CCD5F72E19649BFFE503", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Configuration%402.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Bcl.AsyncInterfaces", - "SPDXID": "SPDXRef-Package-B071B779460D96C8531C34E6F44385D9315D25E836F6D33D4767B02005BD274B", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Bcl.AsyncInterfaces%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.PowerShell.Commands.Management", - "SPDXID": "SPDXRef-Package-BC304214383375BA8471BCC3CA9C26EEC42641554C569206E6407EB9400F5363", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.PowerShell.Commands.Management%407.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.AspNetCore.Hosting.Abstractions", - "SPDXID": "SPDXRef-Package-D94811DED9ACDD30ABD8076FA03B28321360F38A860BD1C88D7800689863FFF1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.2.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.AspNetCore.Hosting.Abstractions%402.2.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Options", - "SPDXID": "SPDXRef-Package-F85D81D799FA0B64F3F6FCDF33854DA3951400F1EDDBD1E476F55EC3CF0E4C73", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Options%402.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Caching.Memory", - "SPDXID": "SPDXRef-Package-1526536256167524D6FCE9EDD0AAA1C168130E077ECBC0D6CC2670DC206F3CF6", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Caching.Memory%401.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.AspNetCore.Http.Abstractions", - "SPDXID": "SPDXRef-Package-211D9B7B7AB56C675963580D50A7C38E4CB78527AC07711D5ADA89569E4AFE8E", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.2.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.AspNetCore.Http.Abstractions%402.2.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.AspNetCore.WebUtilities", - "SPDXID": "SPDXRef-Package-03853561A882ABF3B6EF65C00CEE0215A7CFA0E662ADA67EACA298D42CDCD196", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.AspNetCore.WebUtilities%402.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Diagnostics.PerformanceCounter", - "SPDXID": "SPDXRef-Package-B2FA8A564A4A828589D4C291D0F174534E33CF8603A29003A1C9543B1114AEB0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Diagnostics.PerformanceCounter%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Logging", - "SPDXID": "SPDXRef-Package-E69D42F13D6085F8200967597460503261ECD3F6798BCAC214298C032EF409A7", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Logging%402.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "runtime.osx-arm64.runtime.native.System.IO.Ports", - "SPDXID": "SPDXRef-Package-EBD817AA4EC56373AB2DE16063EFDEC7371D8296327AAB9555AD42E82C9441C7", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/runtime.osx-arm64.runtime.native.System.IO.Ports%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Markdig.Signed", - "SPDXID": "SPDXRef-Package-B87241737AACCEF9BDDF61770DD9A2F309DE44C071E44629CD2E18EEB03524E0", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "0.22.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Markdig.Signed%400.22.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "PowerShellStandard.Library", - "SPDXID": "SPDXRef-Package-86AA1B56390864E8B1EACD18CA563CA781C10CF42B9329932B33EA6C630A9E0B", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "5.1.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/PowerShellStandard.Library%405.1.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.ObjectPool", - "SPDXID": "SPDXRef-Package-827BEBFAAC4E4C31FC92C4107F493E9B4863EEEC81F425077C617C9960EFB83A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.ObjectPool%402.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Scrutor", - "SPDXID": "SPDXRef-Package-0748286EA9B1C8849982DD20141F56532E5D19217FA91472EABE530C9714AE81", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "3.3.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Scrutor%403.3.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Memory", - "SPDXID": "SPDXRef-Package-D171ED9033AA7004CA109B8740A6A1623AFD2879FA7673400B48B44D832FE47A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.5.4", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Memory%404.5.4" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "runtime.win-x86.runtime.native.System.Data.SqlClient.sni", - "SPDXID": "SPDXRef-Package-F6845F0E12D15B8C684E7ED04ACDA2623257D5D6B9669244B71767D819326FB5", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.4.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/runtime.win-x86.runtime.native.System.Data.SqlClient.sni%404.4.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.ServiceModel.Primitives", - "SPDXID": "SPDXRef-Package-6B21985040F057EE5C7CC988854C5869CA0B5AF5D6620B27979F7BD62EC15E62", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.9.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.ServiceModel.Primitives%404.9.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Security.AccessControl", - "SPDXID": "SPDXRef-Package-EF13C297E61B73E019C1A470CACA399F9A94CCC334188ECAD593C0A3EDBD01E9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Security.AccessControl%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Win32.SystemEvents", - "SPDXID": "SPDXRef-Package-61BD4AF53D01202F0D6D466AD879EB99225E49B44FCCF46BB961CBFBC942E23A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Win32.SystemEvents%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Web.Services.Description", - "SPDXID": "SPDXRef-Package-0EF569F2A09B4130CF3D3B742339B7727441A28599CBD0DEE82D6502B6DA54F6", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.9.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Web.Services.Description%404.9.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.DependencyInjection", - "SPDXID": "SPDXRef-Package-FDAAAF87C8598B5B2765E41F7C53C09D12399F37D1F60B3689D4C6FA07B4244C", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.DependencyInjection%402.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.OpenApi", - "SPDXID": "SPDXRef-Package-9B8D37BBDAC501B7ABC52D87704861A70B6E4E43C53082D01EBF1E1073301AF9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.OpenApi%401.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Management.Infrastructure.Runtime.Unix", - "SPDXID": "SPDXRef-Package-A77828D63DFDE4FBA9DD3978643F4BF92C656676B1EC9134FCA04EBA007F8DB9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Management.Infrastructure.Runtime.Unix%402.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Configuration.Binder", - "SPDXID": "SPDXRef-Package-D3A872ED86E781A85525366B583CD21444C1AAFF930A876B8EB2E14CB1D57D95", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Configuration.Binder%402.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Security.Permissions", - "SPDXID": "SPDXRef-Package-912B04C776374167E8F88EAA2C7702B46BEE2E20E428F4F3242D4DC2DE018FDB", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Security.Permissions%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Management", - "SPDXID": "SPDXRef-Package-8CC47BF8947038A6907119B0E6B50D4428C18429948E5B1FBF19AE23F22D34CC", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Management%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Management.Automation", - "SPDXID": "SPDXRef-Package-B7A74EC3591EFEED5D8EDFC1E439BA203535D8B562AD6CFDC45E83792A018D76", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Management.Automation%407.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "runtime.native.System.IO.Ports", - "SPDXID": "SPDXRef-Package-FE8BAD74A1378EC1357F18D449B0CE6ECBF9FFEEC2966E886F85CFA66C6E6F39", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/runtime.native.System.IO.Ports%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Data.Odbc", - "SPDXID": "SPDXRef-Package-7F80ABFB8E39FEAACDF036C28D70A9512B0FA8DFC6611DFCB8677381D45E3732", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Data.Odbc%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.WSMan.Management", - "SPDXID": "SPDXRef-Package-E723FA7EFA80333FCA06400D81F997F867448892968C31971A0D9070E2AA80FC", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.WSMan.Management%407.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.DirectoryServices", - "SPDXID": "SPDXRef-Package-AAD903BDED8F0299A98D93C15EBE7FB94DD7845A2595D27DE90F6244C3541068", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.DirectoryServices%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.PowerShell.SDK", - "SPDXID": "SPDXRef-Package-8D7F5A4158F83C7546849CA1DD11A582AD84C8A1A32211A4A9BC7E8320C0662C", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.PowerShell.SDK%407.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Logging.Abstractions", - "SPDXID": "SPDXRef-Package-4058B327FE28C1C62704519EF821049B2AA458E9844E0A6D8A03DAF592BA8144", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.1.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions%402.1.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.IO.Packaging", - "SPDXID": "SPDXRef-Package-E5F924CB7C9ADA59FF66564411AD9DB85E703C909C37B67609B2421CAEA9937D", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.IO.Packaging%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "runtime.win-x64.runtime.native.System.Data.SqlClient.sni", - "SPDXID": "SPDXRef-Package-6A0861A59F0A987AB11F0DF6B0E2F46CB11A965AFF406F10FDDAF3605CF15D60", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.4.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/runtime.win-x64.runtime.native.System.Data.SqlClient.sni%404.4.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Formats.Asn1", - "SPDXID": "SPDXRef-Package-90FFB180A15EDB2C7818D0A6BBF4AF83A59E037D84E6EDA0D6037B9BCAC80066", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Formats.Asn1%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Security.Cryptography.Pkcs", - "SPDXID": "SPDXRef-Package-31EDF42FA1D8E328E83E9DB70280B9A6584E27C628C4B9734FE03F85269FDB41", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Security.Cryptography.Pkcs%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Bcl.AsyncInterfaces", - "SPDXID": "SPDXRef-Package-935B175C05FFB21B727C5D8BB95D5C4628651920D2B416D951D61C1C73767429", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "5.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Bcl.AsyncInterfaces%405.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.CodeDom", - "SPDXID": "SPDXRef-Package-3E77807FD78D01056DB1152C15E703716E0943DEF0F5A369B0667F5913785AD5", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.CodeDom%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Security.Cryptography.Xml", - "SPDXID": "SPDXRef-Package-25D1868C8869A4EA9B81E71F65713A39FFCF8F3A452E1D8BA7B6702742C8CCFA", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Security.Cryptography.Xml%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Data.SqlClient", - "SPDXID": "SPDXRef-Package-2EA2CB26760AB383C5557F5E871539BA17DB10ADDBEDEDA27041F9D1B2C201D9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.8.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Data.SqlClient%404.8.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.ServiceModel.Security", - "SPDXID": "SPDXRef-Package-6EA757BA0F8D2A7DB7AAF12BA27E64286F4D52DFFDFB0470069A37C28BD42AC3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.9.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.ServiceModel.Security%404.9.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Management.Infrastructure", - "SPDXID": "SPDXRef-Package-E8B432A0D1ED08F0FA9D2A2CE7D770747B60C2D39A0D181D41BE40778780DDD8", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Management.Infrastructure%402.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.WSMan.Runtime", - "SPDXID": "SPDXRef-Package-9C16917F85D77C6C2F76D187F25C14D6EA162771CEECCBAEA7A02390052A4FA9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.WSMan.Runtime%407.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.PowerShell.Native", - "SPDXID": "SPDXRef-Package-A4966774D3681FB45924A7553133B96DB96B6311D11397C5D5E6467C768AEAE8", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.PowerShell.Native%407.2.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.PowerShell.Commands.Utility", - "SPDXID": "SPDXRef-Package-00801A7AEDFBDE9B37A98B2F842489B3022B340336677B47E18150E77DDAEA14", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.PowerShell.Commands.Utility%407.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.DirectoryServices.AccountManagement", - "SPDXID": "SPDXRef-Package-86C6358AEB18D55D1244F9C4A4D5AA4685EA898C585F0A11759364055AE8D3F3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.DirectoryServices.AccountManagement%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.PowerShell.Security", - "SPDXID": "SPDXRef-Package-BBAFB31D2412367C9C16323EA8147FEEEF5114C0DD5189C6CEFEA0185D4B72A9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.PowerShell.Security%407.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.ObjectPool", - "SPDXID": "SPDXRef-Package-64DEE513BDDB4808732AD92D0B00223DEF8D29E5BEA9436984D966CEB593EBB8", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "5.0.10", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.ObjectPool%405.0.10" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.PowerShell.CoreCLR.Eventing", - "SPDXID": "SPDXRef-Package-18A98BB057331EBA4336D3D43E87709F1683A4570BCB6A046FC5925A12F5276C", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.PowerShell.CoreCLR.Eventing%407.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "NJsonSchema", - "SPDXID": "SPDXRef-Package-5FED312E4DD45DF9D46612210232B8B4203B261187E235EEE741ACF794327D7A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "10.5.2", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/NJsonSchema%4010.5.2" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.PowerShell.Commands.Diagnostics", - "SPDXID": "SPDXRef-Package-F09DD0D5EDE98A03B910701D4F998137291D6ADE8F3286C3F05CB0453816CEE3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.PowerShell.Commands.Diagnostics%407.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni", - "SPDXID": "SPDXRef-Package-4CA26BADD18BC7B5C3A46075D8709A91FADC9E5E2A36A2A92AB6BE59AD3CACA2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.4.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/runtime.win-arm64.runtime.native.System.Data.SqlClient.sni%404.4.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.ServiceModel.Syndication", - "SPDXID": "SPDXRef-Package-02F60AE5E11530F509E27E905798C2D62684872B6821DBDD925BBA8A29A81FCF", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.ServiceModel.Syndication%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Diagnostics.EventLog", - "SPDXID": "SPDXRef-Package-34BA73B9883E2C67FB9A587C5BFABC034ED13E40174273C152B63846E0BD16AF", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Diagnostics.EventLog%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.DirectoryServices.Protocols", - "SPDXID": "SPDXRef-Package-FE21FB09A1EEE5CDD0F054483D59A0EB1F058D0AAE069A522163CC7D4087ADF1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.DirectoryServices.Protocols%406.0.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.ComponentModel.Composition", - "SPDXID": "SPDXRef-Package-C77607551E54A18631BE7AA27308CBC62E225A34EF4B0CC886F9C80E63CED885", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.ComponentModel.Composition%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "runtime.linux-arm64.runtime.native.System.IO.Ports", - "SPDXID": "SPDXRef-Package-166BD93CF6EB8E23471933D4F506D10AEE0ADF4E8EDE160F299F9850ED61EC10", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/runtime.linux-arm64.runtime.native.System.IO.Ports%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.ServiceModel.Http", - "SPDXID": "SPDXRef-Package-08332A81CA715178A93363E5F454A8694E0E0C553DE4EB12F6B2732EB7126440", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.9.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.ServiceModel.Http%404.9.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.ServiceProcess.ServiceController", - "SPDXID": "SPDXRef-Package-E78A8EA31E82973392E43281CF11C79DB7ABE160D7149ACC0AB948443B852980", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.ServiceProcess.ServiceController%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.ComponentModel.Composition.Registration", - "SPDXID": "SPDXRef-Package-7D326B5A8CD868653D137D73BA0389A6A8025AD5AF2967A83B6B50B516FD7038", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.ComponentModel.Composition.Registration%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "runtime.native.System.Data.SqlClient.sni", - "SPDXID": "SPDXRef-Package-8F09E3623799A2E64E4FF57DEF6A237D85A41EDC3F272BBA32F57F40E13BC5E4", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.7.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/runtime.native.System.Data.SqlClient.sni%404.7.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Runtime.Caching", - "SPDXID": "SPDXRef-Package-758E875D90A3181C1A97E8944A1F5A77D5A1BFED1F03888416B6B6AAD3923622", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Runtime.Caching%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Windows.Extensions", - "SPDXID": "SPDXRef-Package-21FA4877FE19074865015742F890344CD282D6CFB73B512D045A1E7CCEE9C03F", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Windows.Extensions%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Speech", - "SPDXID": "SPDXRef-Package-4AEE1E34DBB10B977DA2CB97ED14A18B3A1F7DAA83E2C7603EA6239EA847AD0A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Speech%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "runtime.linux-arm.runtime.native.System.IO.Ports", - "SPDXID": "SPDXRef-Package-2635DCAAE054E2AD1BADC1AE332157E47C42423F06777282E77387897EC53B69", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/runtime.linux-arm.runtime.native.System.IO.Ports%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Configuration.ConfigurationManager", - "SPDXID": "SPDXRef-Package-5A81034EC77077BB1F9472AAD57F56E812A344FFEA1CBAA93A3D11EF18BEB8BE", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Configuration.ConfigurationManager%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Private.ServiceModel", - "SPDXID": "SPDXRef-Package-84B14D33FF638E6C141E303BE4C3FED5BF571A6652C945BE5F6E029CD390F42E", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.9.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Private.ServiceModel%404.9.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Data.OleDb", - "SPDXID": "SPDXRef-Package-592417F103E272069FC16934DAA51D2E218CA8DC27B809C2032BCBA44246CE9A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Data.OleDb%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.PowerShell.ConsoleHost", - "SPDXID": "SPDXRef-Package-01907DCF9B06BBF6BFB6AC2FF8C08B389E729725056A78F498CB5837E5D39937", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.PowerShell.ConsoleHost%407.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Security.SecureString", - "SPDXID": "SPDXRef-Package-68F9D73D882A39FFBDD4CAD330B3094A85FB7F2E21318B0293EB32BFD84560D3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.3.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Security.SecureString%404.3.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "runtime.osx-x64.runtime.native.System.IO.Ports", - "SPDXID": "SPDXRef-Package-19CA0C77148494234D55A55170FEC41C7865BF9395B1A3A735393406F2EE312F", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/runtime.osx-x64.runtime.native.System.IO.Ports%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Windows.Compatibility", - "SPDXID": "SPDXRef-Package-78FD5EC1698C264CEA463E552A6DD7468784BE66B514D37998B1A93D22FEF756", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Windows.Compatibility%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Identity.Client.Extensions.Msal", - "SPDXID": "SPDXRef-Package-735026F2C803063DE0593E2740B23D57907AFD9AB2CF664883A811E695B879D1", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.19.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Identity.Client.Extensions.Msal%402.19.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "runtime.linux-x64.runtime.native.System.IO.Ports", - "SPDXID": "SPDXRef-Package-8557535027B08EC5B5D94AE5D974EFD54EE84791EE4FDBC39606058EE4C3553F", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/runtime.linux-x64.runtime.native.System.IO.Ports%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Management.Infrastructure.Runtime.Win", - "SPDXID": "SPDXRef-Package-A455671F3D22730D84896DA227C896614717AEF9B17AFA42CFBE6ABB909F517A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Management.Infrastructure.Runtime.Win%402.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Newtonsoft.Json", - "SPDXID": "SPDXRef-Package-1EA0B2E1B38E40C3C6B7FA9BD9612C2B7522C6B2FFF2F748096E3089E36B67F7", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "13.0.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Newtonsoft.Json%4013.0.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.PowerShell.5.ReferenceAssemblies", - "SPDXID": "SPDXRef-Package-4B9851B128184B4F545EA0014C0DEF3B33E5195C10FAE7D6DCEA3567D6B2D98C", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.1.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.PowerShell.5.ReferenceAssemblies%401.1.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Text.Json", - "SPDXID": "SPDXRef-Package-860FF2647848398B6B2BA3E30CFA8A8F53CA0AA026DC3E35F61D1E27B5FAA4AD", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Text.Json%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Management.Infrastructure.CimCmdlets", - "SPDXID": "SPDXRef-Package-8309FDC2AF6A371A8A7C6D8C5D777FA21A2A5C6679265DB2FD8AF09C9FB7A9C7", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Management.Infrastructure.CimCmdlets%407.2.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Logging.Debug", - "SPDXID": "SPDXRef-Package-DC882DC5D80A2CCE3418DC8A11C5DEC12E7D5A50F25DCF54B208A86203DD3986", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Logging.Debug%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.CommandLine", - "SPDXID": "SPDXRef-Package-54E155EA87AD39561507267AB23927113DEBFE98D8B203EF42CEC4F58F3E451C", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.0.0-beta1.21216.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.CommandLine%402.0.0-beta1.21216.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.PowerShell.MarkdownRender", - "SPDXID": "SPDXRef-Package-46C34B946F3BED3A24C11DD4570FD3432C12253138B6689C1E632FA76E939529", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "7.2.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.PowerShell.MarkdownRender%407.2.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Identity.Client", - "SPDXID": "SPDXRef-Package-0222D19DB40A83E75908A33FE5ADA6AE4AEB3AB9F05B864D366A86BA30B19DD3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.39.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Identity.Client%404.39.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.CommandLine.Rendering", - "SPDXID": "SPDXRef-Package-798D9F56E8991A2754D14222822013A6AD9A5FC710CFD956E3E03953C6C4EDD9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "0.3.0-alpha.21216.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.CommandLine.Rendering%400.3.0-alpha.21216.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Drawing.Common", - "SPDXID": "SPDXRef-Package-84A18AEF3506E0D07D9F524560A735C6920A462EB3018D01BEFFD47D08AF8BD6", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Drawing.Common%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Azure.Security.KeyVault.Secrets", - "SPDXID": "SPDXRef-Package-EF6E90F6B79AD6B868D678AFABEC26596255C8918605690F2879FE1815A0FA26", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.3.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Azure.Security.KeyVault.Secrets%404.3.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.ServiceModel.NetTcp", - "SPDXID": "SPDXRef-Package-EBEAD5D76F39CFF00A284F47BCFA534E2F93422A91E4422CD9264DF74BFE5A70", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.9.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.ServiceModel.NetTcp%404.9.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Logging.EventLog", - "SPDXID": "SPDXRef-Package-1827DA415F48AD166B2EA5F478B5B18EEE313908221E8876CE6A3E3FF1E41422", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Logging.EventLog%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Net.Http.WinHttpHandler", - "SPDXID": "SPDXRef-Package-3D1C1DF0E19BBB894B765FF31F039E7EE73C77220C7D61CC2C6E4317B54F79EE", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Net.Http.WinHttpHandler%406.0.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Configuration.CommandLine", - "SPDXID": "SPDXRef-Package-EA9A842CB55893EC5CDCE399B63E6F985F4D01899BD1F2672FFF25AFE614C0E9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Configuration.CommandLine%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Logging.Abstractions", - "SPDXID": "SPDXRef-Package-D91B3562579DA3B3B165C94A525031A7A84DF4F1D134995C7DBB293444F54885", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Logging.Abstractions%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Runtime.CompilerServices.Unsafe", - "SPDXID": "SPDXRef-Package-5742C8AEA621885973C186BF8C999161F20FDFABDCCE92EFF37A2777774E5085", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "5.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Runtime.CompilerServices.Unsafe%405.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.IO.Ports", - "SPDXID": "SPDXRef-Package-FF9C2EF8F449E1B698DAC0FA41040220FD924192F404553D7FF1300B07F30B28", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.IO.Ports%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Identity.Client", - "SPDXID": "SPDXRef-Package-2EA8A4DC00CAB316817A2B40E8488BEC93E81EA57D81217C5027F77B73F3400B", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.43.2", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Identity.Client%404.43.2" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Win32.Registry.AccessControl", - "SPDXID": "SPDXRef-Package-E6A4300EA97A2C40D46F7C97424D148E91295043873968C54768B9A777912613", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Win32.Registry.AccessControl%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Namotion.Reflection", - "SPDXID": "SPDXRef-Package-A4ED70596927692C0DC894FE98D747A65D2B69745034E5E67CE3D2ED4958AD57", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "2.0.3", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Namotion.Reflection%402.0.3" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Azure.Identity", - "SPDXID": "SPDXRef-Package-EF51BBF3CEBAEDB6F8AD59C137D2A6793CF12E8F90F0679A4F5C559BB90081D4", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "1.6.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Azure.Identity%401.6.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Threading.AccessControl", - "SPDXID": "SPDXRef-Package-C5CDC98FEB0DEDEEC96BEDA895A59634C60660D2ED5D831027D431B8432C0D28", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Threading.AccessControl%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Hosting", - "SPDXID": "SPDXRef-Package-282FE9C303F556FFA8BBAF17EFEA89498C55A889F2EA7762FEDA96BF29C04E3E", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Hosting%406.0.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Private.Uri", - "SPDXID": "SPDXRef-Package-66C0560C4BFB86555094C3E28A19C9BCA06CE04042D21499FFE44134EF1B1F02", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.3.2", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Private.Uri%404.3.2" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Security.Cryptography.ProtectedData", - "SPDXID": "SPDXRef-Package-ED9EF9C92327ADF7CD02F98F6D3510D3861EDF167C076DB65A6F640A8EBB0752", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.4.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Security.Cryptography.ProtectedData%404.4.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Logging.EventSource", - "SPDXID": "SPDXRef-Package-C58054905DC771BEA39F4045BA00BC72C9B1D7A25FC1FDD5F46380E8D21C68CE", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Logging.EventSource%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Configuration.ConfigurationManager", - "SPDXID": "SPDXRef-Package-48CF0A1F13CC3F7FCDF799C60F02951476277ED8C10257ADC53DD6AFF12F04D9", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.4.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Configuration.ConfigurationManager%404.4.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.ServiceModel.Duplex", - "SPDXID": "SPDXRef-Package-D7E5B375148BD27B3646C7DBAAD94B1FF6B363682863B1AE8E8AFA946ECE0AB2", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "4.9.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.ServiceModel.Duplex%404.9.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.Reflection.Context", - "SPDXID": "SPDXRef-Package-46803AFB9BD8847370778E11A86C9A93568DE13810010931BE89F678A259787A", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.0", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.Reflection.Context%406.0.0" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "System.CommandLine.DragonFruit", - "SPDXID": "SPDXRef-Package-0A23AB34E3DE341C2B3417592C3800F13A506C2413615A4019ECFBA89BC104B3", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "0.3.0-alpha.21216.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/System.CommandLine.DragonFruit%400.3.0-alpha.21216.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "Microsoft.Extensions.Configuration.UserSecrets", - "SPDXID": "SPDXRef-Package-CB23699F95DBDB96F2446708E59E5CBF7B303AC10CF11B8079F579521BAC0865", - "downloadLocation": "NOASSERTION", - "filesAnalyzed": false, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "6.0.1", - "externalRefs": [ - { - "referenceCategory": "PACKAGE_MANAGER", - "referenceType": "purl", - "referenceLocator": "pkg:nuget/Microsoft.Extensions.Configuration.UserSecrets%406.0.1" - } - ], - "supplier": "NOASSERTION" - }, - { - "name": "es.toolauthservice-Official", - "SPDXID": "SPDXRef-RootPackage", - "downloadLocation": "NOASSERTION", - "packageVerificationCode": { - "packageVerificationCodeValue": "0081ddfcca5897cee989c2f886267c6e8887b49e" - }, - "filesAnalyzed": true, - "licenseConcluded": "NOASSERTION", - "licenseInfoFromFiles": [ - "NOASSERTION" - ], - "licenseDeclared": "NOASSERTION", - "copyrightText": "NOASSERTION", - "versionInfo": "48822351", - "supplier": "Organization: Microsoft", - "hasFiles": [ - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll-0C75C3903A0B574CE982B39C0ABAB1D32D914404", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.FileListAbsolute.txt-89EB019D8AA5E55BDF48E16FD3E7629559A244AB", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.nuget.dgspec.json-6CE429B1550AEF15D65FF0912E24B85D5CEADD0E", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.assets.cache-7B217089768C30D453C5606A182E4BCB09EA8842", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.csproj.CoreCompileInputs.cache-7F916ABFFB53A85A1853087A42F96CA2207E9F86", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.csproj.AssemblyReference.cache-DE669D8ADD44174D3490A66467FF694418FA3998", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.AssemblyInfo.cs-5BFD1A4D6E70F85CA06D455447528039AA00D4E1", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.AssemblyInfo.cs-1036D0B0F0232D1F5C606F2397408D1DC3B82A19", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.AssemblyInfoInputs.cache-D84A7F9EA8EB711619FCF5DBD2AFB2D9813597A6", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-project.assets.json-9F7D8A07B5202F597B6D29DD3661F16C4FA116D8", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.AssemblyInfo.cs-9CAFDCDF8CBE35F2DD5BFD1A1ADCFBB0354B8DB5", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-project.assets.json-29BA7B73B10BA10837C5E2E6B92B48C86621740F", - "SPDXRef-File--packages-Microsoft.Engineering.AuthenticationService.Svc.3.1.19491.nupkg-91194DF9FA4CA58F3FC1B14E3ADDC92249E1B2EE", - "SPDXRef-File--packages-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.3.1.19491.nupkg-EA44E572A4F424531EAC0E7BC849361E0D8E6D16", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-ES.ToolAuthService.TestFixtures.csproj.nuget.g.targets-11F98C744E01CE241CC969BCEED368C7BD2D2107", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-project.nuget.cache-18B919393651BE3A9B083C0D40BCEAE7588AD8DA", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.nuget.dgspec.json-5B54A0F380A9A276078B647D2D18467753E76343", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.assets.cache-2A7AA738752F972CA4979F0BAB5A5F432F2FDDBB", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.genruntimeconfig.cache-871A76AAD69B6ED45604AA462467AE04647C66F1", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.csproj.CoreCompileInputs.cache-A9DC38E3767619B4D0C5CA33B959FBEDF6CDC4D0", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.csproj.FileListAbsolute.txt-CF6A7B4D49E8A906B72D2E79A39AB90B4F4AFCD0", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-project.nuget.cache-CAA5EF771373CDB9FF5B20C963FA07EA4ABEFA01", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-ES.ToolAuthProvider.Extensions.UnitTests.csproj.nuget.dgspec.json-5848F370D6BDC33BE9F2F7BB29E669D891DCC08E", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-ES.ToolAuthProvider.Common.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-E0914C01438A25FE82D15B871D16909AB460B040", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.AssemblyReference.cache-963D571BD17D32D87694091E391668AE3AADC526", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.genruntimeconfig.cache-33F38B9CFBCF4883CD6ABBA5855B7E948FB468A5", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-ES.ToolAuthService.TestsCommon.csproj.nuget.dgspec.json-C187542DEA4C9E9F2D4B0FDACADE7B8E7058DF06", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.csproj.CoreCompileInputs.cache-69F6E303B9FA06202A7F8F7FE62FC597AD70BECF", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll-633D225EA22800FF99D77725C2B88092B02C03E4", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.AssemblyInfoInputs.cache-36069DB3C69F16D581CE30CC7C40861A96743C23", - "SPDXRef-File--obj-ES.ToolAuthService.Service-ES.ToolAuthService.Service.csproj.nuget.dgspec.json-660DB45862B63F5266EC7C11BA7933CB096E8A88", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.AssemblyInfo.cs-361170425B95CAEE7E7467B1FEF56C1E61159234", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-131FB28D76F96DB88E7B96B74B4D521C9CF61FE7", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-ES.ToolAuthService.ClientLibrary.csproj.nuget.g.props-1F3E1B7889690D82C75006B5650913B230660633", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.AssemblyInfoInputs.cache-0F9DBD48B0D55346B147D013C0C27DDF1FA6686F", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll-CAAF9BEDCC8E64DE891383A4D7A9579133D40FD9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.pdb-225EEBA394F205272838C1329463CEE516AE2080", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.xml-3D3842A131B0E81E3F156FF5C3EE98A1B29B4AD5", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.csproj.AssemblyReference.cache-1EBD79E938F40BE7CD1194F5C520ED627DC6DDB7", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-ES.ToolAuthProvider.Extensions.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-ES.ToolAuthProvider.Extensions.csproj.nuget.g.targets-42192B68AE1E59A35ABB57FB220327740EBA15DF", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "SPDXRef-File--bin-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.deps.json-6185B243FE4411850EEB5A5B0D2E6090E6AAF69A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Numerics.dll-51F257BE6CFAAB680B18C03B3E6DDD9A8D7D106D", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Client.xml-1F0E3DBED8670EF70F0F26E7998FBCA7AB72FA2A", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--packages-Microsoft.Engineering.AuthenticationService.Client.3.1.19491.nupkg-80F662F80E5F92BF29B5B74E6A64ED7517A92D4A", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.CoreCompileInputs.cache-B8C6A8AD70B92F560E2526C8B408A5CFA1C1CB6D", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.pdb-7F2462EF4E307C3F09E754D0A1F352D06802E452", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.csproj.AssemblyReference.cache-C4AD3D74FF7A772459C8CE899CFD0F1EC0E50B9F", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.AssemblyInfo.cs-D106B8CC461A0EFD3F0915DE4506ED94BDD96B5B", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthService.Common-ES.ToolAuthService.Common.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.xml-7D647889F6D589CBA8DFAF37B59737C21B6F821B", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-project.assets.json-9708DF2A280DD875E90F4340EE3A6839C4FD8074", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfoInputs.cache-04B8F9611EF05E0DCB3EA861BC7FAA0604EFD5D5", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-Microsoft.Engineering.AuthenticationService.ClientLibrary.3.1.19491.nuspec-5C49418B93FAD8C54A535BBF109DBCE9399F397F", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Windows.Extensions.dll-7F572709AC41F4719ED5147CD7C91878C54E0A1A", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.csproj.FileListAbsolute.txt-945900108B79A11478709694BC9AABDADB4BC563", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.Debug.dll-3E838B56E6B6554364E2D065666CC70E4C34059C", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.csproj.FileListAbsolute.txt-749BAA13E5A2ABB82D217575E0FAD1AF4C284B6F", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.FileListAbsolute.txt-6830D9CEB7C32D334269F8A9F997545B4DD3D2D0", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-CoverletSourceRootsMapping-412458E862C02067161084BE2E523A0B84A6DFC6", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ServiceProcess.dll-62084671D0279B5F4348590111EF1C89F8DCE110", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Private.Uri.dll-43F7EA7F0C6096026D947D31B7939FAA61FF5E0C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Pipes.dll-2E35D8970E39DBB9A58C5339FEEB84410DC8A1EE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.pdb-C745CDAD8945AF44D3081FC329821FD0F0D6A7CE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-ES.ToolAuthService.Service.UnitTests.csproj.nuget.g.props-D1E411ACB8733A4BBBAF4CF0A0F5E30F99D48D98", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.SuggestedBindingRedirects.cache-D9FD6CAA495346AF779BFF0F7D39CBA9BBAC291A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.AssemblyInfo.cs-05F013C5653C892DF4A7D8FD9B91207FC002EED0", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.FileListAbsolute.txt-9FB319BC273180D3679B7AE3E115FE91962A685C", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.nuget.dgspec.json-E5678F1390F078BD3C21757EDC10433DF30EA99B", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.csproj.AssemblyReference.cache-004E55D1FF9E715A703774FD26067DF51F2D6299", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.pdb-BCA9415CC104B0483B3B10F7E8CBEE77F7580F46", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-apphost.exe-3EF406DDBC4CC8CEEDBD9E8B1EB536FAA8FEE0AE", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-A296AC722070DE5287B2DD5181B3FA2046E7263A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll-64AAEC8183601356A7D56C49456C0B6DD264E986", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll-28932D1E768C1D1FF32DEBE91A2CF56655CECEC4", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.EventBasedAsync.dll-AD893114870C7A67F3A69508C2786C141AB0D26F", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.AssemblyInfo.cs-2D961EB24015B8ECAC37FFE0DC5C5651E98C2C4C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.EventSource.dll-B9FC20DA8C105CB03D662FDA2E6E3259B7271424", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.AssemblyInfo.cs-A170A67DF73AE141452039A547F795C64B035F28", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.AssemblyInfoInputs.cache-AB5D32E09277696D9D7CA5EEE33F337B33C3A2AE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll-D23A2CDD0937364C5AFC3EA35D31CF3B2FDBE461", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.FileListAbsolute.txt-D229BE0324672B250221F18AA011DAA11003B31F", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.CoreCompileInputs.cache-AB057850DE8C763160D439255F5CC7E16EEB0B52", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-A36B0B069232E812202CF90ACAA582D4630BB186", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-F6C445C5C2BF78715789F87829394263B5B593CC", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.Configuration.dll-3FD5D519F2807338BBBE577C248417C376E11EB0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.csproj.AssemblyReference.cache-CC6099798CA69CB5006BA841CF96573A5AF7035B", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.AssemblyInfo.cs-0A402296773E2E25623E7297C29CAD0B62B38A42", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-project.assets.json-B43269F48055A245DF0B6C223327455F9F9C0550", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Xml.dll-18B8393D665702B4A39B9737BCF3F084D94A5AB3", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.csproj.FileListAbsolute.txt-9C4CD73D2E1160335C1DE90CA58BCE152863BA93", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-project.assets.json-3E8D99B6B22E139E75FDBFD413D823AAB1010C51", - "SPDXRef-File--packages-Microsoft.Engineering.AuthenticationService.ClientLibrary.3.1.19491.nupkg-D54558AAD0FB14354AF4B64E30C138323B94E1F0", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.GeneratedMSBuildEditorConfig.editorconfig-099C727746012A7CAEF45643771224C21E8B7F3B", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.AssemblyInfo.cs-CADA43571E37B01879A8765036591D6989B83AF7", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-4EB442C1B05A3C60C97D6461B3AB1B79ADA35713", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authentication.dll-23CB57B2597192CD9F5FA59105DF69C8AB8A5B49", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Ping.dll-243EEA79B628E836BFF4D9F0C5DAE31BF213CECC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Pipes.AccessControl.dll-295CB5D66DFEFBB12E7D7DC8E765521A64AB1444", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Serialization.Xml.dll-CA7F90F21E017763D9C3D788BEB6AE2BEA429475", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.FileVersionInfo.dll-B92B19F457AD0C0FE6A2FED057A995D903BD24DA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Dynamic.Runtime.dll-93D09FC67526D374E6BA34A234863EAE4E85825B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.Debug.dll-94180C053B5853D428573D139DD53FDE897C1C4D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-netstandard.dll-6D446D3D64E96C29E98C7A2CDC4421D60C295AFF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.GeneratedMSBuildEditorConfig.editorconfig-E012BC2CF32944B225E33892E7AFF3329825D3B4", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cs-AB7C93AF37C001D7060F61F777FD7E9955B40698", - "SPDXRef-File--obj-ES.ToolAuthService.Service-project.assets.json-208717E015CA45F91E59A235A7E02F0D26A9FEE3", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.csproj.FileListAbsolute.txt-DB3A2FA43845809B1B3D3031972F11DCB4999103", - "SPDXRef-File--obj-ES.ToolAuthService.Common-project.nuget.cache-EF574E69828FE15317D36434556A667F2820F0ED", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Razor.Runtime.dll-21BBFB90A9F1630A1E3CEA6D227F3E0C8E28A895", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Localization.dll-0F605AF99AE433D9D7634FF1D3802DCF1227D51E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Results.dll-D639ADC321CCF71DE0ADA907B8DAEDBDED54438D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.Encoding.Extensions.dll-399BAC823ABBF6F28DE0B6AEB224B126212D7A17", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Serialization.Json.dll-E38F82AFA80F2F7360077F0FFD763F351712535B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Handles.dll-E65DB29B17C654680D0C1A8AE07DC02EFA32B323", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Options.ConfigurationExtensions.dll-C4509E37DF52CE70FAA61B8CC7F35B353E7DA6E0", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.AssemblyInfo.cs-23ED351574D6846A4DB7BB5ACA3289A58EF13BD7", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll-2FA90F06AEEF30C260F16C9BF76BFE456F8254E0", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-ES.ToolAuthService.Service.UnitTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-project.nuget.cache-D0969A11DABC2372AEF8DB6CBE4782ECCFE55227", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.dll-C34A1E26DEA5B7CEBEF54C73467F9C0828392464", - "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.WindowsServer.dll-9B0A08218E88C17CB348018ED396A2A30B4469BA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-native-mi.dll-4E378344949DE3B4A81AEA2CFBC98C1B3BA7E133", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.CompilerServices.VisualC.dll-1E3BC26ED5F269D4732A998F1F905417EF3E78A7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.TraceSource.dll-CFF070B9334FD4DD9EEFDF6D6AC4BF31861247D6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-CoverletSourceRootsMapping-E641084D3BEEAB2A31D0226249BEDDFC48C0ACBA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Tasks.Extensions.dll-06E6F9335C2FB3D22134C43381F575109277CF1F", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.Encodings.Web.dll-5C5F072D729CA80F136B1727A5AD253C4A3BD8AD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-x64-native-libSystem.IO.Ports.Native.so-E010AB71B1322A47C7B529C9C87DDE19B20EF0F2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Extensions.dll-DF57F2851CB1C0BF96EDF001468156C3F14F6938", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Private.Xml.Linq.dll-4085663056B14BC6A948A23672347A9453FDAD21", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.FileVersionInfo.dll-70F878F3E9F8DB7C689FE6838D866F52464D9BBF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-DE6937BEB99240DE4805B396C79BE1FCC826685B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Linq.dll-616BBFAB26D9F62A5088E5462ADE9305FDEFE30B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Globalization.Extensions.dll-9081DEDE0E289B7F56556835B55C7870C1461DF0", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.dll-E842747F6AA284DFA46FE109F70FFD2A8E0DA8C1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-2DBD3462BDAE3E53457FED20162C9C19F2EEFEBD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Numerics.dll-2179BB42B3B588BAD504A8F7122CA8751ACF365F", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-coreclr.dll-68936E51CECC08903B7EF02C9692B11231C3C583", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Security.dll-99B4FAA44A1F61CDDF92F951B6965CFE5F7E552D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Data.OleDb.dll-9D9C4E0101B64503A1C3C95B1B3D455ABF1CCE02", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.Commands.Diagnostics.dll-B3F820E221D3811CE60C60161D78139A0988AF8B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-System.Management.Automation.dll-D96D25A520ACC5819F71C97FA131AA8496E5641D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-de-System.CommandLine.resources.dll-4A480C0ECEE04157DFFB06C7FE075B4578F45C8D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.XPath.XDocument.dll-9AD105E305682DF7C676AA8B0930A1A237D40470", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Timer.dll-80E32A7AB62254212A8A7F860E4BDA543413A3AB", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ServiceProcess.dll-62084671D0279B5F4348590111EF1C89F8DCE110", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.AccessControl.dll-EB9233B9B69701AD616522EA07529BEBD9A4A9AE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Emit.ILGeneration.dll-EEA3DBA165FB44CF28EDF08A9679EE4CBF3A80C5", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Private.CoreLib.dll-FCC79465941F09B4BB5750329641436D6741E0E3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Utility-Microsoft.PowerShell.Utility.psd1-A5003E2752474FCBA29D3ED4DFA184481D363D55", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Http.dll-4792400351C2936B389C52E70EA502B19FF472C5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.TypeExtensions.dll-AA461174F7473CDC8BE9F6409A6408A5931BB1D5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Runtime.Caching.dll-4A3B4D0FFD9B6C0A097E1DAF5AA918F80C2397C6", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Requests.dll-BAB24F11489734642A00A3BD925A82BA196662B0", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.UnmanagedMemoryStream.dll-295DBC571E09BB0EF6D34BA64CF8B18D19E87F16", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.pdb-93AE04A926F5747F54EEE5CB8EC5F1A8A9267191", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.CommandLine.dll-8632A647C2F76BEEB32215B8822AF31D8E6FF4BD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-tvos-lib-net6.0-System.Data.Odbc.dll-BE798B6E5CFFAF790BDF1F1FB4F6647A980E6015", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.Linq.dll-2DC62EE6DEF79D02AD1DE86C0E474D78D683527B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Drawing.Primitives.dll-DDACDCF21765967DD8E1308E5B25187AD9338543", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-de-System.CommandLine.resources.dll-4A480C0ECEE04157DFFB06C7FE075B4578F45C8D", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Emit.Lightweight.dll-69F65841DD4B23D4F0CAD615424718058C0CC155", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Globalization.Extensions.dll-9081DEDE0E289B7F56556835B55C7870C1461DF0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.dll-E842747F6AA284DFA46FE109F70FFD2A8E0DA8C1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.InteropServices.RuntimeInformation.dll-BBF5B1BF829F9F623AB07CFAF052671F6DC130A9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.deps.json-CE6DC979A4364D00B7568B4D3DD3A03603BEFE85", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.NameResolution.dll-6AC181012CBF5B8353EFC0D4B7970D1E03C16270", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Compression.ZipFile.dll-F6BCB66BF58B2CF1E3F8D841D27D7C39DBBDD3B2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Collections.NonGeneric.dll-D6D6A0A54E70FB4D29B5A264C6331914109FBB3B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Globalization.Calendars.dll-5F2432B08BD5873ABCC2F6E674F8B08107548BA0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.csproj.FileListAbsolute.txt-D1EB8DCD67C31DEB32136FF561D4413608341BE9", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-project.assets.json-E70EB85FDC45EFA1D9DF6C28B712640799E8074A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Diagnostics.HealthChecks.dll-0C9D3990F883B80400364E903B4C128B942FD2E1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.DiaSymReader.Native.amd64.dll-A774426BE87CF270E33B4FFB3D01DF2E44625D3E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.EventSource.dll-0ED2B3C3EC971B7EA19DD1916097B0F91F859A46", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Abstractions.dll-EEB41B18A408564075F5C776605F4EC3807B7B60", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfoInputs.cache-04B8F9611EF05E0DCB3EA861BC7FAA0604EFD5D5", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.Kestrel.Core.dll-A0CB1F57283504CB5F35F4B4A1601209EFBF14C3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-9D19E77D09DA9B03CB3BD823F5119926632911BA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.SecureString.dll-FFE26F43698CFC20571FEA8DAED8B5DCDC39ED57", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Primitives.dll-916D0B4D04CBB3AC2007BD03649BFA1850EB6EAC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-C2EE2CB5509DEB1B1B6839D1DAA4A19092074E2C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Intrinsics.dll-D9EFC7389C81DF8D223B42F57843F3C47CD6B560", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Emit.ILGeneration.dll-EEA3DBA165FB44CF28EDF08A9679EE4CBF3A80C5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Localization.Routing.dll-2776086F251E86A9FE7F9A07021EE1B7E3BAD08B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.CommandLine.dll-D4502DE940838438C60D7018CE57940A56CC77E4", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-clretwrc.dll-C94A10A57FB9824A7A5D4D148CA15DBE478DB8D8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Diagnostics.dll-CE51ECC922240F9F7741E4081577648DEF4F9A9E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-math-l1-1-0.dll-D69CAD280E285D4B1E0BFBDFD88C16CCD338429B", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Cryptography.Internal.dll-4A98B8774763BECC22CABB3521D0FA3132C2784F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll-90BDC50351A7D9D598CF4F96EF67A4506D8CC893", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-environment-l1-1-0.dll-4633519B66E56B73D6CCBADA0897C5E7356A448F", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Hosting.Abstractions.dll-867F64460324A4A41DF1A175111D2D218D7CC785", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.Security.dll-7CAC5C79B6EF39975BE9167EAF99138C0B4231B7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.SDK.dll-4C0BF3B5CA58C114B88056FEB4700718E3AD18BA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-process-l1-1-0.dll-221D247064C2A06E7D9EBD9A29BE4772B3E0ED51", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Reflection.Metadata.dll-03BC7921E3247C9A4B13678462262C879DB436B6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-378E2C1AE94C00B2A7F2F798EECA46CA25D167D6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.FileSystemGlobbing.dll-050CBCEDE85C18FD84F3C567664F91E18BEE4D0B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll.config-C0D2E96877C35678E78121BB19C08687FA9ABBB7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-ios-lib-net6.0-System.Data.Odbc.dll-E4CB985645BA7A4EA468E17B915E577751317370", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x64-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-CE54B25471F069BB4AFC179ABD175C4D22F11EBA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-F5008F0E836706277DBC3D1147DED4A847107D91", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.XmlDocument.dll-BFD77A815D9D5550FD251C2D9551820BA9F9F265", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Intrinsics.dll-D9EFC7389C81DF8D223B42F57843F3C47CD6B560", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Web.dll-E6ED2B573BDA73CC5D77E934BB796B9DFFDDD99B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.dll-4B91C69E0D739DE161BF59C12139F71C5B7AE16C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Collections.Immutable.dll-4CB06BF8A5BA69A27B7BC36B85736C2021FB407C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-F5008F0E836706277DBC3D1147DED4A847107D91", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-A64B2067E36C663A367F33F8FB1E7476E4CDF9AC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x86-native-mi.dll-4D05E30CF756353E7A51F0FD36385F2DF9871BAF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-arm-native-libSystem.IO.Ports.Native.so-9473FDBCFB78196553C5FC0BE3F8217C6F71588F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-9D19E77D09DA9B03CB3BD823F5119926632911BA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-sni.dll-7FA3FF72C28456F8DCA4E8FD6531867411FF4C0A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Compression.FileSystem.dll-D61B7A0D08A2A960860184BAF7EAC4E613DD0E14", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.Process.dll-CAAAB9A922116F30330F0980348B546E6B1E0C68", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.TraceSource.dll-66D4019484ED207E12DA08A12F759654D82A50AD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.dll-4B91C69E0D739DE161BF59C12139F71C5B7AE16C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.FileListAbsolute.txt-1C9E445A982F352CBC6D6D2CC6D8F9548129B8BD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-project.nuget.cache-156875D5B6E337ECD651FF1BDE0653C27838250E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Core.dll-F96DC48971E0666EFDA166547D49426C22B026BE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Extensions.dll-DF57F2851CB1C0BF96EDF001468156C3F14F6938", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Primitives.dll-882E9C0B2E8904E00CDB327D074C9315AC9E7DB2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Private.Xml.Linq.dll-4085663056B14BC6A948A23672347A9453FDAD21", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.UserSecrets.dll-1A9094D5D9ED14B2A86BB8F5F23B1A3AF80C1038", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Extensions.dll-3A2E085BCA95C3C17DECAEE5EC07A34F57CACD88", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.WebSockets.dll-D51E2CE7C55F9DCE62E8F1CE726C6B44F9FAC27A", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.FileProviders.Abstractions.dll-B0BAC6F08AF3C639CEB7A1B82E32710DF3A5F451", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.HttpOverrides.dll-E92EB2C1808106D9AD5D4BD79FEE400C34E1EEC8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authentication.Cookies.dll-5DDCB80B14C296FA188006BBA0985AB9D4E3F7E5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Linq.dll-616BBFAB26D9F62A5088E5462ADE9305FDEFE30B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.csproj.CoreCompileInputs.cache-200B4ADCE435EAAB3340321A727B859063EF38F3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.AssemblyInfo.cs-0AFE0D6D39AED750C09056C90EC432CD2DCA7EA1", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.dll-17579873CE4FB77A5A6D7D9358EDBA5A2375DEE4", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.AssemblyInfoInputs.cache-35963921B91AE4EF20CC6DDED332AC1AE17BD3E0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-dbgshim.dll-605AE89CE6F7E32059748F574CD48657D6D767FC", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.CoreCompileInputs.cache-1905BFAFADCE09201FA223827D4322BC38843C10", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.csproj.FileListAbsolute.txt-D580FA97264EB35212333855070310DD8F7E5535", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-project.nuget.cache-C676524EB96DDA5FC7F8C28451C06461F0046254", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-string-l1-1-0.dll-4D16A8BC8F2B78A44337CC3218032725E9E00C3F", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll-0D338A1BAE14DD589E8874A2FAEC935E925E40CF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Diagnostics.EventLog.dll-0C6C6F92CA2A27EC0DE1863BFC58C33F152A7F91", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-heap-l1-1-0.dll-8D858FF99495861473BE61D50FD6300F530D3087", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-3D667AAD288F24D4C354381FD40A454AEC86599C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Ini.dll-2D91AC2F26BF60A4DD72F0B4321FC9368AE98BE0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Caching.Abstractions.dll-B16AB0A5AFDAED9773C08A865317A6365A31D73B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-529DEE69F881B5FE6B213E2BE154697828E3123C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Management.dll-E9A84F4A4A5903466903C8188F0416D7852B5EDE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.DataAnnotations.dll-BC020F2CCCC85F93F386E32971FA5C61877A5D19", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Thread.dll-33B55E33B4E973FC2A837238DF11CB20D3C4A451", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.RegularExpressions.dll-1F5F37BF7BD0359EB2C267F86291B06B6B6E97BF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-lib-net6.0-System.Data.Odbc.dll-7E601DBB2070B8BE94F0EBADD1A0B0F9A75E34A5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Serialization.Formatters.dll-6E48C140B7B7B710B38A1B75BDD0A95D0031121F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.Debug.dll-4B166C4D4B933444AB0433CA2FEBB4BCF2B39592", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.Win32.Primitives.dll-3A25C1B337D966D1C9E698937683B7761DAB0D5B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Data.SqlClient.dll-5C01E910FE60E3C3D62D0949BB6E3BFF738EE42C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-System.Private.ServiceModel.resources.dll-EA4E36A24E1B64C9F0A4AB0BB2D81F6FC3744B44", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.Primitives.dll-9F2B94576BE10A41F7C379EB6A03D36E796E3884", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.IO.Packaging.dll-D5A4D1CE4D22A8EBC330CE3358C084E6A69A4AEC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.OpenSsl.dll-89A4F435319B9CC94B1F03DE68D41BBBF4303F90", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Numerics.Vectors.dll-7CC6566273CC2C31BEACD10BCB4E644AA7BA70A8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Mail.dll-0085135F3D38A58CCA4753233714A918D29F5C7E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authentication.Abstractions.dll-A6D153A03C755B6987638E51C88A5D7E479186A7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-file-l2-1-0.dll-C5D6ACCC0CE4CEAF6AE50DE778968AC3922F8920", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Markdig.Signed.dll-A030F09EC63F696E608FF72E0888B644C0CA5ED3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.WSMan.Runtime.dll-B05C8533B8360571A6FBDE585DFB4E3E79D689CE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Caching.Memory.dll-C327DBBF72AD8873A3CDEE78BE1FE55A649620B2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Bcl.AsyncInterfaces.dll-3EFB6A83806C80EBEAAC0B241ED6457804BFA7B4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Intrinsics.dll-9C4582BA904924DB5D91B050B5C7FF1FC07F8D79", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Formats.Asn1.dll-A653D4F98CEEA6ABF169407E84354C57A9B7FEA5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.TextWriterTraceListener.dll-D32F0C40733617516C274041B50E5173EF06F384", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Data.DataSetExtensions.dll-CA406209E85E22434BCD1B0A0B5F094BB84C3F3D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.dll-E39C4F5074B7D0BEBB380571505B3FA2B909C1FE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.StaticFiles.dll-C300449005CA164D62E86AE374CEBB2C5B8BB5E9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.Kestrel.dll-CFF50416C4BCFF3F6E61371DABEB4DE73E06D7C8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x86-native-mi.dll-A38F56281837AF9AE67D01FCF9D11384BBB08510", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-synch-l1-1-0.dll-7056BC489D025B32BF9C0896CB384AB1DC6D1C96", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-System.Web.Services.Description.resources.dll-464B0862A4FF935E00CB66F7B23F796C6531CE45", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-DB0547CC8B83ED3DE6E2D21049366019B867A313", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x64-native-mi.dll-C0AFA32232922FB1A3EDE73DA9DD17D697874D77", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-D465203BD1776C520F17119A8093D5DAE0D3686B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.pdb-466941B7CB0AC2A0CE452279B69B4E4AB9BED2B6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Security.dll-8A59F071819BBE9538AF04235A310DE0C5A1FD9E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-CimCmdlets-CimCmdlets.psd1-99F66D7CA28ACCDBACC06570299B71AA1EA07C5E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Http.Json.dll-4F3AE7F2081315C4852216F2A03BEA1EAF859A00", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.PerformanceCounter.dll-12B2EC654E2BA67F7BCF482AD36BA249F1E6F406", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.Primitives.dll-36E0341BA857D46E4082BC5D55D35CA48AB0E181", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.Management.Infrastructure.CimCmdlets.dll-93D10766EA43A0696DF8E49C243D168EABC2530C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hans-System.CommandLine.resources.dll-CBBD6E306EC4A27012436DA3311B1EB578099687", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Diagnostics-Microsoft.PowerShell.Diagnostics.psd1-DD76132BE2772E4BB037A2EBD5A6AC1FB9E2A5C3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.OpenSsl.dll-7D86BF38B57F86CC00961BF3A4007027D4F57E65", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-convert-l1-1-0.dll-C818750F2E5F23265E29449ED12C6671589D61FE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.NetworkInformation.dll-209F0EA3D61AD17B0ABA1B472ABE8C01D9E14D71", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Linq.Queryable.dll-A1351F190EC894063542AFC7FBB5B075B1338D9D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-netstandard.dll-6D446D3D64E96C29E98C7A2CDC4421D60C295AFF", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.EventSource.dll-0ED2B3C3EC971B7EA19DD1916097B0F91F859A46", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Microsoft.PowerShell.ConsoleHost.dll-F2D65A7A32C1F350F723841B553949315130E4E9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-System.Private.ServiceModel.resources.dll-292D5F6BE8EB904E279D688076EC03FC2CEBA9FD", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.Serialization.dll-684E3AC8D2404A15E000D0368B931BD68F4B3595", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Components.Web.dll-A354C7D56BF59B8DB616AF7FDF9653F6E5B0F361", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.TextWriterTraceListener.dll-1C951C396922369D27E3BD15D3035C87D079FA4F", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-project.assets.json-C6A6DEA8C679431190386F096BF459EC520E6AA0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Configuration.dll-6FF7D9A89F96AA36380B6D263F413A4B9D1BF4B0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Hosting.dll-537A34FC602737F7A711536431B7EFADEC2913A3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-A4930C174CA78E8EC01F2A2B85469BFCA91403F7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Numerics.dll-4A59848F08DAA40EED3FB3442F6339FC8F9E10F9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Quic.dll-23C614B41B818143CF8EFBF29AFF54E95C6EB9E4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Serialization.Formatters.dll-3E06CE70B419E1666B401A22C1C9893B82D7DF4A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-System.Private.ServiceModel.resources.dll-33EA1F3C5C3C5311151AE610ECDEE5D497EB031F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.pdb-7ECC84B9ACD3AA5807604BEE0AD4F6952C7FAAC5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-ABACD8F5758468D68017A1C84214359459DDC5B4", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Compression.Brotli.dll-CA9B483335E04CBFC90E4A226A3A86C03A2CFDD2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Data.Common.dll-583B32CD01724B86F2B8027E02F6DC4C3AB3A4B9", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-de-Microsoft.CodeAnalysis.CSharp.resources.dll-E97D4E34B6647AB30EDB1B7FB2E72650B1791EC8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x86-native-miutils.dll-286EAD121A2CC1E55F7D2BB73775C0A2066844BC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-PSDiagnostics-PSDiagnostics.psm1-05CD52DB9AADDB0F27823764DC50D9353402081F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Timer.dll-68D461ABB645F52A18DF8B7BCBF7A721783EAA9C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-errorhandling-l1-1-0.dll-850BF85CE8D59F96661525404208211EEC1122B3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Resources.Reader.dll-B54971B56E73CDF1E9EBF3CB2C6580E6E4320346", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.dll-B1921B680E2ED999AABD9E467B5BC97D78F1136F", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.Annotations.dll-3182425DC9E476DB993E1E873451DBD5B2BC55F4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Modules-Microsoft.PowerShell.Security-Microsoft.PowerShell.Security.psd1-58A8C6EFBB6EE48756D6FE30883F2625F06FFBFC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.WebClient.dll-96275FDEB89B60A220648E16896B4A7381CC5757", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Caching.Abstractions.dll-EEB41B18A408564075F5C776605F4EC3807B7B60", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AspNetCore.TestHost.dll-E7F314C7942F9AB480DA7F96C2780A4BED566884", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ValueTuple.dll-C8ECA11516B5B64BE724EF05269952CC19873DF5", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.deps.json-87E89AC9144E2ED7BED8CFBE561EB6F9151923EB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.TypeExtensions.dll-C865E89AD1F4FB3CF4CBF8E15FEEDA63446666CB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.DispatchProxy.dll-ECD45E1F0F0AF69B5D26A95844BAF59CA168E0BB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Web.HttpUtility.dll-3FB6E00C89447A4BD7F2C4A9B794829454DAD2FF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.deps.json-D5E8ED4A1C1249EE4403DFC4D3266E37C6F7F8A0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.nuget.dgspec.json-53ACD4990A5F49A2DCDCFA15A6AC01781E2CA808", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.GeneratedMSBuildEditorConfig.editorconfig-0E20488998B8C8D64766E04F429431853CF52DAF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-project.nuget.cache-C90A83A9BDDBBE3C417CD25174723D8EBD0A3BC2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.SignalR.Protocols.Json.dll-D62542D4D4D44EB2EF3DF82021FBD5702EC8C3D7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.DependencyInjection.Abstractions.dll-B0F1DBF4BDACD5F5FB9A843D129DE3623E79A6AE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.pdb-9DF3157EF35EC6C7D1DE020EB580045CFC816E22", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Csp.dll-D529B08AC4F037FCBF7747D71F7D12D3807BA384", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Identity.Core.dll-461D34FF9B71F61205A2404A79751B1817546EC5", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Binder.dll-90BDF4610ECC121E72D8EF73A9B9AF5E843D864B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Azure.Core.dll-724E0ABF7D8F53D603649575E74BEC0B8CA6ED9E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Compression.dll-F520699A377DA7A2DE86B61978B4B691A6BCA67F", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "SPDXRef-File--obj-ES.ToolAuthService.Client-ES.ToolAuthService.Client.csproj.nuget.g.props-6EDF32260695AE81F413550A2AF027ED7D571C76", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-2F12BF0A19F8219FE010B1708D8919BDF06FCE92", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Drawing.Primitives.dll-0C1ED7A97E6507F69133A70357B3C781EA1EDBF6", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll-F4D5CCFFAEDA4B93C401EC19B3C8BCD9457C11AF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Antiforgery.dll-2066BAF6AE1E9E3FEFBFF9C771DB552092D4F8BA", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.AssemblyInfoInputs.cache-605F3A16A33E6D88EF15C3F080B54D8F6DF51299", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-ES.ToolAuthProvider.IdentityProviders.csproj.nuget.dgspec.json-A488B64B81B7FA6D907D49F38E70EF79BBCF8636", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-msquic.dll-65998DEFF8A30FD126518DC38FE4E003170F8C62", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-CoverletSourceRootsMapping-F3D4BFF76ECAE36B05D07D66A85C0B2E11195F21", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x86-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-6327AEC011E3A1E65432A3ED6F52B61B29754AAC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-0D5171655C1C8B434A420C2009D551C2386CD3B8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.WebClient.dll-96275FDEB89B60A220648E16896B4A7381CC5757", - "SPDXRef-File--bin-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Html.Abstractions.dll-720D1B30D3D9CD029F0433129CB6309FFAC6EEED", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Pipelines.dll-FF9AE218D537A7F278F408C0D9E98244307EAA8B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Connections.Abstractions.dll-7C1AEF3BE07DE354F8F8C3854A4B83A843BB900E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-32A08A01AB6D85DDB96A1B4D1337D6F46031A4A8", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-x64-native-libSystem.IO.Ports.Native.dylib-E71243E636F87F7D671422DE40CCDCEE1916A5DE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-libraryloader-l1-1-0.dll-2442708F3055C28F47DE39102EDBECECFF38041A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.AppContext.dll-DB04CDC3C1575733C8F1C1E75694F065372439AD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-mscordaccore-amd64-amd64-6.0.422.16404.dll-F459A93171E28CC92862BF3E824D1FE16138CA92", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.XmlSerializer.dll-8BBD391B0202BEC716125D60FAC4738F0652AE23", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.Cng.dll-1E1D1D6BF8C95F9591E986FDE657965AB46D6A09", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Serialization.dll-43BEDDC6DA0FEF9425342092F08E73C7CEAA5324", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.dll-E4BDCA9ECBB378C22D803AA92DB4B987AEF66E6D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Identity.Stores.dll-0F2163AD38F0FE50C38823BF24A2339B2419591E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.FileSystem.DriveInfo.dll-25B92561C7647CA532118A2844271FDC54C33B5E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.CommandLine.dll-8AD56ABD0C2F8EDA6092E7FE2B1DEE066A73BCB6", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.WebUtilities.dll-DFF92E9483264ACC0E08AF6852A8CF238793008A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.dll-4330488E0A146E6DC41D6AB3E7DDC2240798D730", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Debug.dll-4140D573312BF50435BC391ADB333D58BF401619", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Security.Cryptography.Pkcs.dll-E182C2E992E9C229DB443125EE6CA8CABD99EF8E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Web.dll-E6ED2B573BDA73CC5D77E934BB796B9DFFDDD99B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Principal.dll-927359C647667ED7294BEC869C2447D90BDA440A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.InteropServices.dll-5086AD8B296B72CE7EAFCF17FBAC86D3C2C670E0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Data.OleDb.dll-224F3D3F51C545F882448FBCA4263D9693769E2D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Linq.Parallel.dll-3F7272AE78B840EE6F74E05F24B750B6FCEA5000", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-System.Web.Services.Description.resources.dll-32A14569E9813E0A7837AE25EA8409B1D99BB367", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x86-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-3104CB15C964AE1C62BAE0D3CC609625DE44AA70", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.DirectoryServices.Protocols.dll-BB34AA18F7FA3AE93B0A945386766E17790847B4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Text.Encoding.CodePages.dll-29500B90314EE5E60C7B559AF4A2EEAE5C7F51F2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Modules-Microsoft.PowerShell.Management-Microsoft.PowerShell.Management.psd1-EE8BB515A3A18A38A236FE9B2982A68AFE0CF64B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.Agent.Intercept.dll-B2C1DFAC9A0257C7D12591FC343BA463BDA701E0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-native-libmi.dylib-97AEA94D4439F28F56AA43E07050BEE70807C351", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-tr-System.CommandLine.resources.dll-7859902148304CF0E561E0EA608A12AE0C2B5031", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Resources.Writer.dll-C23BE4FDAE1C1818B1256CFD195E83AD92B08F1D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Pipes.AccessControl.dll-9E7CBD87EAE10DADC3A540F6D468608A8D80F00E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.Cng.dll-B4A2767CE18F61F9117411093ECBB763B1541281", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-es-Microsoft.CodeAnalysis.CSharp.resources.dll-7137C5ABEC9ECE0A33C5777E2D4AB83A2C699588", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Private.Xml.dll-2AA420084D7DF7BCDDB94ECC7DB2C4BDA207923A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Memory.Data.dll-E36771D1CB5A6121B25C2E63B339809703B70306", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.deps.json-B36126290B195C87B9DCA290E3C5AD37915443AA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Speech.dll-89269C99C295C82F4A97CCA5E63889AE1A327C42", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-it-Microsoft.CodeAnalysis.CSharp.resources.dll-06AC976E567BEE760492E8D9ADC74C712CBDC17B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-1D31EB8B88D33E3E80C2D834724790755B36744D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-lib-net6.0-System.Data.Odbc.dll-AD17B354E11D47F62D5386E6FDF6BAF362B8BA9D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Security.Cryptography.ProtectedData.dll-3C004A9F1FB70B169745ECD94B3916EF94E7C984", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Diagnostics.DiagnosticSource.dll-A6E2EFDFA879F6BE67B72887007FB1E4D6F00193", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Management.Automation.dll-FD56E7E0695145741B7CC780CE1D8CFA1429CCF3", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.VisualBasic.Core.dll-473CBBACDF92CA6EFCF0E64C8997CDF8E02CBC3F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Core.dll-BD6E73CA6ED73F66BEC93BEBFB0AE152D315A185", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.CommandLine.DragonFruit.dll-AC7C229F1BC9A2076C65C2552F86B49C31B66A81", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.pdb-7ECC84B9ACD3AA5807604BEE0AD4F6952C7FAAC5", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.assets.cache-CF96C4B9FBBC8C4063BE08398F618AA48DC9DCC2", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.nuget.g.targets-B12149D89E5E6DE906E4A35DEDEA94FCAA24E74A", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-project.nuget.cache-E5C2AFAD989AE0DA431FF9E8CE71B5D073D3B740", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Security.Permissions.dll-52DCCD6D6865F0AFE14A7938116B70C01D36A4C1", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.EventSource.dll-DADCBE34F7D88AA70250147AED6FB206C8BCE2B3", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Hosting.dll-C39818F59710A77927FEEFF3F4AE2D5C0057B1AC", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.Json.dll-6B9A0B1DDB692A32ADA5FA1AC6E18E263794B360", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.AssemblyReference.cache-C7932A39FA7E524E23E4BE3E83CDFC89019E18A9", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.xml-1F8998E8F650F896CA6AB32CAFE2E76BE41BE413", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.AssemblyReference.cache-846659AB64543D15DC97DF6E276B171C0E0900D5", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.nuget.g.props-40155978D32E36D366CA6206962C30A3F291BC31", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.GeneratedMSBuildEditorConfig.editorconfig-B23BF13EF9574F5DD496BD442CE6C901E9D87D5C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.csproj.CoreCompileInputs.cache-BAECE13AEBCBEC2E2A46B4C730A72C6060149FAF", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll-2F4442ADBD1E4260DF68C40BA4195F0780DA73FB", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Timer.dll-80E32A7AB62254212A8A7F860E4BDA543413A3AB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.dll-ABC1F4B3895DAB6BD22CD376FDA525F11D3865BD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.X509Certificates.dll-DAD8F9469C0213363FCCB7EF256F852F592D92D2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Algorithms.dll-2177CBC2AE93C9976649562E9C34A4EED8A399E2", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.xml-763EC54F381A4639E2C6E644AE09314FFE579DDA", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.csproj.AssemblyReference.cache-949358D4DCCB7582105B3FC85B7C1CC8042416D3", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.csproj.FileListAbsolute.txt-CECB6EC63615396FB12402FFA5A35D2D6E6FB6D1", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.csproj.FileListAbsolute.txt-C79CFF4464297A30CA6EFC4B8855F645999FDED7", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.Service-staticwebassets.pack.sentinel-2BD7EAA8BCFF19F0A2FB92406EB44068E5C9D381", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll-878C67F93EC5D5E0EC461DCFD22745AACB22C4E1", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll-ABA81BCAEFB2DABE9AB3D10E6DD7AC641EC9A053", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.AssemblyInfo.cs-F5EED409D82076331C8491591F6284BE3C48D5C2", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-project.assets.json-5A69CE0870A25FC19A0F63CA307D0399EBF15732", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.genruntimeconfig.cache-CBDE61AD98872C5DAD1DA971EFDF7AD1FFB0CCC0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-8AC08FE7E6EA7D399846FE2AD05EC56452C9C96A", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.AssemblyInfo.cs-B4212BBCE64CC0A019DF51351AD9E4F483DB4C2A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.assets.cache-2E7100C4FF0B1E7D9B8B1FBF584E51264CB243B8", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.nuget.dgspec.json-30E8A8690BFC22F392F85528F167DB96481EE187", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-project.assets.json-245DECFE77D8DE34C3E4385E9802389C6AF0843D", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.deps.json-CD7A75DB4515DAD604C58996D5ACE5D61EDDDEFA", - "SPDXRef-File--obj-ES.ToolAuthService.Client-ES.ToolAuthService.Client.csproj.nuget.g.targets-FAEF0BEFEBC666AA1CD4A94BFC307F99907045B1", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.genruntimeconfig.cache-7678B5ED9D331E8DAEFBE9F5132486505F94FAF4", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.AssemblyInfo.cs-F5E15818F20E44F1F6AEB0B00D68D2CD15A9DED5", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.csproj.CoreCompileInputs.cache-82D29E935018A37A79EFB0CD43C48F962E8A9D0E", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.AssemblyInfoInputs.cache-075DE7E3BF866A4294C2FEEB34397F0E78F72AD8", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-project.nuget.cache-8C9CB1B42CFDCB325BEFB1500786CC6B1BA919D5", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.pdb-DE05D3533A104963DD5172C22C02E36FD5DCCD35", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-ES.ToolAuthProvider.IdentityProviders.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Private.Xml.dll-2AA420084D7DF7BCDDB94ECC7DB2C4BDA207923A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.csproj.AssemblyReference.cache-303EF9E0DE6780B12804C0939B23AF1C1C9A7E9E", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cache-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-ES.ToolAuthService.Service.UnitTests.csproj.nuget.dgspec.json-7BD7EFD5F2B9D306E3806199C9BA2051B7B91980", - "SPDXRef-File--obj-ES.ToolAuthService.Service-ES.ToolAuthService.Service.csproj.nuget.g.props-03BF75503B62784C81C7A5DBFC5A1121F27A8FDA", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll-D23A2CDD0937364C5AFC3EA35D31CF3B2FDBE461", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll-3FFC04588663CD92348B28F3EAC26F6246A156CE", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.AssemblyInfoInputs.cache-294B51270C9E0254229595E997E2E0438C1A11E5", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-PublishOutputs.f1181fea07.txt-CE7D3E949780A2B19AE0E7B992151095637D1348", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-DAA6DA2DE10A68B03F93B8888E370A5D74F8C1B9", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.AI.DependencyCollector.dll-8405853CD2DA1AC7B7D08FD020B64288D39B0EBE", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.GlobalUsings.g.cs-35D3B87FE8DA7BFCCDCFFA070E3BB6BE112A4E34", - "SPDXRef-File--obj-ES.ToolAuthService.Client-ES.ToolAuthService.Client.csproj.nuget.dgspec.json-04FB2968D71EB8D05FBFE7B221B05C37EAE6C8B9", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.EventLog.dll-B4C0313205FB99349A827308159078AC29875484", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.AssemblyInfo.cs-6820A5E7E26BA4957F9E6D451AFC7516A3888E50", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll-2033D22F74D3D7AD50949BC9837CEA3BBC9E691B", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-project.nuget.cache-70DCE7EDA4C904D85577F2A4BBBA744A748A800F", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.FileExtensions.dll-D80232C9A2CFC1B25BDDF023ED5527E4306DE81E", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-project.assets.json-679673D06041136E00745E40594FA3F5C2B5B9DF", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-project.nuget.cache-A69957D0640ABA7FF31E5023D9C0AA33E0EC29AB", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.xml-59384566D264B2DFD0A21B57CCC4C6CF4B338CC9", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.assets.cache-742BA5A68B845CD4825E12038BA6F4BF3007106D", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.FileListAbsolute.txt-68CBC278B5A8A63C8BF39FEC42FDE2AD7E31D714", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-project.nuget.cache-52B6001CB789151201022A7081FADC5205CBD6F7", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-ES.ToolAuthService.Cache.UnitTests.csproj.nuget.dgspec.json-39CF048CE6D0459751E94E2FC54310ECA14AFB63", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.xml-D70764C549CBF8BFE039B7F80F0801291454222E", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-ES.ToolAuthProvider.IdentityProviders.csproj.nuget.g.targets-88C6E96C7BF4FCADDB0868C026B95C5B14F0AD1E", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-718202A5F1ECD6CAE577A2A851D82385AD79E5B8", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-multibyte-l1-1-0.dll-45C44D7A6AC3903DC66F3F62C634BEE94A0973AB", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-ES.ToolAuthProvider.RequestHandlers.csproj.nuget.g.targets-88C6E96C7BF4FCADDB0868C026B95C5B14F0AD1E", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-datetime-l1-1-0.dll-DF3864400798AD14638FDF47A355DA2D0CC1D5FF", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-project.nuget.cache-A0C30E6DB9363C40811C764ECE9F81112A4DB1B9", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.pdb-79CE12FE4469ABBF1DEDD712A2ED78948868F0A6", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.assets.cache-9830219A55DFFC5B93CEA32192EE93079ACCAB50", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.EventLog.dll-99E0960485E1D92B5C13652648618B851C46C309", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Runtime.Caching.dll-14D15FDB98BDB4DB3907DA95ACE1B67AEA40E93C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x86-native-miutils.dll-ECF790BF29BFA135986A363AA371976BA5F06F7E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.EventSource.dll-0F9D31D06D1AEC9EADFE187028D27C61713F28A7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Hosting.dll-A3F100949B139504435EE62916E4A00664992284", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.Json.dll-7CD9677559A5AA9436E81A2A99AED28A5270935A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-System.Private.ServiceModel.resources.dll-827C51DADB7AA2451D321026BD723D84E9BCE650", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ServiceProcess.dll-62084671D0279B5F4348590111EF1C89F8DCE110", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-process-l1-1-0.dll-221D247064C2A06E7D9EBD9A29BE4772B3E0ED51", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.WebHeaderCollection.dll-B09446CF21FD02789F2F950D953B45A8B1BCA15C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Memory.dll-08014C28AAAB4A532C9807537952F13EED023A9E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Console.dll-A98EEC476135572FB6B1B694F6B0F20C4D68D1C7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Json.dll-EABF7567CBE3398E15D0E11048F8F10303E4E549", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.pdb-56D17AE4D71134385E0647DFBE5D2137C881B56E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Diagnostics-Diagnostics.format.ps1xml-BA7552D5E3A2371A19CB8E37C12E33DCC1C97525", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.IO.Ports.dll-070FC135D9384A5D83AC6AA28D130C00A5DD6D86", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.DirectoryServices.AccountManagement.dll-9AE6846CAD53B5A0AD92B8B20F1387FDD7125FC1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.xml-7D647889F6D589CBA8DFAF37B59737C21B6F821B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.CoreCLR.Eventing.dll-BD8109DF8A8A4E2DB4CE9C9FE339E4FEB49D4369", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-9D19E77D09DA9B03CB3BD823F5119926632911BA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Resources.Writer.dll-4C3E021520C67B5F4B8460422A6DAB0AC1966E4B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Tasks.Extensions.dll-8EB323FF262AE8D68A3517724AFF56CCAED31271", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.XDocument.dll-4B55C93EBFE2E8F5554732A3C6F944BA8D342D44", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.dll-F8595930AA5D275A5E5F378A8901492C5D17E198", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Handles.dll-D9168349F9AE7B082885BFC8BCC4A702806BBBC9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.FileSystem.Watcher.dll-7FF13E73FB98AA702560305BAFD632816AB4BEF4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Compression.dll-489C3EF563AFFA6091D8D55DF611C6B71A33B47B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Drawing.dll-BD2B948BF9D7B253E174BCB036021D8413FED395", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-mscorlib.dll-AE54134109918ADC2ECFB958BBF7FA08BC6E1AC5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Management.dll-D2802B4E555945A4ABC72EBFC7F3BD7609DDCE23", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-mscorlib.dll-A391643772AADF93190CFE6E9F879A3E9F356252", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Caching.Abstractions.dll-D170E04201750E88BF888A64407F8B7653212B89", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-native-pwrshplugin.dll-80400ED66FA2993585F814AFAAEA28BF8860973F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-WindowsBase.dll-5549E2B7029A83005BDDFB4C05EFDD5FEE6FF286", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.dll-EBBFACE9A82D639BA77048E2BCFD63FF5FA13C98", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-rtlsupport-l1-1-0.dll-4439EE15DB5B160A012BD015656A4EFA42367490", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Data.Odbc.dll-333E0D54DDCCAB2660EB474622EE6A30E8BBEA47", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.ConsoleHost.dll-AA3E2FFACB80F58372C5567F012B8A7B4DE8C41D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.NetworkInformation.dll-BD27875BD684147A9F3B282655470BB9EDF75CC7", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.csproj.AssemblyReference.cache-22DD2BC6D4BA1BC696769AEC8018BBEA47BE08BC", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.assets.cache-57EB90CD81AEBAB3A3559E8C2ED4EF36F29EC40C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x86-native-mi.dll-33CD868AFB80DF002D748F8F844ABBFE77506B1B", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.runtimeconfig.json-BF524148BE178643CF0910C7084CDB69FE461538", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x86-native-miutils.dll-7597FC73D5F875BD5B46456C0C79AF17DC2A220A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-WindowsBase.dll-5549E2B7029A83005BDDFB4C05EFDD5FEE6FF286", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.AccessControl.dll-EB9233B9B69701AD616522EA07529BEBD9A4A9AE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.dll-9F0F4A0AF7B0A0C191BB24E568D25605FA1102A4", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Requests.dll-BAB24F11489734642A00A3BD925A82BA196662B0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll-92966C0684C29511DAF965C09302E9EC34FF082D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Hosting.Abstractions.dll-BA4B44AEC5A9ADB5C40B089D6A06F60159F30691", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.DataProtection.Abstractions.dll-7374E732D695826BA368D05B3EBA13EB82B1EE0A", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.GlobalUsings.g.cs-35D3B87FE8DA7BFCCDCFFA070E3BB6BE112A4E34", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.Program.g.cs-D8038D2FD777E414D084BE1A03E728B33F8F61D5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.AssemblyInfo.cs-E31652249AB4A9BEA3B5DF1131EC39C0A653C5FF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-hostpolicy.dll-180A9F8BCA0EE54AF9D3DC4FCBF125CFF8C72257", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-runtime-l1-1-0.dll-8789C18353D22D50A1E9B71FFDCFFD19CC7A2DE9", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.GeneratedMSBuildEditorConfig.editorconfig-7C920C29BCE46E549CB6972039D089941FD23D37", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.AssemblyInfo.cs-CE6FA9D76F8885B426EDF24D11E50C4C66D7664A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-ES.ToolAuthProvider.Abstractions.csproj.nuget.g.targets-ADE27DD8D26A20C47B7BCBC3C3465368DF9D67A8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x64-native-mi.dll-6BBD903E1A375D7172AB5AB931B3D2A0606FFF3E", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.XPath.dll-1AD512EBDB9AC1937CBF94AFB5EFF55184E7742C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Windows.dll-FFA532755670F2C5A5062D23E3E89AC7423BA21D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Primitives.dll-E76FA8143325DCFDB9C83A4C79F060F0C6AD23F5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-CoverletSourceRootsMapping-C1ED2B69AD28F2DF7E7A0B3CA67E79C9C78F0C5D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Mail.dll-BA9191AC74ACD5F747EB26F5EDB54E6BE2070A35", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x86-native-PowerShell.Core.Instrumentation.dll-BFD717C8061A07F97B705920496F10A3947AB26C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.Algorithms.dll-2C248CD00971A0A2700595959E742590921FDE4F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Net.Http.WinHttpHandler.dll-FA85F370C427A6FADABB391D6E3A1CDD03A5C2B4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.UnmanagedMemoryStream.dll-5D35FA0218A075C55E674E4E86BD1DF680913C71", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Collections.dll-47F4EDDBF27360568823F2FF6B9C5A6331DE2F65", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.Win32.Registry.AccessControl.dll-D8798BD52D4F50FA9313F0212BA20AC3F85FD213", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-System.IO.Ports.dll-114108DCE94D243123D6FDDFEF9ADC54D81C273F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-System.Web.Services.Description.resources.dll-A513D4FBBEEF8CD3CF5873FAA6422F2F93F4DEEE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Web.dll-E6ED2B573BDA73CC5D77E934BB796B9DFFDDD99B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-mscorrc.dll-0C2E9FCD833ACCEEEBC9424A65E916831B5D955B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Diagnostics.EventLog.dll-0C6C6F92CA2A27EC0DE1863BFC58C33F152A7F91", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Newtonsoft.Json.dll-8810353324DE0EA35A27422EEE64012F25A6341A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-tr-Microsoft.CodeAnalysis.resources.dll-1BA29DD828E99E894B23619F48AB531951E5DC3D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-System.Private.ServiceModel.resources.dll-8197F10A624F2171FAC9FD170D2C64B84BE2D2A6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Emit.Lightweight.dll-4A210F163C671566430C45759EBC57D63035CDBA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Primitives.dll-AE91D7908C3F8AB3602C165C6DBA257430EB8611", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.Configuration.dll-57BE308CCDB22CAD62DB55CACB33C35ECDA88B32", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Data.dll-24A3C413758D5D1FD08D27928C5C5914F809FCF2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.EventBasedAsync.dll-8D0CC309587730B14C2C4CE7A36F3E436E3C83C2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.CompilerServices.VisualC.dll-4925DF7065B28670F804189EAFEE5217E9F0A858", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Extensions.dll-A1380B0FCF2F428FEFDACA79100CF12A4CEAE4CC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Abstractions.dll-27555C8E5864C0D26DA4C15177A33214D6EB07B1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Channels.dll-84AC689E64BF3BBCFCD714E91313224D3A529C90", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ServiceModel.Web.dll-B498ADB0F0EE52B4E2683944FE9F7FFF9D69F2F4", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.XmlDocument.dll-528510241806E51D566AF10B3C1AFDA322199812", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Private.DataContractSerialization.dll-6FA100337DCA7886157383FE90C8D9DC64FC8E41", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Linq.Queryable.dll-C2EFD38F3641D426BE5D9440E61358CC7A453CA5", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-2BF48A41757631FC6E90941DE06AAE6BAE7526BF", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x86-native-miutils.dll-8CB3F48C7AD9D3100041848C426CEB95794DA3EC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Thread.dll-A25AA1CE4445A65024D46EC75D707CCC79407811", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x64-native-pwrshplugin.dll-86C6528A11683A4F9F95BF71A832B60CE7E79156", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Transactions.Local.dll-CEA885D1484836EC63C03449A0BCBC51AF4F8F4E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.EventLog.dll-B7F500BFEC81244173DFF944C96C98AF58F8F02B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.ResponseCaching.dll-E90835CE815556F4B38E9668FFA8AD871DAE6302", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.Encoding.dll-9C72AB19943C85FF4372F4736A5FA7FBB6EF0279", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Options.dll-A9FD5CB6E81CCE59D5B37AA280D2FDE4EB61FBA1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Debug.dll-D23C30B987206E9E27938B59CE785D9FA067AB51", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Abstractions.dll-36D3BF8F169BFC06F93D767B0DC43B30AF3855D1", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.ApplicationInsights.WorkerService.dll-BADEC8B167C25E28510C973B61F067BCB377E953", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Components.Forms.dll-C0474D8A667D650EB636065414FE61372B546653", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.csproj.CoreCompileInputs.cache-2206ADB8FCB4880819B2FCBA364D37C3BB482F96", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-string-l1-1-0.dll-17A78C90B3E74DF09B22B82CA441A937BF9B683C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-synch-l1-2-0.dll-54303B099118AA63A958E213069A96C0C34E4C5C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-namedpipe-l1-1-0.dll-EC3D32C4F9781A9E63984CFF53DF23F8C9A83C63", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.CSharp.dll-271B909B47777B866A12CC6620073EED0EFD6BA6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Security-Microsoft.PowerShell.Security.psd1-CB15127DD8D9321558417A98ED88E784CCD03963", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.Messages.dll-FBCF59D08AACDAADCD4D04DB203BC595E5FB4718", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.HttpLogging.dll-BCDDD14E07996EB5A3D341EF2DA068FC8DF5E26D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.dll-8580C9A62B7A8327EC79331EF26F1073A9D0A17B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.dll-B0AEF17B919FF9B243987A8541FE1C1FEC913F96", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-rtlsupport-l1-1-0.dll-4439EE15DB5B160A012BD015656A4EFA42367490", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-errorhandling-l1-1-0.dll-850BF85CE8D59F96661525404208211EEC1122B3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.Messages.dll-FBCF59D08AACDAADCD4D04DB203BC595E5FB4718", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-System.Web.Services.Description.resources.dll-D3C059BA4EB6650985A2A390C5F7F8F6856A70E9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Primitives.dll-BE4327908372C1C470C4D899EEBCE9A19F995A65", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Numerics.Vectors.dll-CCFA647CD5A74D25A6DCBDFF9B4C668F4B78322D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Globalization.Extensions.dll-ED95DC79D1D1ED20FB042DE193E2D88E64A19809", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.Tracing.dll-A540143A51E975A1A145DA2ED44BD1D58317A2AF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Collections.Immutable.dll-4890B10E1A1137AE1C3759BBB0509D1151F94631", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll-9E56AB809B40D50F8CA141B95835ED8CE6AA2C89", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-A64B2067E36C663A367F33F8FB1E7476E4CDF9AC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-pwrshplugin.dll-257984C04FC7316FDB6B7966180FBA75826FADE6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-5186E6066E81D39C03AE744877415A677AD7A73A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ru-Microsoft.CodeAnalysis.resources.dll-A083275A8411D06711D775F2A12261E4691449AD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.Tools.dll-D7415A6847CF0DAF33EBFB817A7504AD9CCB7A96", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Configuration.dll-2259884D6EA286FAE7D42C391B1DF9A0392DA1A4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.Abstractions.dll-2219FF2E173BF290C5D516F896E9C47D1CF3EB2D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Options.DataAnnotations.dll-F5C283D3113A2AD5FE6C8AFE866B4904C8F9A442", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Transactions.Local.dll-5B0FFCD524AE1256B7620203B97AE21BB3FA2C1D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.X509Certificates.dll-EA7DC4E5A35FC0ACA4E23184DDECEA74E81544D4", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.KeyPerFile.dll-3BDEBD9108B56B19F91615CA60A2AD36F14598A5", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.deps.json-3BC8BE11B4BA33EFABFEA15A590D561BEFEAA86E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Tasks.dll-08B50389DF527C82E2AB8FEBEAADBEF01F1D3EB7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Cors.dll-A78ADBC673740EC33991EFAD0B6A97C3483DAB21", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Options.dll-25CC7E01504957366ADDACC8E7B459D19B60684E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-131FB28D76F96DB88E7B96B74B4D521C9CF61FE7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-A64B2067E36C663A367F33F8FB1E7476E4CDF9AC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-System.Private.ServiceModel.resources.dll-5D4BF9F7AEE44323A0E193A39557DBA452768A95", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.DirectoryServices.dll-6388E193BC20EB0CDE82530DBF25A7918371D0A4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-4D5A6F0E80490C3D80DF7903351FFFB5B74DE283", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ko-Microsoft.CodeAnalysis.resources.dll-012C6873AB2D616B7BC8A7C040FB2C7E534782D5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-musl-x64-native-libpsl-native.so-442F5A165B0DE82BD7ACA9778E683AB7413105CF", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pl-System.CommandLine.resources.dll-1831C96DAEF62D9C69471E1652FC9CB138C9498D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.DiagnosticSource.dll-421B65448BC42E79A554CBFC227E9564FA172FF1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.ReaderWriter.dll-EEAA0CE1BCB98546FD94DBBC7821A4F5A8776145", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.dll-9F0F4A0AF7B0A0C191BB24E568D25605FA1102A4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Principal.Windows.dll-BD765F55D24B39A2BE1BD030B1B260ABA169CA5B", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.FileSystem.AccessControl.dll-7B6EDB844F2DF2772C61D30B91F52F1CAE7B9463", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Data.Common.dll-583B32CD01724B86F2B8027E02F6DC4C3AB3A4B9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ObjectModel.dll-AD54444F5443B2B849D188DF9AC30CA25190B32A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Sockets.dll-5FDE5E654CB74BCACD87FE8F37AFA75891210DAA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.FileSystem.Watcher.dll-1A1208C0519FB138C525D58ECC22A7071E3145E1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Compression.FileSystem.dll-D61B7A0D08A2A960860184BAF7EAC4E613DD0E14", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.MemoryMappedFiles.dll-A7E053D984DBDCCB40D851968EF09737032C6DF1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.TestTool.dll-FB610606389B7236AD4B3C235C48394420802300", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Win32.Registry.dll-52F858F42487344FC9B253DE89DE9D97FE7F3A26", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.genruntimeconfig.cache-654E94CF45ACEBF9E45918544FA6EBC8C28A48F1", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.AssemblyInfo.cs-7AE8C070A970A0E671B3A1D6789C8C705E0D9162", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ref-Microsoft.Engineering.AuthenticationService.Svc.dll-6863512BAFEB6592F2501F3D5D4E3611E1172627", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.FileListAbsolute.txt-ED44F89CF0A2FCB0B55A5EF60C60C5E71F82C13E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-ES.ToolAuthService.ClientLibrary.csproj.nuget.dgspec.json-868DC40C695F4E66AFCEFE7046E83A3C4A5C494B", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Identity.Client.dll-238983D14D5F7B462B89FD68D240253BA1E9CB68", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x64-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-3D40D353C240B44CA9064C60EBFD2E5234659544", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.ReaderWriter.dll-EEAA0CE1BCB98546FD94DBBC7821A4F5A8776145", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Resources.Writer.dll-4C3E021520C67B5F4B8460422A6DAB0AC1966E4B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Threading.AccessControl.dll-CE32052A8E7314CC42AC386954620B76ADB35C4B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Management.Automation.dll-CA5A97DC92A9C0BC0721EBB778A598E0D887A170", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-mscordaccore.dll-8DA5BCFD407BCD5809C4CEDCE076AFBC98AB1D28", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.CodeDom.dll-FD86CC65800BEA85BC9E0DA0686A3B4E0DEBD9DC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.dll-9F0F4A0AF7B0A0C191BB24E568D25605FA1102A4", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Configuration.dll-2259884D6EA286FAE7D42C391B1DF9A0392DA1A4", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.CommandLine.Rendering.dll-EF6C05AF3AABC28B56668515A4821D5FDB3714E9", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-mscordaccore.dll-8DA5BCFD407BCD5809C4CEDCE076AFBC98AB1D28", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Requests.dll-FADB7C142EB8266AF8359479CC11E6E1F349DAAC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Collections.Concurrent.dll-D46FFB9BC79F6302A7D36E90BB2AD880EDFDB31E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.DirectoryServices.Protocols.dll-69318AFB10C1AA87DD6DB2DC2937EC829C710135", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-lib-net6.0-System.DirectoryServices.Protocols.dll-0B8298723FD4370DFBD5F83D92B834391CB4A8E6", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-arm64-native-libSystem.IO.Ports.Native.dylib-2589EB5020A6A81D24AEC8E3E6ECA4D569A54C2B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ObjectModel.dll-FF97F09E08AB51C44D3F942A49FDBC44EFA9F2CC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.Win32.SystemEvents.dll-EE1543A3328E4503AB8F5C308660768BDE7F55A5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ru-System.CommandLine.resources.dll-FBEA6A6B779B7E7EB9E35FF1B933F57BAFA89E2D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.dll-25C5CAD25830B854BF7CCBBF70041BBC41406AB2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.dll-ABC1F4B3895DAB6BD22CD376FDA525F11D3865BD", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Extensions.dll-069B8B5FF60FB679DCD5976614D6B62850DE2B87", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Numerics.dll-2179BB42B3B588BAD504A8F7122CA8751ACF365F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.runtimeconfig.json-BF524148BE178643CF0910C7084CDB69FE461538", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Globalization.dll-ABF1024CB54AD78506AE3E5ACFD8D6237BA61AC5", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.Csp.dll-D529B08AC4F037FCBF7747D71F7D12D3807BA384", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.XPath.XDocument.dll-40FFC9104BB303FC05079C7E390344A519158A98", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Web.Services.Description.dll-D5EB00867681244B9873246525DBC40FDAC7C7AD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Channels.dll-E39BD37B9D572119656C0839B2B41FD8D6F1E3A5", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Primitives.dll-882E9C0B2E8904E00CDB327D074C9315AC9E7DB2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-System.Web.Services.Description.resources.dll-B587FB9122EE106860FF7B4797EB63C812D3369D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Security.Cryptography.Xml.dll-CD24845B609775C7F283092C12AFE1163D5E3573", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-native-libpsl-native.dylib-3B55AD5ED0D5E530F33B2F552B34333900D2F1AE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Compression.ZipFile.dll-F6BCB66BF58B2CF1E3F8D841D27D7C39DBBDD3B2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.xml-1683BF2B47B272F41C82C5FD7EA8DE322CCFE5AB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ValueTuple.dll-16DE2C4C70076E4FAF15BAC32AF15F8B32A40B4C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.Encoding.Extensions.dll-BE9A88D7AB6151EF2453C71D9A8C250FA1E5408F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Pipes.dll-F2AC0CC2127AB33A6A39510F67841E892EA5E544", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.VisualBasic.Core.dll-35586486F73FE0DAE1236BA91788F6B2EF9672EE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Reflection.Context.dll-8E33D083E5F6B25ADD32DDAAB6B12BC2C2DDEA4A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Win32.Registry.AccessControl.dll-DF7921A232A046A8193E048429AC1E6BF27AB125", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.exe-F3785E681598248CA9991267578AFE7524533795", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Numerics.dll-51F257BE6CFAAB680B18C03B3E6DDD9A8D7D106D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Caching.Abstractions.dll-EEB41B18A408564075F5C776605F4EC3807B7B60", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-it-Microsoft.CodeAnalysis.resources.dll-EB12A7ECB844C5053C51F41CC93A908E00636150", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-cs-Microsoft.CodeAnalysis.resources.dll-8DB2194D6ED8A9164736DE0787AA20AF86FECFB4", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Client.exe-1371B651FC05ADA7041F3ED9C58FBEA4EAD2EEF2", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.AssemblyInfo.cs-7C26621B06F722AF742CFC4451D56FFE16B32D00", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-staticwebassets.publish.json-83BCD0723AEE8A86D09805014384555420B8019C", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.GeneratedMSBuildEditorConfig.editorconfig-E012BC2CF32944B225E33892E7AFF3329825D3B4", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-apphost.exe-5DE55111F817351392130730CCEF44665E266D5C", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.assets.cache-A87DE43B59D03D39DA9ACAD181729F706F401ACF", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-C30BB47B61D9A12F201DF316CF0E25BD1E991D04", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.AI.PerfCounterCollector.dll-AAA60CF770990B1DA594CAAF6AD8140DD7B1FFA3", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.pdb-93E768A6191621A5883C7184FDDF942E613EE2F7", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Client.dll-4AE69C6DB2783958C6DE5C9FA66CEE3AF8001C49", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-project.assets.json-6065AE2C6C338F28E0D6EDAEFBE395503639F8D2", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-project.nuget.cache-B3596E0A0AA19942684D584A2C061D425EA62E54", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll-0C75C3903A0B574CE982B39C0ABAB1D32D914404", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-project.nuget.cache-7591A7DB542BB11922E7013CCC5F3AD71F1091BA", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.csproj.CoreCompileInputs.cache-3B6B3C7F4297F1D1C66FE99D00E4DC5BF643226C", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll-2FA90F06AEEF30C260F16C9BF76BFE456F8254E0", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Svc.dll-94FB59D800E5719DDD0F8623DACF9FC0A32D4085", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.AssemblyInfoInputs.cache-BBBA849C0487D6281A8A476C7F350293B81D7D18", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.genruntimeconfig.cache-1C72B7E5B730BC2548C05E3222A3F6E96F4F4168", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-refint-Microsoft.Engineering.AuthenticationService.Svc.dll-6863512BAFEB6592F2501F3D5D4E3611E1172627", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.AssemblyInfo.cs-361170425B95CAEE7E7467B1FEF56C1E61159234", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.csproj.AssemblyReference.cache-9E56B166CD5B2879519FDB44EA40CFF8A0E3308B", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.AssemblyReference.cache-4C924A5B3005EEC6EDC40FBAF3399080D3F32D4E", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Options.ConfigurationExtensions.dll-4107CED812B7AB7111ED7E7A5CFD2A885EB75718", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.UserSecrets.dll-1D4AC8F8E5F36CE1B576231BA15FA4A1B28AE9C6", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Caching.Memory.dll-D6A0D5488E26626BA76ECB659EB336C6A2A45DCF", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.xml-1F0E3DBED8670EF70F0F26E7998FBCA7AB72FA2A", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.AssemblyInfoInputs.cache-13F0FFED079AFD6683A2A7DDC6E3F4CFEF184989", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.CoreCompileInputs.cache-3069FF77E874C503688CDFDB79B102BDABA90A75", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.assets.cache-547D3BEF6E001825491BB28C6DC065D4BB86C14F", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Primitives.dll-4F7ED087F002CBF78DB1AA8D511AE4F7E914CAFB", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.FileSystem.dll-CAA43ABE83F0B2C87E05DDDBEB3B030865DD3384", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.pdb-E8FE64E4087E6724885FE84D96B9C1C280860297", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-project.nuget.cache-66755BEFD4D2A39613CAF13FB75B3F04AEB09ABB", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Localization.dll-AE155F1411B73DC4B13D77AFB0800C33032C6907", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll.config-C0D2E96877C35678E78121BB19C08687FA9ABBB7", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll-1861789395C178D14DB6223061E2662B08FA2B12", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.AssemblyInfoInputs.cache-1368F420DABA87B4EDF9390E30BBB3A81708A5B4", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Diagnostics.EventLog.dll-B66C9A16C1B0A62EEB750CD9AE926538075F4B8A", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Primitives.dll-24BED1B451667DFCE87A8D507B608114C6BE0F25", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.AssemblyInfoInputs.cache-743AC680793FB5DB4B3355C9399A218E85639515", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-259F10F808FB25D568DC64DB7B16CA7425A77B6D", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.genruntimeconfig.cache-A04EE152E777CDD480DCB5AD75126F588A5B1EE7", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.AssemblyInfo.cs-83769A37A30B5E83B4155F86EA879D0C2C3E67AC", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Serialization.dll-43BEDDC6DA0FEF9425342092F08E73C7CEAA5324", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-ES.ToolAuthService.TestFixtures.csproj.nuget.g.props-9C99858A5A42B4F9E8A2A038F8D2FC2C75064849", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.pdb-BCA9415CC104B0483B3B10F7E8CBEE77F7580F46", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.csproj.AssemblyReference.cache-D336253B73B2D6072D32937AE1BC1FA255A64917", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.csproj.FileListAbsolute.txt-E6D7B0E83F6DB2F745883B0F84D092F6C4A7871A", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-project.nuget.cache-D8BE4FBC03B0F488934CF8F71846C26E24764CBF", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-project.nuget.cache-A72BE2278CB95C8710A9758B614B59E759708C64", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Svc.dll-94FB59D800E5719DDD0F8623DACF9FC0A32D4085", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Razor.dll-A259CBA4ED9A182D87FD7D849C3C2BD1DA2953DE", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Metadata.dll-5CCC675F3DFDDFD8B6ED54502029300BD2EF9869", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.AssemblyInfo.cs-78F0BFF2D0F1BC6AA9ACCA033B7C6D2B870A4013", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll-3B9BDA995159928A48FC373E36F4DF46E6791AAD", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.GeneratedMSBuildEditorConfig.editorconfig-74E43313DFF4E296C62FBBA58EC21A3F73476175", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-.NETCoreApp-Version-v3.1.AssemblyAttributes.cs-B7A3A6E598A21CF33A325088D16AFC3CFCCE845C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Components.Server.dll-526B7C2358BF7AFBB2C8D4680019291DF46624C0", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Security.Cryptography.ProtectedData.dll-5E8C381DC233B91AC7105E155B3FAA4732394E6E", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.AssemblyInfoInputs.cache-B19C13DA14AF5A902D3829BC566D7172E0B14000", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.AssemblyInfoInputs.cache-4808837CC98DF6EF581C4E343D3D29CA502834EA", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.csproj.FileListAbsolute.txt-699B0D5DDC21086F4618B9DBE94B3C630F05C5DB", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-ES.ToolAuthService.Cache.csproj.nuget.dgspec.json-1AF7F6A9D1B684DA877CE4256804B2B699EF6A30", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.xml-ED76002D9C42C52E9BFC669E84AD5AADB0E87D8B", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.csproj.AssemblyReference.cache-D336253B73B2D6072D32937AE1BC1FA255A64917", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-clrjit.dll-9E1CD0824F05B6181F01F066440585A72C9AB44D", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-4135C212959EBE8C6AEF211118940BA2BA35F6BD", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.csproj.CoreCompileInputs.cache-74BFA24DBDBC43773124DC15956402D2EE69ABD0", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-ES.ToolAuthService.Abstractions.UnitTests.csproj.nuget.dgspec.json-9C400250309DB6E6A374C39A3920BE8C3EC52AA4", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.GeneratedMSBuildEditorConfig.editorconfig-CDFBC40AA214E880DE8D1374FDF999F831C6D41B", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.AssemblyInfoInputs.cache-29FC75765BB481149F813C4A8D4C4E56B28A3EF1", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.AssemblyInfoInputs.cache-B507DEDB57FFF1402A4C824FB54EB6A0B2792EEF", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.CoreCompileInputs.cache-66FFF1E7251CAE09758795B8498BB26206D6E8B5", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Http.dll-4792400351C2936B389C52E70EA502B19FF472C5", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-ES.ToolAuthProvider.Extensions.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.AssemblyReference.cache-E4DCAF9DE2C8B596EBE27FB6189F94D9E9A1BCCB", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll-E94F456E74ED24EDFC880A1A113B63D1CCBA2B90", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.AssemblyInfoInputs.cache-D73CB0C7AEAD10EF05051E2C4D35E35FFECBCB2E", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.csproj.AssemblyReference.cache-D336253B73B2D6072D32937AE1BC1FA255A64917", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-project.assets.json-D66AAB89EF6C066187482E24564739DC8395641E", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-ES.ToolAuthProvider.Abstractions.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-project.nuget.cache-C2DB58A9E7F80C97B0E2227D7B7CB0C5125C4CED", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.assets.cache-D3A7A5027DA7F99D25BB1094204EC53F3FB10120", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.dll-67029C94F16C2BB2160011E30A90BE8C6F87B679", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-ES.ToolAuthProvider.Extensions.csproj.nuget.dgspec.json-E662EABB0E11AA6BA8C9C74345080B6A8A7E606C", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.assets.cache-D9B09B5854A6E13BE3C38578EA3E85F1C9BF314D", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.FileSystem.DriveInfo.dll-839B1B121C01BA9E537C5D1975925AB802C58C4B", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.csproj.AssemblyReference.cache-710CB643918559B5B12E2513724FF4161BA88B9C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Data.dll-62D4790A3E430B90B355BCC750ED8AE96F3D8961", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-CommandLine.dll-DB96CA17CD0F97592B5484857E5DFA45D8992464", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.VisualBasic.dll-F8CE4A2406FA69D3684C123068C41E0BD5FEB4D9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.AssemblyInfoInputs.cache-F7EBD0A24536231227D4BC3D7735D993DD803428", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Diagnostics.PerformanceCounter.dll-1392435320F592B5E2CBBD33D14FFD9DCC3AE608", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Localization.Abstractions.dll-C1ECC3870D71E2BE72EA11AB27DE07EC58D73854", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-ES.ToolAuthService.Abstractions.UnitTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authorization.dll-424BF093D44DB7206DEDF953383C05551D17F0A2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-9C4F9C01B91D951C587C38AB260E0C0553FC1498", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.ApiExplorer.dll-2D9F8A7AD93CC47AAA82C2DA851D93C65FE52392", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.NetworkInformation.dll-BD27875BD684147A9F3B282655470BB9EDF75CC7", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authentication.OAuth.dll-22D3F06B0D400C2057DDF6AE0C6320356097A914", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Globalization.dll-B5683ACBAEFBF9693C4A80AF444F31D3FA5CC950", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-createdump.exe-A7D279F0A714D05194ECBF6ADAA1C614CAC79F5D", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.pdb-56D17AE4D71134385E0647DFBE5D2137C881B56E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Core.dll-BD6E73CA6ED73F66BEC93BEBFB0AE152D315A185", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Extensions.dll-15DCA50758F6C25FAA073B8721A7502316951732", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Configuration.dll-2259884D6EA286FAE7D42C391B1DF9A0392DA1A4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Net.Http.Headers.dll-8D29DAE388BEC85993E4EEE1043F04D3F69CACB7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Namotion.Reflection.dll-AA0D607DC2A089F210F488879041524A1BE149E9", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.dll-569079CD7E26A6D98F67A3AE4BDFE45EC1ACA63F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-time-l1-1-0.dll-F71A3F4B445D7E56A67176A87DC47F96E7479349", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll-5C547056DA2169D4C9FE83F8D01D0095FD9C2D20", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ja-Microsoft.CodeAnalysis.resources.dll-5FE670E7C2CF1296160C94911B9DF47A15C319A4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Collections.Specialized.dll-AAC4174B6E4F3C67F253A4B2555F0F1F5A523E39", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Options.ConfigurationExtensions.dll-F3074ED144A269576B4C60D4948AD7E8B47966D2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.UserSecrets.dll-44F5CE48FC6CCBB9C183D968F56766803C490E90", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.AccessControl.dll-F637C4EE12B4F41ED4A4834A6CFD2C46F3C5DC9D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Features.dll-6041E0FA6DC2724D616CD5B0B7FD68FC6076F81F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Buffers.dll-7E91E44AC17929AF3C167F34D67BDA6C41E786F3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.CSharp.dll-920AD27AB51A0CD4F4D62420182EAB835B3C82CB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-System.Private.ServiceModel.resources.dll-FBD9B69BF136029FCEA9CCB1F8345A0B1CD20FA3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ValueTuple.dll-C8ECA11516B5B64BE724EF05269952CC19873DF5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-System.Web.Services.Description.resources.dll-2D4778778A01331F2E4860F61C2918DC9B95E86A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-2BF48A41757631FC6E90941DE06AAE6BAE7526BF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.HttpsPolicy.dll-A79638705C8B28F76BE1C79B31B8C83927A38447", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Metadata.dll-DD61476153846C9A6BFBF0EC521B49A028B01564", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Connections.Common.dll-DE2ABD6310F259B15160864F327509E58633C91A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Diagnostics.HealthChecks.dll-956D02AF777F2295257FAFC1A68D8F39A5B39522", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authorization.Policy.dll-071A84A9230A38E68AEA163548403E14BAB3FBDE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x64-native-mi.dll-EA77390CCC34CC7B9BC4DED7DD886EC08887BE04", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x64-native-miutils.dll-1EBC2D44C40026006CF4D5A15F745A360F80E295", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-BD2B713501A5A01A752D0B33693DE80C0DCFEA9D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.WSMan.Management-Microsoft.WSMan.Management.psd1-50DBE14E6EB2F3014AC586364384F02DAEC794CE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Memory.dll-64D436DEB5551BD43F0BA3AE0D646DC26F60A128", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.CompilerServices.Unsafe.dll-CC21F407183078110450F8C20D1C6A12440D0610", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Buffers.dll-99A94AF1DE76F079AE527CAC0C9279AEDC6C2157", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Transactions.Local.dll-CEA885D1484836EC63C03449A0BCBC51AF4F8F4E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.WebSockets.dll-CA10C88BC0E9F4E0E43C67799A113BC987FAE485", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-System.Private.ServiceModel.resources.dll-E7AF1826035516F5CA231D9C479236BDDF0C9A27", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-System.Web.Services.Description.resources.dll-1DCE44273B91161953E61C05F216F1E66A805814", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.Encoding.dll-9C72AB19943C85FF4372F4736A5FA7FBB6EF0279", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Threading.AccessControl.dll-C77B717FA9CE469A2C239AED950044824AD0837E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Resources.Reader.dll-05B1D01A24F29DFED63AEA94AA68A2DF875C1648", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Transactions.dll-FCD7E3B1E0BC287EBC55A9C7465114867E0C8B91", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Serialization.Xml.dll-F48D1AA473466D091C33AAA23C8145C3A00F85FA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.WebProxy.dll-43A85869EE015E0AE65DA3357146AB82F7E36C84", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Memory.dll-CF541B81805E945DD7B7456111CCBAAB8FD00A02", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.AppContext.dll-6E9CDFF2AD429E31C87FD70ABD9017E3C887D512", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-System.Web.Services.Description.resources.dll-332A71CE405F46E84456430008D939A7233B933E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Private.DataContractSerialization.dll-6FA100337DCA7886157383FE90C8D9DC64FC8E41", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.FileSystem.Watcher.dll-1A1208C0519FB138C525D58ECC22A7071E3145E1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Compression.FileSystem.dll-D61B7A0D08A2A960860184BAF7EAC4E613DD0E14", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Drawing.Primitives.dll-0C1ED7A97E6507F69133A70357B3C781EA1EDBF6", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.StackTrace.dll-DA95B0786BA71406C5D55CDE33A7672E8EDFC2B9", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.Contracts.dll-89DD6BB74B7D2418A01A8FAF244DB728727309F3", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.TypeConverter.dll-EE3C60B98238554EC9C3372696633887930F60D3", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.CommandLine.dll-FE97798ECA8349AD92EC5174CCA431EE62BDB829", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.dll-A7AEB1CDD6CBD4BBC0F2A7EAC9E04335FB70CDC2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Console.dll-A98EEC476135572FB6B1B694F6B0F20C4D68D1C7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ComponentModel.Composition.dll-E08FB9DA5667E7124AFD37AB60D6DBE515E01063", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-msquic.dll-65998DEFF8A30FD126518DC38FE4E003170F8C62", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-file-l2-1-0.dll-C5D6ACCC0CE4CEAF6AE50DE778968AC3922F8920", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-utility-l1-1-0.dll-269423EA557F026B16C92687DF8EB715B540BCD1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-handle-l1-1-0.dll-631FB8F9E0644ED1FB17B7B3BECAA854D8B1F86D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.ThreadPool.dll-B6D0A632C4AD650F5164435E733A436A048A9621", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Channels.dll-84AC689E64BF3BBCFCD714E91313224D3A529C90", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ServiceModel.Web.dll-B498ADB0F0EE52B4E2683944FE9F7FFF9D69F2F4", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.Debug.dll-4140D573312BF50435BC391ADB333D58BF401619", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-fibers-l1-1-0.dll-340392C0E6FD1FBF0392F127A62979920217CA90", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Sockets.dll-5FDE5E654CB74BCACD87FE8F37AFA75891210DAA", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-synch-l1-1-0.dll-7056BC489D025B32BF9C0896CB384AB1DC6D1C96", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.dll-8580C9A62B7A8327EC79331EF26F1073A9D0A17B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.pdb-5DE93B6D23196F1CC313980E91392CFF751CA8BC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.pdb-DC44C4681D38BD138233E38D2890942C6CEC416C", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.deps.json-F5B431F1485010522D9D19C7FCB3B7E2C35A6F54", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.deps.json-27445475EECBBE6024471862D307997538FE949D", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.xml-F0EE964775E8956E3C5348E515363347ACE0285C", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.EventSource.dll-0ED2B3C3EC971B7EA19DD1916097B0F91F859A46", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-ES.ToolAuthService.TestTool.csproj.nuget.dgspec.json-A84138E91F5AFE4BD14B353C566698C77ED41AC8", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.assets.cache-4CA5DEF6AD8C0505D080253939FE287C3C04014E", - "SPDXRef-File--obj-ES.ToolAuthService.Service-project.nuget.cache-03AAA6605423B58722F84E66BA61A11047B48CDA", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-96816578F533F75F2E0E87A3E72A421C4959BDDD", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.AssemblyReference.cache-C43B323D4107BB816D34FDC3993C168D0E93D3B3", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CoreCompileInputs.cache-4601928E705F4B4C5403651FD95A133683E0CEFB", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.Abstractions.dll-006173A5ECEB9669644C5426A8972872A54AC49F", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-project.assets.json-2A5F2BFF7169E9F00904E90265DB29462FD41D44", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.AssemblyInfo.cs-7C39543CB9145C4121626A80E9A6B6C3D6A3BE9E", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.AssemblyInfoInputs.cache-0B49CAE90580AA9D9B093AD4EB6F341C56328201", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.dll-25C5CAD25830B854BF7CCBBF70041BBC41406AB2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Data.DataSetExtensions.dll-C322C28F82FD44503906320066AA7A694DB50B81", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-mscorlib.dll-A391643772AADF93190CFE6E9F879A3E9F356252", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.VisualBasic.Core.dll-473CBBACDF92CA6EFCF0E64C8997CDF8E02CBC3F", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.csproj.FileListAbsolute.txt-14B646BAAC5C98D4D24347B1546492DEC5DDE10A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.GeneratedMSBuildEditorConfig.editorconfig-BC1E5B3EEA34D0F8D8DBA2076FDCF1A35DC58813", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.CoreCompileInputs.cache-76900A9C40E8985DF2E2BA925115ED9529BCDA6F", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.AssemblyReference.cache-A38436DA553A885383062BEC002B9A1371665865", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfo.cs-BF58EEA7099ED8F1ABE61C68B5C2FFE48BA7C084", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-.NETFramework-Version-v4.7.2.AssemblyAttributes.cs-EB545CCD7A1BAFCDF31AD0F32C09AC505744AA39", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.csproj.FileListAbsolute.txt-A0A343F88C4113DD1D052B51CC4CF537927BA040", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-project.assets.json-37E2EE23E7993B5C3C5CD625619F707FACC56578", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll-C6154BA1CC522ACC1A2CB36F37AE9BB10C970EE1", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-ES.ToolAuthProvider.RequestHandlers.csproj.nuget.dgspec.json-3186D211C4426E221C5692DC871D84A7ACEC9DD1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.Linq.dll-2DC62EE6DEF79D02AD1DE86C0E474D78D683527B", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.assets.cache-7F39FF175D03C51DCCE356BB4D1A511D7AC7627E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.SignalR.Common.dll-846A733749ECA67A132AE8D2F24EF1BD4FD59065", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-ES.ToolAuthService.TestTool.csproj.nuget.g.props-28E7537BBBE754E33C759B393F1F568661462136", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.HttpSys.dll-3B5EA377ADF613222E32137CB52635BA9615BB35", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-ES.ToolAuthService.TestsCommon.csproj.nuget.g.props-89F41E276E33D247E225578E63897C8C9C20CB97", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-ES.ToolAuthService.Service.FunctionalTests.csproj.nuget.g.props-D1E411ACB8733A4BBBAF4CF0A0F5E30F99D48D98", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.csproj.FileListAbsolute.txt-E927CE6B6CD45B285B763FE2BE241357439F690E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Hosting.dll-B088358F8722A12E4028F763A9E93D8E60B9D263", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.genruntimeconfig.cache-55A728ECD6D2EB787C9BFB2F3C98B5954C3346B4", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.AssemblyReference.cache-27512FF23F8A018B930D47BA69F82037DC28541F", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Options.dll-265A45D7D72C55D6D25E0DF8BDC5F79E372930A8", - "SPDXRef-File--obj-ES.ToolAuthService.Client-project.assets.json-2A947CC70EEB19F2398BB2140BEFB24FBFF2010B", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.Abstractions.dll-C62C7347D6743F22CFB327ACFC8B63B0F4D6DE12", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.AssemblyInfo.cs-6820A5E7E26BA4957F9E6D451AFC7516A3888E50", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-PublishOutputs.7606b0d21f.txt-4669D863ADB26AC835951422ABB5BA7C015BF1A6", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-project.nuget.cache-1684A9A87117E7869A6986D5F5163DFA7CFA30F1", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.genruntimeconfig.cache-6A8CF5D57F8DEAB0982715E7C55E53AB301EBE35", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.assets.cache-91B09831657AA12A8CC9FC7CB26BEA8A679020BF", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.GeneratedMSBuildEditorConfig.editorconfig-1CDA63B8CD9539E73FDC6068373C18111C288BBB", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Hosting.Abstractions.dll-466C6AD98D7C794E237A07E298CED315B3C3CE75", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.csproj.FileListAbsolute.txt-ABD5371BF755E14615F6E52D9FBE69F94A73879F", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.csproj.CoreCompileInputs.cache-B4AF589FF034A22541697E546669B9F31AA6CCFE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.Common.dll-64C168328EBDD5EE312D4EA8628DE0DF62D3CF86", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.AI.EventCounterCollector.dll-9F6D784F9262D8472A612D8F142A0A2CB42B6EF9", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.csproj.FileListAbsolute.txt-DCEB994EA5A40B91DCB9745B2A65BC42AB14F7AD", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.xml-1F0E3DBED8670EF70F0F26E7998FBCA7AB72FA2A", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ES.ToolAuthService.Cache.UnitTests.assets.cache-C6869F26B689F907340A25354F59A694EB17087A", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.AssemblyInfo.cs-C3980BF158B33E1FB57900E84F084985EF6EE827", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.pdb-E196F0FBCC799C9B3DA056B13A6C0F30C8B2D095", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.AssemblyInfo.cs-7EC9F8C9114655023D10A398039D6A33322AAAC5", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.assets.cache-0C6D5A350D6DEABB7B1041665624C71C8E95C091", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll-5638BF194942494961D96C08D355CF8C55F0A0AC", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.AssemblyInfoInputs.cache-8880FB4B052258AFA20CE2975D1AC2B8794AC70D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-ES.ToolAuthProvider.ClientRequestHandlers.csproj.nuget.dgspec.json-7777F70D8E6EFB8A6560DEF6B2F9B2A025DD5795", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.FileListAbsolute.txt-C08E38D7AB4CE3B35CFF51271B767E061A6CF13F", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-project.nuget.cache-112343666285C033DCE9DD07A119ADD544AEF05B", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.csproj.FileListAbsolute.txt-14A50193E702D9B65526346F3B4A4D0561C06BC4", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.assets.cache-C1F3D23A65BD9A1EE75D4EB1A450203E375F0D0C", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.UnmanagedMemoryStream.dll-295DBC571E09BB0EF6D34BA64CF8B18D19E87F16", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.nuget.dgspec.json-1DD5BA161448550E668582B1D5F3197A895D15BA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Drawing.dll-BD2B948BF9D7B253E174BCB036021D8413FED395", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.Process.dll-002C818B2F9CF4E64691841124206FC54BB7CFF5", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Abstractions.dll-E740170FC0802192D5FC94A3B58A5ECCC8E05884", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Buffers.dll-99A94AF1DE76F079AE527CAC0C9279AEDC6C2157", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.XmlSerializer.dll-298F10326C70F4FC09AE1C010D5CE4B5F7FF9B7D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Windows.dll-FFA532755670F2C5A5062D23E3E89AC7423BA21D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.RegularExpressions.dll-4D4557D494B6BA91AA9BB8420B316661868E2E67", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.dll-6789429E2154D4244EBD8E157DD28EA62C862BA2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Routing.dll-771A05BCB01298478F209948DA94DB3B1E3980DC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Serialization.Formatters.dll-3E06CE70B419E1666B401A22C1C9893B82D7DF4A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.deps.json-BF51D7E39F6BBC191222042478573E53FE81BC35", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.dll-0333146B22AC767E43FB31E6F4AB9CEFAC68BBE6", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Formatters.Json.dll-69AFEFB95E7293712E77944D1E917A8AFED4FF8B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.FileSystem.Primitives.dll-0BCB8653C648AAAECD56B0D8C62AE1249758BEE6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.Contracts.dll-89DD6BB74B7D2418A01A8FAF244DB728727309F3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.TypeConverter.dll-EE3C60B98238554EC9C3372696633887930F60D3", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll-86DD9BDD065956FB23E0675F57AD8E04D9082516", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.AssemblyReference.cache-963D571BD17D32D87694091E391668AE3AADC526", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.dll-1861789395C178D14DB6223061E2662B08FA2B12", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Win32.Primitives.dll-EA11A0FFE7B00C0F8201C3CC7E278B44730361D1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x64-native-miutils.dll-44C410A706F12181DA82851FCC29E004D20E9C3C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Windows.Extensions.dll-C5379D2F86B42EBF14BECB164D680A430AE8E1A7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.exe-C5224882FA86D9D5E03C5BDBDE4FFFD4E4357B04", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.xml-05E7CFBD14C2F24AA3742C5A6C304B9817EADFC1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.EventLog.Messages.dll-B453F2811AF5A0AEBB71FF310DFE91B7F32A2303", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-System.Drawing.Common.dll-E0D6C66B3004B1920C5649FC60D6D1BC8ABA30D3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.SecureString.dll-7DA4A3BDBC095DB6B0F44AABBD6D87325F8D8389", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.Csp.dll-DE3D45BC594EF73826E21F67A0BE5EC9A4A6063E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Tasks.Parallel.dll-85EFFA8CB1630B805DBA8AE67BA28B4F9476C9C0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Principal.Windows.dll-7CECF71F0BB0BCCA1C41C3599FFFD4DBCB61D4FD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.Win32.Registry.dll-3E4785BE7D990B18BC7720286D5E00E709DC4D91", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.dll-DA6A3E6C43745A726D74957ECF74A75209580782", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Composite.dll-E28B04DFCD860B8E884A1147E46C9C27C9A26125", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Routing.Abstractions.dll-432514374C0484F3E202C5F23E711336DA972224", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Localization.dll-C94A727968DC661B0C5EB989EFA6F86ADAF9C649", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.HostFiltering.dll-C23007C343FA5944AA1B5D69155B61C21B7468F7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Cryptography.KeyDerivation.dll-388D89FDCDD84D6057C6CEE48C0237B049F02BD7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.ServicePoint.dll-D96419E5584AFD5FC8BE3AA2671000D1AA69C969", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-processenvironment-l1-1-0.dll-DDC8F91B6880B16B6E37A4DEB903255F3F61935F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-console-l1-1-0.dll-8F92C4C1742ECC3A7A20CBC9DA9A3800AB456064", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x64-native-miutils.dll-68C36BE7583EF87454BAC9A2DB84C7E84FEDAC4C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll-ABA81BCAEFB2DABE9AB3D10E6DD7AC641EC9A053", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Compression.Native.dll-2F5CB6135F57C221B6BE8983464647C774210E31", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-0D5171655C1C8B434A420C2009D551C2386CD3B8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Abstractions.dll-05F1029161D625632DFDC7D627F7D31F77CD56C1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-native-PowerShell.Core.Instrumentation.dll-F3A4176C1328FCE7BAE1E46BFCEFB24B175D4239", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-PSDiagnostics-PSDiagnostics.psd1-4FCC5EAC33472D4EA1CD31939824C86B2AE49602", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Options.dll-243B241DDAB6865E5F2178C75FEE08B7EB983B88", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-E95A69143BA50D4745D7B0C7BE75A1A1411884F8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-de-Microsoft.CodeAnalysis.resources.dll-1E2921C1CBE9FAC1864C568EDDB76984BC09122E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.WebSockets.Client.dll-B68CA6819CF65AF1C3B8A0DF1BC6B7CF6CFA1E8C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Primitives.dll-E444B34C9E0185779B5C84845B0783F59BCC98D7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.dll-ACD2023B67D70692D623EC6CB06A191D26E8FB01", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Abstractions.dll-DCD3E4763A9F17938E4F8839AF730CB99AFC5DAE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-es-System.CommandLine.resources.dll-8CDB89C29A0B07AF675FC3DD47104C17E25632B7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.Serialization.dll-684E3AC8D2404A15E000D0368B931BD68F4B3595", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.ResponseCompression.dll-BFB10C107376C92D290BD70F62075E968F5844E5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Private.ServiceModel.dll-2A0A44342909DDFECBC159F90FD934FE463BD819", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Text.Encodings.Web.dll-D2EEE0A81C8C454E91CC2A4D71A0A580087F7B55", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.CodeAnalysis.CSharp.dll-61C7DA6D018EBFCEB13C0558B6E90CBD242ABA24", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-filesystem-l1-1-0.dll-909B5B38508896A574D4990C8B66B7D112C7FD50", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-0D5171655C1C8B434A420C2009D551C2386CD3B8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-memory-l1-1-0.dll-66F9FB771C5A75D06DBFA3C93947572B2479B67B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-file-l1-1-0.dll-B5AEF669B6CAD999A4780A732C3AFBF01C53CFC5", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ComponentModel.Composition.Registration.dll-8309C6DDC70C110FA9B3B6C75024F0E9FB1EAFB0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.PowerShell.MarkdownRender.dll-A09BE90805F90C81D63433F0F8180491613CCA6D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.EventLog.dll-99E0960485E1D92B5C13652648618B851C46C309", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.deps.json-DEE55CA2FF011FB36389DE4FC078F3AB23C46300", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.Tools.dll-D7415A6847CF0DAF33EBFB817A7504AD9CCB7A96", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.DependencyInjection.dll-09E9574D9DAEAB130F2EDA38DE0B7876BFEA70D8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.Binder.dll-081D5806A1A71D76A50293E73B46071C11BF9D09", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.CodeAnalysis.dll-D7B0BC2C0E2CC8324D1D4EE97B220845BD965BE2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Debug.dll-4140D573312BF50435BC391ADB333D58BF401619", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.Algorithms.dll-2177CBC2AE93C9976649562E9C34A4EED8A399E2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-71D1D57E2E3262DD00ECD9E8B864705967345C9D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Net.Http.Json.dll-CFE00F0619598266F027609D44A6F305ED0EB326", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.WebProxy.dll-AF319E58929258AEAF45DD6FBC890A1BF2984944", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-pt-BR-Microsoft.CodeAnalysis.resources.dll-15F388B4719301614C3A286FD3F66CF0FC14A3C6", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Collections.Immutable.dll-245D61A8E527DD7ACC119CFE2F5B74AA55D0C141", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-conio-l1-1-0.dll-D57AEE07323DDED876CD2DAD412728A319F5F27B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-debug-l1-1-0.dll-C80FA5CC0C40231C284B5527E61F717D3C4F155A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-DAA6DA2DE10A68B03F93B8888E370A5D74F8C1B9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.ApplicationInsights.dll-72D269CE21D163265C651205215C6CBE9EAB37B2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x64-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-CDBFF938D2EE017F715C6F1A93B1F3EB4BA16AD4", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.XmlDocument.dll-528510241806E51D566AF10B3C1AFDA322199812", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.Console.dll-0C8704778D0D2D10E055DF28D780DD307CF3DBF1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Web.HttpUtility.dll-3FB6E00C89447A4BD7F2C4A9B794829454DAD2FF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.CommandLine.dll-8A054233F194360266B318C83BCE4337D38D3F18", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-mscordbi.dll-DA45648F0148E6BD95151F267F1A083F83D25D30", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Compression.dll-F520699A377DA7A2DE86B61978B4B691A6BCA67F", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Collections.Specialized.dll-AAC4174B6E4F3C67F253A4B2555F0F1F5A523E39", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Win32.Primitives.dll-EA11A0FFE7B00C0F8201C3CC7E278B44730361D1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-processenvironment-l1-1-0.dll-DDC8F91B6880B16B6E37A4DEB903255F3F61935F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.ServerTelemetryChannel.dll-CE1CFD1BA908E2316AF30112C6735AB727AA0419", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-hostfxr.dll-9959432598343B2D0FF2868FDD7B5CCEE3A821B8", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-math-l1-1-0.dll-D69CAD280E285D4B1E0BFBDFD88C16CCD338429B", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Resources.ResourceManager.dll-7401A16A974D61FF4ECCEC5075514F7CEFAF5F21", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Emit.dll-9148C48122EE43AD72EABD85A902B82786A6D758", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Linq.Queryable.dll-C2EFD38F3641D426BE5D9440E61358CC7A453CA5", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.IsolatedStorage.dll-7EFAEE65918E78F57E3ACE4B9A9C9C9C9A58537D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.CommandLine.dll-8632A647C2F76BEEB32215B8822AF31D8E6FF4BD", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.pdb-98750EAB06F7FB88BFE3E72700225D82EFC14B83", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Dynamic.Runtime.dll-93D09FC67526D374E6BA34A234863EAE4E85825B", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.TextWriterTraceListener.dll-1C951C396922369D27E3BD15D3035C87D079FA4F", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.deps.json-5DD50F69100AC8DD77CE3C01F494C4784550926B", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.exe-3EF406DDBC4CC8CEEDBD9E8B1EB536FAA8FEE0AE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll-762444B811D0D44BCB043D388AA282293815FC67", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.deps.json-8A463DE166783FDA1EEE96B6D0B8BEAD4BDED23F", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.xml-D70764C549CBF8BFE039B7F80F0801291454222E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-appsettings.json-CED37D5128A8BB27C69B560CA832A313CBD186C1", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.deps.json-B766CCF1B353845D232492D809C2D966D155F90F", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-project.nuget.cache-10A5E26E2E5AD1AF4F0AE05F3E09D80A6A182334", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.nuget.dgspec.json-FCA051C8578121C0C854B81B4BB9E87EF9E55F2B", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CoreCompileInputs.cache-6BCA20008D0B50DA2C9F4161A827969B09C5570B", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.csproj.CoreCompileInputs.cache-0EE98948771F6AC17B4C99D4F0DE3F96E221620E", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.csproj.FileListAbsolute.txt-89D8E0355BEDAE273426C195DA105160B176D099", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll-CAAF9BEDCC8E64DE891383A4D7A9579133D40FD9", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-ES.ToolAuthProvider.ClientRequestHandlers.csproj.nuget.g.targets-88C6E96C7BF4FCADDB0868C026B95C5B14F0AD1E", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.GeneratedMSBuildEditorConfig.editorconfig-9316D3207CDF15BDF5DB40EFF872BD6F8BE68CB4", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.AssemblyInfoInputs.cache-CAE70DF253F1DCF33D8381C39C21AB95616026A9", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.GeneratedMSBuildEditorConfig.editorconfig-A96496F11159548752C914FF7174789420BEFC2C", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.xml-1683BF2B47B272F41C82C5FD7EA8DE322CCFE5AB", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.nuget.g.props-B9220E806E0AC7515B4C6B3E499223C435BD004B", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-206AE9D28C5BB0B1FE1193F8216F3334A903864B", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.assets.cache-326003E6C388CAEA6EB1CACAF7A9F079017CCBEF", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.CommandLine.Rendering.dll-DE9A313FAF292620CC9721EBF941168C6F32EEF6", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.dll-6C6D572CA27B8E86F091E56A9917B97C9204F285", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.dll-633D225EA22800FF99D77725C2B88092B02C03E4", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.nuget.dgspec.json-0DF58A2171F8B1F762AFD30F4B189E87AC089201", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-project.assets.json-51136CAA0CA28099A3084707FD49BC2757E74536", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll-130362604E5DA024755A84BCC0D48220E4593DBF", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.WebProxy.dll-AF319E58929258AEAF45DD6FBC890A1BF2984944", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Collections.Concurrent.dll-DA50E36AF4F6E3667A0B512E7A3D5736F9CC01C6", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-ES.ToolAuthService.TestFixtures.csproj.nuget.dgspec.json-98611881B69812144A36F934222CEE82EF8E2E13", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.assets.cache-9273A295CBF6B605AD824BB0ACCABEF17D09BFEA", - "SPDXRef-File--obj-ES.ToolAuthService.Service-ES.ToolAuthService.Service.csproj.nuget.g.targets-EA1E74A5D3CFA658CE270CDDB834B52751CB988A", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.csproj.CoreCompileInputs.cache-1E4CCC087EFA44A4D5E3114D668CBBC4D6E76B90", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.genruntimeconfig.cache-05BF6E532003B13F56E666DD4CE1099A45FBAE42", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.DependencyInjection.dll-D6C2FC7C77A77F018B09CB81F3DDC3CA7F8F8E6A", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.Program.g.cs-D8038D2FD777E414D084BE1A03E728B33F8F61D5", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.assets.cache-AC224D56B85628725FBF5EB5B66BEB29CA7A9990", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-singlefilehost.exe-F3785E681598248CA9991267578AFE7524533795", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.assets.cache-C57DF226546D7384ED5451A8537D9D5800E6429A", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.AssemblyInfoInputs.cache-7B92DEAF11A842D2275127CE8612C0384166C788", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll-0D338A1BAE14DD589E8874A2FAEC935E925E40CF", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.CoreCompileInputs.cache-D88AEB07A0B0476638C486346F65D86DF5B765FB", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Metadata.dll-DD61476153846C9A6BFBF0EC521B49A028B01564", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-39428F4E773D255F1E32F62B5630D4D0340F87B9", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.xml-B27A16FD487C98FBEE0DC3693441530E96DC08D3", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.nuget.g.targets-ADE27DD8D26A20C47B7BCBC3C3465368DF9D67A8", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll-EFD1C6B2CB2256F101AEC5C2B9EA74BF8B777672", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.DataProtection.dll-C5D0017CFC3FA9CDC30117116EB4002619DF0677", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Configuration.ConfigurationManager.dll-672E7DF902D7B8DF3DCE9D9098A802573DA492AE", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.Abstractions.dll-3BC47C1D45942CAA4B17D8B289B8BEAE312ABD53", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.genruntimeconfig.cache-F072C79A81EE2B99E644B31CBA57D3B478359E39", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.AI.WindowsServer.dll-F1E53B2364163DFDC69295C45241410B7BB9BB5E", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.GeneratedMSBuildEditorConfig.editorconfig-DC4001DA8B6DCDAD329AA2A9C444BD74BA475EE1", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.assets.cache-FB899FC4DDF9874FA8B75F83AA29B5E05A7EE9D1", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-ES.ToolAuthService.Abstractions.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.dll-EFA49A9531DE53B7D7AEA1D3C73DDCD0F91934F1", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.csproj.AssemblyReference.cache-389FFC41A11B963DF348D42A7615F5BDC11A37A8", - "SPDXRef-File--obj-ES.ToolAuthService.Client-project.nuget.cache-ADD61A4E07B2757862CC799CEDF6320787A1696B", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.genruntimeconfig.cache-6EE2091B773915E6B348D01A4681317A267FAF87", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.AssemblyReference.cache-C8CFB5A0291E3ACA59FFD79D5F33BFA404917E44", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.AssemblyInfoInputs.cache-B3125E770554DF14127256CF8DB2D7455AFCEABC", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.AssemblyInfo.cs-C5B4DC482409D4D37B9392CDC3C54B517DEDEDAC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Quic.dll-23C614B41B818143CF8EFBF29AFF54E95C6EB9E4", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-project.nuget.cache-A5672F2D927A5D0B736EDE5BA44DBE49B096A8A7", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.GeneratedMSBuildEditorConfig.editorconfig-3007C551FD972E7F842A65DCEED21022E9C1BF14", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-project.assets.json-E0B19522F91CB54F9930D14BF9F6755E48319A11", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.nuget.dgspec.json-974FD91A9135A7010C22E590682DECFC6F30EBD6", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.csproj.CoreCompileInputs.cache-77E6E3DEA438B69A1B896306DEDCAEB1F701540D", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-util-l1-1-0.dll-B8760E5721BB86AE735D38DFC6A420742769EF08", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-processthreads-l1-1-1.dll-D8798C6AA519CE5D9EFFCBDFE1D3FE54B5EF6696", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-heap-l1-1-0.dll-106C5FF0A6F8E631BEF3C61A239A0F709381C633", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.xml-D46002677621D4879C999551AAEE953832E46CB8", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.AssemblyInfo.cs-BE1B1B946AAAD51DBF5F3B986678B0A827AE2FD9", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll-8237E1828E4DD4D1E2DE3DB1F4C816121639B192", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.assets.cache-A4C6A2D9E44FC43279221ED4F21BD3F8B266030D", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.CoreCompileInputs.cache-C7E8644B5F4DFE7756FE5AD490A08C08FB013B9B", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-project.assets.json-041A42844E88F149F5016FD4E744E1727547650D", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.GeneratedMSBuildEditorConfig.editorconfig-7DDC04F2C02C86A5527A396EC61C7BF78A4DFB8B", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll-643236F4939D8B264031B493C286ABD1ABEEC7D1", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-ES.ToolAuthProvider.Common.csproj.nuget.dgspec.json-E0F7772644B8E22F63B1E1EBB3DAB504C898AC32", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.Compression.Brotli.dll-CA9B483335E04CBFC90E4A226A3A86C03A2CFDD2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.TraceSource.dll-5E75E472FD2E8976649E21137077DC8759A82726", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.FileSystemGlobbing.dll-52A7B70C43B11C8AFD10E8405A3E9DB1AA4ED0E7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.xml-5327495B418F64EDD03E30D031E6A59EB4121768", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.deps.json-7A6DCBAF613015DE6478C14CC2F559F4AEC98810", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.deps.json-E931E3683F8F2C001D4AA856C546824F0CD65167", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.IIS.dll-674F461F64FE346A627BED3345AC08CC6AC6A311", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.EventLog.dll-61AB52B2F51AED30C894CBE06FED7BCD722C12BC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Caching.Memory.dll-4CCA8D41515C71D69BE0D14EC92FF46839D89D23", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.Annotations.dll-3C3A3C5D6426BC6F66ADA011C0CB63C47DA1F1E4", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-private-l1-1-0.dll-8C4248E079FF1F03105D4C7140E1137C4749AD61", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-conio-l1-1-0.dll-D57AEE07323DDED876CD2DAD412728A319F5F27B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-profile-l1-1-0.dll-AC0F0F0EE9880205D5B9B6CBD4AFBAC3F8A4C0F8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-interlocked-l1-1-0.dll-9E7E62BF74F124CBCBFB6435A027749236BE2D7E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-debug-l1-1-0.dll-C80FA5CC0C40231C284B5527E61F717D3C4F155A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-x64-native-libmi.so-EC222422C32A28ABD2784F5D5A43B388C1424679", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-9D19E77D09DA9B03CB3BD823F5119926632911BA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Principal.dll-88484746CFC1FF81839F554E65EEE7FE39231135", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.DependencyCollector.dll-E1FD7F33317D474E394197917D7C4E63E2C02B65", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.WebSockets.Client.dll-43F0CE1DEFB7EE3ABA246B3A0746128079B64F63", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Principal.dll-927359C647667ED7294BEC869C2447D90BDA440A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-arm-native-libpsl-native.so-042705F4F680502186C56D6EADBC91D4328D7231", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ServiceModel.Web.dll-B498ADB0F0EE52B4E2683944FE9F7FFF9D69F2F4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.NetTcp.dll-5DAF12E0A97DB24186F904AA999D2AB894E7D4CD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Collections.Specialized.dll-BD8507AE1669A760C9D3C392A59C74386E1BC5E9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Drawing.Common.dll-0FE19EC15B73618A802C2C80E35819D3F1DC93E5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.FileSystem.DriveInfo.dll-839B1B121C01BA9E537C5D1975925AB802C58C4B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.ObjectPool.dll-0F4C14EA9C028489B54D1297494D97107A8F19BA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.Syndication.dll-D1C81ECD29F7F83402757DE220E0C8A90592742F", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-2BF48A41757631FC6E90941DE06AAE6BAE7526BF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-E50BAB370C10A522ACE96787E86FB43566125BDE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-131FB28D76F96DB88E7B96B74B4D521C9CF61FE7", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-clretwrc.dll-C94A10A57FB9824A7A5D4D148CA15DBE478DB8D8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Serialization.Primitives.dll-5F1A6D38AFE110A179845A715727CC4F034AC29C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.InteropServices.dll-61E418F7C620A846A583E95C9B4E3AD50AFD17CF", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ru-System.CommandLine.resources.dll-FBEA6A6B779B7E7EB9E35FF1B933F57BAFA89E2D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-D4D216677D46C5A7AF1A775C9A59DE2806D8B1E8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-CoverletSourceRootsMapping-F3D4BFF76ECAE36B05D07D66A85C0B2E11195F21", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Pipes.dll-2E35D8970E39DBB9A58C5339FEEB84410DC8A1EE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-System.Web.Services.Description.resources.dll-64B61ACC8B0A2F17A32046D94EC3BD6842C14AA1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.Tracing.dll-E309476678E67052F2F5827AADBFF6B02E38C9ED", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.EventLog.Messages.dll-FBCF59D08AACDAADCD4D04DB203BC595E5FB4718", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-cs-System.CommandLine.resources.dll-84C44847520EC562D7799DDF5792F44211C830BD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-F5008F0E836706277DBC3D1147DED4A847107D91", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x86-native-mi.dll-2CDCEEC24F414CAA90ABD34CD593D41F909A1CE6", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.EventLog.dll-99E0960485E1D92B5C13652648618B851C46C309", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Core.dll-BD6E73CA6ED73F66BEC93BEBFB0AE152D315A185", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.DataAnnotations.dll-BC020F2CCCC85F93F386E32971FA5C61877A5D19", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.WSMan.Management.dll-4AABC7B17EE99238ACCD1AA080B4A6B58F3D57D6", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.Commands.Management.dll-E85A3A6D56242531A7E4E2537B64F094EEC12B47", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.XmlSerializer.dll-298F10326C70F4FC09AE1C010D5CE4B5F7FF9B7D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Thread.dll-A25AA1CE4445A65024D46EC75D707CCC79407811", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Serialization.Json.dll-E38F82AFA80F2F7360077F0FFD763F351712535B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Security.dll-99B4FAA44A1F61CDDF92F951B6965CFE5F7E552D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-hostpolicy.dll-180A9F8BCA0EE54AF9D3DC4FCBF125CFF8C72257", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.ServicePoint.dll-D96419E5584AFD5FC8BE3AA2671000D1AA69C969", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.Primitives.dll-EA1386F1143005EBBD3D74E5288E4F6F27DEAD7B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Resources.ResourceManager.dll-AB86640A654422B4E4D664905DEF6AF266361FBC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Ping.dll-0CFF957EFFCC194C51317D67EEA5BCD20C76AFEA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.X509Certificates.dll-DAD8F9469C0213363FCCB7EF256F852F592D92D2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.StackTrace.dll-15CE0474039A96745329413F0156C44657EB5D62", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-multibyte-l1-1-0.dll-45C44D7A6AC3903DC66F3F62C634BEE94A0973AB", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Linq.Parallel.dll-3F7272AE78B840EE6F74E05F24B750B6FCEA5000", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-processthreads-l1-1-1.dll-D8798C6AA519CE5D9EFFCBDFE1D3FE54B5EF6696", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Claims.dll-DAAD48ACB192F7C5F16CC084747EF94214438B24", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-datetime-l1-1-0.dll-DF3864400798AD14638FDF47A355DA2D0CC1D5FF", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Loader.dll-CA7DE5100D047C5BB224F5AB6C9C2ACFE270149F", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.WebHeaderCollection.dll-B09446CF21FD02789F2F950D953B45A8B1BCA15C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.xml-1F0E3DBED8670EF70F0F26E7998FBCA7AB72FA2A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Pipes.AccessControl.dll-295CB5D66DFEFBB12E7D7DC8E765521A64AB1444", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Globalization.Calendars.dll-5F2432B08BD5873ABCC2F6E674F8B08107548BA0", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.DirectoryServices.AccountManagement.dll-C41FB16461FDDD23022465214EB82DB94213B2FE", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.Annotations.dll-3C3A3C5D6426BC6F66ADA011C0CB63C47DA1F1E4", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Collections.Concurrent.dll-DA50E36AF4F6E3667A0B512E7A3D5736F9CC01C6", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.EventSource.dll-0ED2B3C3EC971B7EA19DD1916097B0F91F859A46", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-fr-Microsoft.CodeAnalysis.resources.dll-2FD1CB6BF86F5129A6FB870207A71B3F96BCE71A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-cs-System.CommandLine.resources.dll-84C44847520EC562D7799DDF5792F44211C830BD", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Serialization.Xml.dll-CA7F90F21E017763D9C3D788BEB6AE2BEA429475", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-localization-l1-2-0.dll-F9B56A379C265E652C913E49786BE21E5AE2E20D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-filesystem-l1-1-0.dll-909B5B38508896A574D4990C8B66B7D112C7FD50", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.deps.json-E70334EED558B3316E0241C80D36C7A2492AF15E", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.CommandLine.DragonFruit.dll-AC7C229F1BC9A2076C65C2552F86B49C31B66A81", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.dll-FA711A0791E9934A5671D66983A48F1669503479", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-es-System.CommandLine.resources.dll-8CDB89C29A0B07AF675FC3DD47104C17E25632B7", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Diagnostics.EventLog.dll-0C6C6F92CA2A27EC0DE1863BFC58C33F152A7F91", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.xml-ED76002D9C42C52E9BFC669E84AD5AADB0E87D8B", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.runtimeconfig.json-BF524148BE178643CF0910C7084CDB69FE461538", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.deps.json-DAA7E012B1179F593573450A8E4169AB41993BC4", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-CoverletSourceRootsMapping-D7977CD76C5FA090AECAB677591A924324178F83", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll-64AAEC8183601356A7D56C49456C0B6DD264E986", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.xml-B5AE8DD60627ECDF1DA6B23D6B10646F2FA8EB81", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.deps.json-A5182A4511FBA18EBA02C14700B91A8122233F68", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.CompilerServices.Unsafe.dll-3559DAB5B8A2C473872D33C55A75F0F1671DDECA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Linq.Expressions.dll-6B11250DD111270B7A83FFAE37ED36B067ECAD84", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AspNetCore.TestHost.dll-E7F314C7942F9AB480DA7F96C2780A4BED566884", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Pkcs.dll-FD53CD927AEF0278C23354A16B36C0888D9986F7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Resources.ResourceManager.dll-7401A16A974D61FF4ECCEC5075514F7CEFAF5F21", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Emit.dll-9148C48122EE43AD72EABD85A902B82786A6D758", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Sockets.dll-266CDA4917C5BA26ECE8635F4C88F200AA3D4785", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.FileSystem.dll-A2E1209D7F309BEDCE1CA8E690062EBEDC844738", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.Contracts.dll-7283D548F63325C7BDE8914C705925C2AD9260F8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-Microsoft.VisualBasic.dll-F8CE4A2406FA69D3684C123068C41E0BD5FEB4D9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-System.Private.ServiceModel.resources.dll-3F10FD746F206243AEA9DDDAD8E93F930AB04847", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ja-System.CommandLine.resources.dll-F7856CFDBA6713EC780FF063C9DC0CBA7586759E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-solaris-lib-net6.0-System.Data.Odbc.dll-60A2744EC2995C3396409BE078CC18C3B50F8219", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.FileSystem.dll-CAA43ABE83F0B2C87E05DDDBEB3B030865DD3384", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.FileVersionInfo.dll-B92B19F457AD0C0FE6A2FED057A995D903BD24DA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Data.DataSetExtensions.dll-C322C28F82FD44503906320066AA7A694DB50B81", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.EventBasedAsync.dll-AD893114870C7A67F3A69508C2786C141AB0D26F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Collections.NonGeneric.dll-D6D6A0A54E70FB4D29B5A264C6331914109FBB3B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.dll-8580C9A62B7A8327EC79331EF26F1073A9D0A17B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.EventLog.dll-99E0960485E1D92B5C13652648618B851C46C309", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.pdb-131FB28D76F96DB88E7B96B74B4D521C9CF61FE7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Security.Permissions.dll-80CFE9F3DDFE4658F210502DCD5D6A06FDE3C31A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.XDocument.dll-B6BA3DF8A556CA9A056B10AEBD40D4194BACA04C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-B359EE0CDC30CC7AC4A0D2D21B88F71D97A0D3F0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Threading.Tasks.Extensions.dll-89AA1D53051FDCA05B6D85D7AD2D4BFD3D630407", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-profile-l1-1-0.dll-AC0F0F0EE9880205D5B9B6CBD4AFBAC3F8A4C0F8", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-interlocked-l1-1-0.dll-9E7E62BF74F124CBCBFB6435A027749236BE2D7E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.CommandLine.dll-FE97798ECA8349AD92EC5174CCA431EE62BDB829", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.Json.dll-A49DD7085E657DD05E4A9F357C5F86033E45F4CD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x86-native-sni.dll-F7EA807186D5C382743A96A8AF83131496E1590B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-native-miutils.dll-2F3943D0799E2D703F3117A773AB14D3E5755CE1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hant-System.CommandLine.resources.dll-3D61241A0B13B8F1575BD25CC2DF36B44FA6FCB5", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Modules-Microsoft.PowerShell.Host-Microsoft.PowerShell.Host.psd1-56915A6FE3753B10CEB173DC94092CC0B3E63B56", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Windows.dll-FFA532755670F2C5A5062D23E3E89AC7423BA21D", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Numerics.dll-2179BB42B3B588BAD504A8F7122CA8751ACF365F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-System.Web.Services.Description.resources.dll-DEE3686BD84B40A2510E522624FA4DB9D932FCD3", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Debug.dll-4140D573312BF50435BC391ADB333D58BF401619", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.runtimeconfig.json-E4F749F8DF6BF35F9FE0E90149CD26659598870D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.HttpListener.dll-FDD5DF3EE1DCC4F96A4866022C89FBA450E2B3B0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.MemoryMappedFiles.dll-A14D3A427FF24D8DC1ED42184CDBC810FC939C4A", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Linq.Expressions.dll-6B11250DD111270B7A83FFAE37ED36B067ECAD84", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.CompilerServices.Unsafe.dll-3559DAB5B8A2C473872D33C55A75F0F1671DDECA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.dll-B0AEF17B919FF9B243987A8541FE1C1FEC913F96", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.TraceSource.dll-66D4019484ED207E12DA08A12F759654D82A50AD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Net.Http.WinHttpHandler.dll-3FF3808DED90D53435FF4AB46E6D7B17FDDEB520", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.deps.json-CDAE9525BEE89B65E6E0F7E1A05C1842ED510F2E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.DiaSymReader.Native.amd64.dll-A774426BE87CF270E33B4FFB3D01DF2E44625D3E", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.Process.dll-002C818B2F9CF4E64691841124206FC54BB7CFF5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Caching.Abstractions.dll-EEB41B18A408564075F5C776605F4EC3807B7B60", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-console-l1-1-0.dll-8F92C4C1742ECC3A7A20CBC9DA9A3800AB456064", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.dll-C0FD39C11948B77E0439A86DA778146606C78425", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.CommandLine.dll-8632A647C2F76BEEB32215B8822AF31D8E6FF4BD", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.deps.json-1464C21D1D77EC116744993DD55D5FF241CDBD5B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-timezone-l1-1-0.dll-0E57E026E5EA2DBD92E61D233D48F5CBC511BEAF", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-processthreads-l1-1-0.dll-251A4C044773B603FF9555A911BE8F25ACBEFE66", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-it-System.CommandLine.resources.dll-87199249CD427010229843B8F960A79AD220E13F", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.CommandLine.Rendering.dll-EF6C05AF3AABC28B56668515A4821D5FDB3714E9", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.Debug.dll-94180C053B5853D428573D139DD53FDE897C1C4D", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-string-l1-1-0.dll-17A78C90B3E74DF09B22B82CA441A937BF9B683C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-synch-l1-2-0.dll-54303B099118AA63A958E213069A96C0C34E4C5C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-namedpipe-l1-1-0.dll-EC3D32C4F9781A9E63984CFF53DF23F8C9A83C63", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-file-l1-2-0.dll-D2058481E6A4C6552D4DB75EA42FB76EB4C973FD", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-CoverletSourceRootsMapping-F75D6F932A9AC6C5DA274C45954D88C86DC8C014", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.Messages.dll-FBCF59D08AACDAADCD4D04DB203BC595E5FB4718", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.dll-67A97FA064A998F63AA4639FA8D989035A957111", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.deps.json-7D05F47CE68478417481E812D20BC710D22BA3F1", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.xml-3D3842A131B0E81E3F156FF5C3EE98A1B29B4AD5", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.deps.json-EF56C6E390334254DA1FF180A9FB1D478D7EDFF5", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.pdb-0ACB47EDA5A4180C44C83E5485C9287F8B0D5D6A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-CoverletSourceRootsMapping-195D7857E02654D984F2D8062A49407AEC412D59", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-984B43BDFF9C0F2BB4E87B29A35D80D3F3E05F45", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.deps.json-02A14639CF6FF24AE8B328624DF21CBA65815471", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.genruntimeconfig.cache-9F0A98C9FF5DA6847B17803188956AEC2EA3887F", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cs-AB7C93AF37C001D7060F61F777FD7E9955B40698", - "SPDXRef-File--obj-ES.ToolAuthService.Common-ES.ToolAuthService.Common.csproj.nuget.dgspec.json-3536F061F8FBEDE2CCE8F5F05099843EDBE8C632", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.pdb-93AE04A926F5747F54EEE5CB8EC5F1A8A9267191", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.xml-F279DF94DECDCE680865CF956E014D0C858D3085", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.CommandLine.DragonFruit.dll-C389ED315625077E7F91F0E8AC8F57E87A6162CB", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.xml-20E366C184094F7CAC1F58DB6D0A6667AB3738E1", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-ES.ToolAuthService.Cache.UnitTests.csproj.nuget.g.props-D1E411ACB8733A4BBBAF4CF0A0F5E30F99D48D98", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-ES.ToolAuthService.Cache.csproj.nuget.g.targets-52BC03BFB9C8E1E0BA2B12DD0F5710048DB0DA02", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll-E44BA8F7748BFE6E2302DB4F4F54CED91201BB5F", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll-8237E1828E4DD4D1E2DE3DB1F4C816121639B192", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.assets.cache-E74F859213640C1C340CA1F5EDE2BA62DDBAFAAB", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.csproj.AssemblyReference.cache-BE847067FB4755A9E69107B5FCFD77E50EFD3FA2", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-ES.ToolAuthProvider.Extensions.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Caching.Abstractions.dll-EEB41B18A408564075F5C776605F4EC3807B7B60", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.dll-67029C94F16C2BB2160011E30A90BE8C6F87B679", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.AssemblyInfoInputs.cache-21A57FF8CF6F5F9D12160EA4FA4571FA3C008F64", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.Client.pdb-93E768A6191621A5883C7184FDDF942E613EE2F7", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.TestTool.dll-FB610606389B7236AD4B3C235C48394420802300", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.genruntimeconfig.cache-CBDD66309678582373809A38830B31FED5908BAE", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.nuget.g.props-D1E411ACB8733A4BBBAF4CF0A0F5E30F99D48D98", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-A8B246732E9EAF8EDADCCDBF28F0245805ECF8C5", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Identity.Client.Extensions.Msal.dll-BD7D1422C0D3CECF0DD384DD370DFE1F498CD1F3", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Client.dll-4AE69C6DB2783958C6DE5C9FA66CEE3AF8001C49", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.FileProviders.Physical.dll-8B701D61F2BD567BBF0B7E326DC18E302349E6AF", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.GeneratedMSBuildEditorConfig.editorconfig-9BA3F180A12CFD1E076E32076A7FA180C5AFF42A", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-project.nuget.cache-B901A629CAB449ED6080B18E24274EC7F7384E90", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.assets.cache-E6D82DBF4B103534FE71887CDB77D1D803EBDE15", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.xml-5327495B418F64EDD03E30D031E6A59EB4121768", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-ES.ToolAuthService.Service.FunctionalTests.csproj.nuget.dgspec.json-3986D649603C52711F0942FBC6F9A05D3EA286A8", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.GeneratedMSBuildEditorConfig.editorconfig-299F7A18EC2D5216DCE6CF76A0B0D528756A6AB7", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-PublishOutputs.4a3e341773.txt-B03CC5B5E52CE224CEACDCCF16E530BA11AF6B96", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.MvcApplicationPartsAssemblyInfo.cache-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.DependencyInjection.dll-7B5AE69FB4A6E22BDF510F37DF4C437F4F655452", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-377521BAA807ADAAA7DA78B5CFC78B787EC9949F", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-project.assets.json-55B37E3EB89276639B440413E1081A7A4F97EFB6", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.CodeAnalysis.dll-F19C916252C805E1390921A6A5D7032AD2D040E1", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-refint-Microsoft.Engineering.AuthenticationService.Client.dll-3E20D05344137FCD8B68C8E1031823F80C3D9725", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Azure.Identity.dll-AB9EFA53D9F027FB4B4FB73452B53D96B65B0BF9", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.Cache.dll-9930A2DE007FAF41F12D006BF001DCD616431779", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.assets.cache-73F392BD532DB81A71E57C4DA382CA4304B12C95", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Overlapped.dll-C19FFE838D966247E486DD6ECBB5A20383BD7883", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.Encoding.CodePages.dll-55BFAA4F5E35EA62B017EF27F96BE6FC003DC8B1", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-apphost.exe-C5224882FA86D9D5E03C5BDBDE4FFFD4E4357B04", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.assets.cache-161A88BBB4ABF5B7DF9A84C5D100737B286C6EAB", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.pdb-E8FE64E4087E6724885FE84D96B9C1C280860297", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-staticwebassets.build.json-E83631BE57CCE63D11721619E9AE2134B295616A", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-ES.ToolAuthService.Common.AssemblyInfoInputs.cache-07AC39911FB1A52E88DA67FF46CEABB9815B760D", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.csproj.CoreCompileInputs.cache-443B268CCFFD8D33924D29111C6E2A5E43BA0F3D", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll-5C547056DA2169D4C9FE83F8D01D0095FD9C2D20", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.AssemblyInfoInputs.cache-720B745E4F26861AAEF514FC10AC2B42A7D4189E", - "SPDXRef-File--obj-ES.ToolAuthService.Common-ES.ToolAuthService.Common.csproj.nuget.g.targets-42192B68AE1E59A35ABB57FB220327740EBA15DF", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.genruntimeconfig.cache-4358BC974B49A476018EE7C2287B39019C881DBA", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.CoreCompileInputs.cache-16DD9FD0719F5797AED2DD5EE9ADE298402CC9E5", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-project.assets.json-1AACA52B133ADC82E1386F33966E26EE3DC044CF", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ref-Microsoft.Engineering.AuthenticationService.Client.dll-3E20D05344137FCD8B68C8E1031823F80C3D9725", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Authentication.Core.dll-B692AF85A1A72043BDE454A7DC24AAC7BC4B241A", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-ES.ToolAuthService.Abstractions.GeneratedMSBuildEditorConfig.editorconfig-0FAE75B04F7843B45BDE2AD3937B27C7E46BBCAD", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-project.nuget.cache-B5B979D89224924E50CE155E0A2E32B2BEB2794C", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.assets.cache-47FB9B3CBF5A8CB80B758AC1C336E09D5B6C6FCD", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-ES.ToolAuthProvider.RequestHandlers.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-F49A8A6DBA9FB3C2CA4F6134FE4FDE02FB4CE46E", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-ES.ToolAuthService.Abstractions.csproj.nuget.dgspec.json-767467DB27936B9F79CC30E2053759AAFB1CB0E7", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-ES.ToolAuthService.Cache.csproj.AssemblyReference.cache-DD29487DFE99DA2370D8BB1EF62263A96CF48079", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.WebSockets.Client.dll-43F0CE1DEFB7EE3ABA246B3A0746128079B64F63", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.GeneratedMSBuildEditorConfig.editorconfig-1FBF4CED2BE5FB5FFA0AC61462CEDF67907AA061", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll-30110C82CA182907B50BF54926F3CEAD3E527DCF", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.GeneratedMSBuildEditorConfig.editorconfig-793699617D9167B92285392ECD999D23014F85DE", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll-28932D1E768C1D1FF32DEBE91A2CF56655CECEC4", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.nuget.g.props-48996F808679B703A476147829F95BAD90D468AE", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.pdb-0ACB47EDA5A4180C44C83E5485C9287F8B0D5D6A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.xml-763EC54F381A4639E2C6E644AE09314FFE579DDA", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-mscorrc.dll-0C2E9FCD833ACCEEEBC9424A65E916831B5D955B", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "SPDXRef-File--bin-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AspNetCore.TestHost.dll-E7F314C7942F9AB480DA7F96C2780A4BED566884", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-OpenTelemetry.Exporter.Geneva.dll-1D3C94822298F36FB03A1A4736296AC6A961F71B", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Microsoft.PowerShell.Security.dll-9D340F81A3F5BA2DCD43EC2C93A476C02938918B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-x64-native-libpsl-native.so-808F53AFE0BF16D29321B86A38152E7E8F12B318", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Web.HttpUtility.dll-1303D6B024C43E5D7A7A69699615FD896160EC9D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.FileSystem.Primitives.dll-097AE31DD0DF1DD0082DFEB095496CD0E655BB12", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Compression.Brotli.dll-1BFFAA1F3F9D49AC615361036FA61F3E9B5AB540", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Metadata.dll-A9B2AF656905E986CC4CCC263DA24B7597DF0C6F", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.TypeConverter.dll-16E13D43D3230DE8AF6DA985717F63A5E6DF898B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.Security.dll-2F94AD0E6CE0415A9C00E6FCDF0EEB52F9DD304B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.IO.Ports.dll-9D07176E88F102DE89FEF0885A50EAA09C5EECF9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-System.Web.Services.Description.resources.dll-08B36B21683A91E88B5E2029BCA9B195CC530E03", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.deps.json-59718964B8BA641E1B5421C2FD883B2191C77823", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Tasks.Extensions.dll-06E6F9335C2FB3D22134C43381F575109277CF1F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Serialization.Primitives.dll-A2D805C2E91A196F8877731236716B25209782AC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Resources.Reader.dll-05B1D01A24F29DFED63AEA94AA68A2DF875C1648", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.dll-1DDE873F12AC9F4314E98E2041D2EB1B5941EAD4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-locale-l1-1-0.dll-7259D4AF28AA14551C12060C50F004E7048C12F1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-sysinfo-l1-1-0.dll-05D289B678F5470535EC9B84AE21273C55120DC1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll-1937309C010BD7449ACA160B9B384F9D4557093D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.IO.IsolatedStorage.dll-7EFAEE65918E78F57E3ACE4B9A9C9C9C9A58537D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Diagnostics-GetEvent.types.ps1xml-39699C7BA8E96BD7DD7DFB5D308D8601B7995EAC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.deps.json-6F874655EA081AB1613749A29B28111E2D3300D1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-arm64-native-libSystem.IO.Ports.Native.so-ED4F2DC77CB040206D3FDF2B7511426E52BF28CB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-freebsd-lib-net6.0-System.Data.Odbc.dll-830DCDE148B29D750373CB30E319FF93053A6D89", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.Serialization.dll-684E3AC8D2404A15E000D0368B931BD68F4B3595", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Console.dll-01990A9129D91990CE6FD8AA9A066AFFA399F822", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.dll-2F1063D77E8A51A182470766E08F46555DDAEBF1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.TagHelpers.dll-B2F5B7EB42879F17583A638DC8E634223D246A16", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Serialization.dll-43BEDDC6DA0FEF9425342092F08E73C7CEAA5324", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.dll-58C7458BAC05D584924F2E60620BBBA57CAB5F33", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-F75D37130656AC95F2EEC8A114D16EC507C04886", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.EventLog.dll-99E0960485E1D92B5C13652648618B851C46C309", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.DependencyInjection.Abstractions.dll-725A9852DD1BDD65809F5C4738FC31EF2F2A68C1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-stdio-l1-1-0.dll-C4BA091BA9C1FD1780DE2E184C4E52468C712BCC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win7-x86-native-Microsoft.Management.Infrastructure.Native.Unmanaged.dll-A22D115C236B1580582B61AE7261F26E6EA321DD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.Native.dll-A64B2067E36C663A367F33F8FB1E7476E4CDF9AC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-miutils.dll-0D6756D75D8D055DEBBF120577068E0B413285CB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-System.Web.Services.Description.resources.dll-E3775B0847DD6D1EA25260D804559C4FA5DD6C40", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.dll-ACD2023B67D70692D623EC6CB06A191D26E8FB01", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Runtime.CompilerServices.Unsafe.dll-7C06EC5C0B53FC1852CFF17FEDE689835F2ECFF7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Collections.dll-CD93C80F90964C2320644505B5F1C0E399948016", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-it-System.CommandLine.resources.dll-87199249CD427010229843B8F960A79AD220E13F", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.TypeExtensions.dll-C865E89AD1F4FB3CF4CBF8E15FEEDA63446666CB", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.Linq.dll-2DC62EE6DEF79D02AD1DE86C0E474D78D683527B", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.SecureString.dll-FFE26F43698CFC20571FEA8DAED8B5DCDC39ED57", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.Encoding.CodePages.dll-55BFAA4F5E35EA62B017EF27F96BE6FC003DC8B1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Serialization.Primitives.dll-A2D805C2E91A196F8877731236716B25209782AC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.InteropServices.dll-5086AD8B296B72CE7EAFCF17FBAC86D3C2C670E0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Xml.ReaderWriter.dll-643E7A23FCC9C9D5D953B172A8526ABB0368CBE3", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Numerics.Vectors.dll-7CC6566273CC2C31BEACD10BCB4E644AA7BA70A8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.Encoding.CodePages.dll-7DF65D08D06B8A86C7BEC6EAF8861A500DDB1EFB", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Mail.dll-0085135F3D38A58CCA4753233714A918D29F5C7E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.InteropServices.RuntimeInformation.dll-95AD1660C3CB24F269E1117A28CFA42ADE884418", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Emit.dll-5ED4244772EF9E243E4EB3C4E07DA2A4BA9D6D07", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.Compression.ZipFile.dll-CB7A09FEA6892F64D0F3A9C35EF299B08919CF59", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Dynamic.Runtime.dll-4E9A84909FCFAB750CF8C60938619B78D8B8C959", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.Emit.Lightweight.dll-69F65841DD4B23D4F0CAD615424718058C0CC155", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-System.Private.ServiceModel.resources.dll-70548B707D5E2166F402733CB6F4B155B4B354E1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-System.Web.Services.Description.resources.dll-8D98CBB0BFF99A6C8DFDAF9212946E3F214192D7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-netstandard.dll-6D446D3D64E96C29E98C7A2CDC4421D60C295AFF", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-appsettings.json-ED29CC79D6F882DFDAE1DEEEB5C5AB8095C82CFC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-dbgshim.dll-605AE89CE6F7E32059748F574CD48657D6D767FC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-time-l1-1-0.dll-F71A3F4B445D7E56A67176A87DC47F96E7479349", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-2BF48A41757631FC6E90941DE06AAE6BAE7526BF", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-coreclr.dll-68936E51CECC08903B7EF02C9692B11231C3C583", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-pl-Microsoft.CodeAnalysis.resources.dll-3B786D37A160BB0099447AD21C8D8EB03E90705D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Numerics.Vectors.dll-400711D58178730D65A294190B0D304276E67B27", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.CSharp.dll-271B909B47777B866A12CC6620073EED0EFD6BA6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Identity.Client.Extensions.Msal.dll-4E144CC52C779D6275EF4D79737CABE5CD61B73D", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.pdb-93E768A6191621A5883C7184FDDF942E613EE2F7", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ko-System.CommandLine.resources.dll-85732A09258305A13A5304FE64998E6F1D197166", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Xml.XPath.dll-DBBD3EAA8D854C8AA1B747246D594A070E252074", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-environment-l1-1-0.dll-4633519B66E56B73D6CCBADA0897C5E7356A448F", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-string-l1-1-0.dll-4D16A8BC8F2B78A44337CC3218032725E9E00C3F", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ObjectModel.dll-AD54444F5443B2B849D188DF9AC30CA25190B32A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-stdio-l1-1-0.dll-C4BA091BA9C1FD1780DE2E184C4E52468C712BCC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.deps.json-F8CB39FC67EE5A50DF08F927832E2A59512A04D5", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-createdump.exe-A7D279F0A714D05194ECBF6ADAA1C614CAC79F5D", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.exe-5DE55111F817351392130730CCEF44665E266D5C", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-CoverletSourceRootsMapping-242941979095677D37A39C2F6DE829DDA88E02E2", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-CoverletSourceRootsMapping-799DB0C0A75A9CCA766652DE84C7FD19C3AC8DFF", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll-643236F4939D8B264031B493C286ABD1ABEEC7D1", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.pdb-DE05D3533A104963DD5172C22C02E36FD5DCCD35", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.pdb-7F2462EF4E307C3F09E754D0A1F352D06802E452", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll-E94F456E74ED24EDFC880A1A113B63D1CCBA2B90", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.xml-225672C411E257135A672CC9309664E95DF562BF", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.runtimeconfig.json-9160A009CB381E044BA4C63E4435DA6BFEB9DC6D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.dll-130362604E5DA024755A84BCC0D48220E4593DBF", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.DataProtection.Extensions.dll-212F9FF457B0581269698B9FA20396C9B4530A61", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Tasks.dll-08B50389DF527C82E2AB8FEBEAADBEF01F1D3EB7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Encoding.dll-748D1E1E2CEC5A3AB497FDA2140C0F959FCC2659", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.HttpListener.dll-FDD5DF3EE1DCC4F96A4866022C89FBA450E2B3B0", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.UnitTests.pdb-466941B7CB0AC2A0CE452279B69B4E4AB9BED2B6", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.assets.cache-CC47298620D1C350DDBAAD1663FEED852A104E23", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.WebSockets.dll-48CE9B1E9636975B7BCD4375FD72863EB904D92C", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationService.Client.dll-435D40FF2154CD1F213A0B9ADBAA0AEFFA27300F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Rewrite.dll-B5FA038AB129C5E6371289AFCCBA5F0C5A3F3934", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-utility-l1-1-0.dll-269423EA557F026B16C92687DF8EB715B540BCD1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.DataAnnotations.dll-B9C9E5D8270D4B4DC4968F3208F11280BA99A982", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-timezone-l1-1-0.dll-0E57E026E5EA2DBD92E61D233D48F5CBC511BEAF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-processthreads-l1-1-0.dll-251A4C044773B603FF9555A911BE8F25ACBEFE66", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.CookiePolicy.dll-6AC41AD739105DAFC9853A3ECCEC0D284BFBCCC4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.StackTrace.dll-DA95B0786BA71406C5D55CDE33A7672E8EDFC2B9", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-ES.ToolAuthService.Abstractions.csproj.nuget.g.targets-ADE27DD8D26A20C47B7BCBC3C3465368DF9D67A8", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.genruntimeconfig.cache-A8837DE0B2C547254298E07B4B189D20E8A4384A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-project.assets.json-A5698C27394AB743C7E281B3D57994963331C71D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-aspnetcorev2-inprocess.dll-EE72D255CAB3E9390CAEE8F19B2DFCF8799402BB", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.GeneratedMSBuildEditorConfig.editorconfig-4119E5FB0958DC3BC3B1E5BCC2A68E5A743169A9", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.WorkerService.dll-A4909059073FADA020C0D33D98CB00254716B2E1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x64-native-sni.dll-A6213B2B8D8A0FB13E15EE42CE75EFAE5F5B4195", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-mi.dll-3E4FFB6829D480E8478C61378EDDFF067BECC52D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.Tracing.dll-E309476678E67052F2F5827AADBFF6B02E38C9ED", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-appsettings.Development.json-8F2FAD65C3D41A041ABE344FA21F5975D67C0AF5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-x64-native-libpsrpclient.so-5BA7C1A1E4E699F528E03BC556E3E1C7C9491B96", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.Encodings.Web.dll-73D0093840C0186FA9A3FBA808FD526E966DAB4D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Cryptography.Encoding.dll-D5C85D06C71844FFD9D7E4EFB6B97E1B5F83BA4E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Serialization.Json.dll-5D1EB2A67A5E7FE1F80D48170DFE60584221DDDF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.DispatchProxy.dll-FA8EF7EA38B1554C0D352CD7F73D07725DED9B21", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.WebClient.dll-BA03E17A995F62A421AB65D96F62BF75AE0676CC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Linq.Parallel.dll-521B8769A4C66D60EF41CE9AA8C0F43C001A0A39", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.WebSockets.dll-48CE9B1E9636975B7BCD4375FD72863EB904D92C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Console.dll-30377D42DF0730BD017E33FC6BB1B9DA52509EBD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Data.Odbc.dll-091512CD54CCE391E151FE9EA608AED685090D32", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-libraryloader-l1-1-0.dll-2442708F3055C28F47DE39102EDBECECFF38041A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.MemoryMappedFiles.dll-A7E053D984DBDCCB40D851968EF09737032C6DF1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-es-Microsoft.CodeAnalysis.resources.dll-93BDE30A36DC516B9A15E0B42BC9AAD4CA6AD44B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-illumos-lib-net6.0-System.Data.Odbc.dll-12D4D9C0A8F7DF39615E4B274D9CFD9B48C1932D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Text.Json.dll-FD98DC5722E7DCF765DF1C79481C2A24B25E48C7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-private-l1-1-0.dll-8C4248E079FF1F03105D4C7140E1137C4749AD61", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Hosting.Abstractions.dll-E9ADA15AF68EA7BCC5BC3689F6BC00FB96C999FA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.FileExtensions.dll-B7D7D4CF16BBE6CEBA1BD9DE0E814CAB71D54970", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.FileProviders.Abstractions.dll-253FF83A04B76254277688AA29A7477137E827C8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Azure.Core.dll-96AE22D1B289E29C351C9B2D04DBCE7BD13068B8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.AI.PerfCounterCollector.dll-C23E211F6465BA3D628C8672DE4802CB722E1507", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm64-native-PowerShell.Core.Instrumentation.dll-A0EA1486AA4EA24FA3D4F37B0D7E931FC4681E89", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.WSMan.Management-WSMan.format.ps1xml-361E8DC601E8534943E143E82F3D4D9A6F13ABC1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Diagnostics-Event.format.ps1xml-6FCDE3F9D6598D7043AE2C1C67B27BCA06AFB0F5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.Pkcs.dll-C7740BCDC6FB53BBD5619EF621E450DB04C327DC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Principal.Windows.dll-BD765F55D24B39A2BE1BD030B1B260ABA169CA5B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Microsoft.PowerShell.Commands.Management.dll-DB8E256A169B4DB2E13F2D4F96CD48EF5B0E205F", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.Encoding.dll-748D1E1E2CEC5A3AB497FDA2140C0F959FCC2659", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Overlapped.dll-977E44C1BA6584D7F48AEBD4EDA2C81A92D6BF3F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Data.Common.dll-C3826E1D48B565064F0462D5338E0700A2815B05", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.ComponentModel.DataAnnotations.dll-BC020F2CCCC85F93F386E32971FA5C61877A5D19", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-util-l1-1-0.dll-B8760E5721BB86AE735D38DFC6A420742769EF08", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-heap-l1-1-0.dll-106C5FF0A6F8E631BEF3C61A239A0F709381C633", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-fr-System.CommandLine.resources.dll-C73D490B62D0195041083C65D288677CD8DDD13B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Memory.dll-08014C28AAAB4A532C9807537952F13EED023A9E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Win32.Registry.dll-52F858F42487344FC9B253DE89DE9D97FE7F3A26", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.FileSystem.Primitives.dll-0BCB8653C648AAAECD56B0D8C62AE1249758BEE6", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-mscordaccore-amd64-amd64-6.0.422.16404.dll-F459A93171E28CC92862BF3E824D1FE16138CA92", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Drawing.dll-BD2B948BF9D7B253E174BCB036021D8413FED395", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-sysinfo-l1-1-0.dll-05D289B678F5470535EC9B84AE21273C55120DC1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-zh-Hans-Microsoft.CodeAnalysis.resources.dll-9AD171190C200D99FB898D9A0DCF0DCCCC4B0211", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-netcoreapp2.0-System.Diagnostics.PerformanceCounter.dll-E5A178A0CA99092873CC4F9B62C034D819CACC21", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pt-BR-System.CommandLine.resources.dll-D987D18ECB1E7F59926BE5078AF5C5BCEFC6E642", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-runtime-l1-1-0.dll-8789C18353D22D50A1E9B71FFDCFFD19CC7A2DE9", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.InteropServices.RuntimeInformation.dll-BBF5B1BF829F9F623AB07CFAF052671F6DC130A9", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.Compression.Native.dll-2F5CB6135F57C221B6BE8983464647C774210E31", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.OpenApi.dll-8E74C678E651BA03A6BCEB074FBE47933E87F6D1", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.runtimeconfig.json-BF524148BE178643CF0910C7084CDB69FE461538", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyModel.dll-3F8D529ADCA79AAA9481121C944F99FA694664F2", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll-E44BA8F7748BFE6E2302DB4F4F54CED91201BB5F", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-CoverletSourceRootsMapping-41CEA6FC4D02472DEDB5F3EFC3570951904EF907", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.FileSystemGlobbing.dll-8841CAE85273E12452BDDD46D5F825961679EE32", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.pdb-AB002014AC18D4F66BA3D46AE96D1ABF8E2D6195", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.pdb-225EEBA394F205272838C1329463CEE516AE2080", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-984B43BDFF9C0F2BB4E87B29A35D80D3F3E05F45", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.IdentityModel.Logging.dll-F232D6B46C6E88CF4B55260C3FDD876A84B3E118", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.Abstractions.dll-EFCD1A1E48D12D856F0B6E7C6A9CD26AA9751626", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CoreUtilities.resources.dll-204208193B5767C05EE204B3437EFA420CCD1E54", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.deps.json-24723126D40B6D4D4045268F36D730029D3DB43D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.xml-D46002677621D4879C999551AAEE953832E46CB8", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.pdb-E196F0FBCC799C9B3DA056B13A6C0F30C8B2D095", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.dll-5638BF194942494961D96C08D355CF8C55F0A0AC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-4EB442C1B05A3C60C97D6461B3AB1B79ADA35713", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.genruntimeconfig.cache-181F60E63499B56804E95A4887729EF73D5580BD", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-ES.ToolAuthService.Service.FunctionalTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.csproj.AssemblyReference.cache-51E67635D0D4240A9DAADE9FB4861DD02676F4E6", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.FileListAbsolute.txt-2A097D31D1657D6FA9D363C31FA819920707D749", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.xml-05E7CFBD14C2F24AA3742C5A6C304B9817EADFC1", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.AssemblyReference.cache-75864824FAA3D115C20877E2AD81F24E518A7B70", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-217474E73011F0CF8AD5493A7BAA02FBA7C48CC7", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.FileListAbsolute.txt-9BC09E918A1434FC9E31F3AB0AC8EDBC22C00228", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.assets.cache-66F18B1C7FE906CA13BD875097B2F9BFAB98DD2F", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-PublishOutputs.9f28fe1ddb.txt-E46AE854D7B18C8A0349DE17A792BEC9814F2606", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.csproj.FileListAbsolute.txt-99FD5A4EE096898516A97F180A09B46BCD47974E", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Drawing.Common.dll-67C74C2E478D60F2C9DE9B321C3B03E98177F54A", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-3143679628BF87408C7702D90DFEB7911C2526A8", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.AI.ServerTelemetryChannel.dll-652A46580B2F8A6E606A5DC352778E89DBD27CD6", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.runtimeconfig.json-93DB9F04B230E9B6423AB1E6F8103DDABC2E118A", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.CodeAnalysis.CSharp.dll-EAF6E7C40D0AB52E7F098B1941620E4F73C8F9D9", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-ES.ToolAuthService.Cache.UnitTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.GeneratedMSBuildEditorConfig.editorconfig-A1032F1A2319A1D82ABB6DB9169F13BF00BD7F72", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.csproj.CoreCompileInputs.cache-FB1433723AF27F7F697B4EF3BE21A3C07CFA394A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.genruntimeconfig.cache-6E0D71C77F272806922BCE044C26C673C3D571D9", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.ClientRequestHandlers.csproj.CoreCompileInputs.cache-0CAB9B3C7EB9B847F7416795A48DE851B6E54553", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.AssemblyInfoInputs.cache-7C5BE86C91C711AF583D183B5EC832E1436521B9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-CoverletSourceRootsMapping-C16201C549D0B9B6E2F8DE11857746BF9E4EACBC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.XPath.XDocument.dll-9AD105E305682DF7C676AA8B0930A1A237D40470", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.xml-7D45CD49D9BAC62ECCFADC7531849AF9CFB5C82A", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.assets.cache-5381E0617D2F694036F4BC81610F9198511D01AE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--obj-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "SPDXRef-File--obj-ES.ToolAuthService.Common-project.assets.json-EB4DCA9D52F66B3562640F59BF8C981F23FC067C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Physical.dll-E31626CF087EA3AFBF46AB694228AE0BF42F416C", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-ES.ToolAuthService.ClientLibrary.csproj.nuget.g.targets-7023A0D1A962AAD37A542655CCF4FC2997CC3831", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.Memory.Data.dll-8FD89172043CB23B5E8BDC6101F2E39AA8D1B345", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Win32.SystemEvents.dll-C9F5D62EF3050AA9A640289E89E65D365A05076A", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.dll-75B175893265C2C401076BB094C07501145602C1", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.FileSystemGlobbing.dll-88ABDE0552DF28933FCA3AF321CE1A3E7DDCD20C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.pdb-C745CDAD8945AF44D3081FC329821FD0F0D6A7CE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.dll-FA711A0791E9934A5671D66983A48F1669503479", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.dll-F4D5CCFFAEDA4B93C401EC19B3C8BCD9457C11AF", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-project.assets.json-B2F8BED2413A5CAD85F40B19109A39A3B387BB5F", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-ucrtbase.dll-D8447A68D877C73D3A3D3D0E29959A19DDA3C8B3", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.AssemblyInfo.cs-A8A8EEC37642577D38D43819E0C5F3990BB78417", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll-4AAC2F119991D1000BB5AC051D5A94DD851DC664", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.dll-8580C9A62B7A8327EC79331EF26F1073A9D0A17B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Cryptography.Cng.dll-B4A2767CE18F61F9117411093ECBB763B1541281", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ES.ToolAuthService.Service.FunctionalTests.csproj.FileListAbsolute.txt-96D2D77DA03AA3E5AED6D052F49AF5044C3F47BA", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.UnitTests.csproj.CoreCompileInputs.cache-A718612A76CF4C948F4F6C04FA07BD9D66FD3BA1", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-project.assets.json-CB46861C65772358331F1E36B7B1CC4FC67AD601", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.dll-294957268F8D2514127453EDBC7012DBC0E20A7F", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.AssemblyInfoInputs.cache-A0E53E03A14D40E50B812C2E2F4FC92D672D8C74", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Formatters.Xml.dll-581B62954BABF3DEE84CC3DE4DDF99E37C19A971", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.AssemblyInfoInputs.cache-B44424946AFF5CE4E037BFE86A178195E1A17A3F", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Features.dll-82A9A4F48C74D8A10896C969E6AD7DFF24AF5EE0", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests.csproj.nuget.g.targets-858628EC5472F10D6AB0EC1D828D1E5DAC0385B9", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.Telemetry.csproj.CoreCompileInputs.cache-E6C5FD029FFC45492E20CFE5F4708FD300E044E8", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.AssemblyInfo.cs-0A450F2C7FE573F45EC6F454B2C215E0A2590FDE", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.FileListAbsolute.txt-8B83874F5C63E1F6096C94E18D9C597192A1D71A", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-project.nuget.cache-786BB4261EE11E54EA5075A4079C2651B9005354", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.deps.json-00BD0F2B7ECCD4F147CAC1C5BA20BEA118DD3FF7", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.csproj.AssemblyReference.cache-1FA35BEA3B843B2823A75C4602F781880F72112C", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.DependencyInjection.Abstractions.dll-782260B95E3E7C34880644FD5D46D01F9135C94D", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll-762444B811D0D44BCB043D388AA282293815FC67", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-6922ACC955122EC253C611940A013C6436749567", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.UnitTests.pdb-DC44C4681D38BD138233E38D2890942C6CEC416C", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-ES.ToolAuthProvider.RequestHandlers.AssemblyInfo.cs-5446187DA1BAD1A8DC578110337E4BED1D524571", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.UnitTests.dll-86DD9BDD065956FB23E0675F57AD8E04D9082516", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.pdb-5DE93B6D23196F1CC313980E91392CFF751CA8BC", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-ES.ToolAuthService.Cache.csproj.nuget.g.props-1F3E1B7889690D82C75006B5650913B230660633", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-ES.ToolAuthProvider.Extensions.csproj.FileListAbsolute.txt-664094F784E0A861D429A761B42D18799B743D3F", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-project.nuget.cache-79C6F13D5573F1F23E7201B363E6CF033D9B86BC", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-ES.ToolAuthProvider.Common.csproj.FileListAbsolute.txt-35371746796F32E6374DDA8C66BD5EB2A8E8077E", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-project.assets.json-927FF111C719C3F7FBB982E26F1BF942635CB308", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.IntegrationTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-ES.ToolAuthProvider.Abstractions.assets.cache-E5E3DA7C4C827AADE7055144F3F25252D6477A55", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests.csproj.FileListAbsolute.txt-39D150B9FB551AFD406C2AA025B6DEE16ABF98B9", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-project.nuget.cache-36DA78B42D6A02AD5653456C21FA1D0874650665", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers-ES.ToolAuthProvider.ClientRequestHandlers.csproj.nuget.g.props-BAB72BF6DCFE8A8A1681EEF9F29D58CC4BCACA7A", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Abstractions.UnitTests.GeneratedMSBuildEditorConfig.editorconfig-4FE79F3653CCEA1EEED5619032933A408D3EA934", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.ComponentModel.Primitives.dll-5FF25E85F184F91F9AA6EB94F5A2ECA835A48953", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Extensions.Configuration.UserSecrets.dll-140ACEC58A587A9C9E3BB8F530CB09CFACAF4BB0", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.deps.json-546C88868B733F532737D99B946B33810F4DB01B", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.IdentityModel.JsonWebTokens.dll-9FE5F8670301A959E45F5558792CBD5807A4FB53", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.SignalR.Core.dll-929A8FC7DAC476107822AD83D3013B517CE3720A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.SwaggerUI.dll-A2996E946465A7582F6E25E404D9FD15E3A1A894", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Swashbuckle.AspNetCore.Filters.dll-322EB1043EB16D6A7E81C2AC4AFACF692DF10D8C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.XPath.dll-DBBD3EAA8D854C8AA1B747246D594A070E252074", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.ThreadPool.dll-B6D0A632C4AD650F5164435E733A436A048A9621", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Security.Claims.dll-DAAD48ACB192F7C5F16CC084747EF94214438B24", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Tasks.Parallel.dll-DE7A5BCA59888F4B25D3B3D98F486392AD762D7E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.Loader.dll-CA7DE5100D047C5BB224F5AB6C9C2ACFE270149F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.Json.dll-A49DD7085E657DD05E4A9F357C5F86033E45F4CD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.dll-98EEC907E76915375A61701F7892A979171063D6", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.UnitTests.runtimeconfig.json-BF524148BE178643CF0910C7084CDB69FE461538", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Security.Permissions.dll-0B681A35F67F3507CF548D77A8594BD004637A60", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.GeneratedMSBuildEditorConfig.editorconfig-DB9E7B6BA67A4D67FE7EF333868DA332CEA74051", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-ES.ToolAuthService.ClientLibrary.PowerShell.AssemblyInfo.cs-BF58EEA7099ED8F1ABE61C68B5C2FFE48BA7C084", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Threading.Tasks.Dataflow.dll-0D5A8570DCDD40D84880BB20DDB897513F6AE4A0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Management-Microsoft.PowerShell.Management.psd1-2731439C5B0F223AB2CA50BEE60985349D0044A3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-OpenTelemetry.dll-690F954FA0A5B8FEDC4B4E2617388A3A8866ABFE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Session.dll-47090F5CAAAC5CF75FE29FC717D353B0F5527616", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.JSInterop.dll-68E58A535DE5EDD2F27855D57E15659967DE1B17", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.ViewFeatures.dll-82373FF661F25015052263B74E99B941DD200DAE", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.Console.dll-1CC6E7BDED2A5395CC9AE04DB3254671060F187E", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.Http.Json.dll-4A91C49DD4981BE89820D4DE7F4FB66093B49EB0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Abstractions.dll-B15C2809348EDB5B2A51FED14AC52561300EBB19", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-handle-l1-1-0.dll-631FB8F9E0644ED1FB17B7B3BECAA854D8B1F86D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Identity.dll-3EF86A0FB72DE82D0578FDC670505BB929705473", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.CommandLine.dll-8632A647C2F76BEEB32215B8822AF31D8E6FF4BD", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Linq.Expressions.dll-BDC9B3B87CD1804C9116190E7FF43E23509803D9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-8D0021DFA733512686D43821F7C24F6F87D4D86E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.Json.dll-ED03CC2F6A1A267B8319891B7FB669DAA90027EC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.dll-32521B8F84D0D02EA0C8394875262961081FA1F9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.DiagnosticSource.dll-A8E07FA1251545E0AE9CD06100E38F59F8300D97", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Collections.NonGeneric.dll-5B2B03839A325E793AA9DA0FD30A97439DEB7B8B", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-8B1BCEB4A2B3AB2AD6F9E11DF7F851BC1943DCD5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-System.Private.ServiceModel.resources.dll-8EC8AE25568E8CA5C546AF4DA7CAD42E662E606D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.ServicePoint.dll-C0ACCFEE57AE5F7714337B241499A8E5341D59F4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.HttpListener.dll-71E29D2FAE117DF28A75EA4DB10D37F1C777B97F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Linq.dll-01779495A6DF14D92581C8CBF16A47AB21A08C1C", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Xml.dll-F0E4D0D998A173AAE515CA69930073A102762753", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Windows.Extensions.dll-6F90DDC3DDE6AFDD7183AE8B4951EB970E12DD73", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Xml.XDocument.dll-4B55C93EBFE2E8F5554732A3C6F944BA8D342D44", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.xml-1F8998E8F650F896CA6AB32CAFE2E76BE41BE413", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-26742342CAE5ED5A7C62D5451A460BF84D14ACB3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Text.Encodings.Web.dll-5C5F072D729CA80F136B1727A5AD253C4A3BD8AD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Components.dll-6AEB95D1118DC7894A94877D4B7C751548B66B5F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-System.Windows.Extensions.dll-662D3F82FB5FBE6610C8D338F78273F7D1CA8BC4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x86-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-F5008F0E836706277DBC3D1147DED4A847107D91", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.dll-6C3FAAE2A6F9F5F7D7AE2D7F4C4A56848E49AA06", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Formats.Asn1.dll-CED4A63AEF940FA2B8D29EF0720ACFB2C871479C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Microsoft.PowerShell.Commands.Utility.dll-8CFEE61F7F5AA8C359AC187B00AC1A41D60F2486", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Diagnostics.DiagnosticSource.dll-421B65448BC42E79A554CBFC227E9564FA172FF1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Microsoft.PowerShell.Commands.Utility.dll-AB97A8E9A1DDE3D0692E7A5AFBB1F083738680AB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Management.Automation.dll-FD56E7E0695145741B7CC780CE1D8CFA1429CCF3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.SwaggerGen.dll-A75F3A8DE341CA3C6F96515BD2E19C47D66884F8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-OpenTelemetry.Api.dll-9AD9019837FE1918053ECC00CEC15B0B64921C87", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Tasks.Dataflow.dll-4A9A91C31DB209FD569A1A71DC188CAA88D80035", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Text.Encoding.dll-732BED2D73DF08A1B5FA51820A1A60CAD0541A13", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Http.dll-ACFB60E66EAF026BACC59C14B5CC78D43826624E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Reflection.Emit.ILGeneration.dll-E54A958ABF6831D2FD9D572B88D7461ACAE4EF02", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.resources.dll-29F14C30C445002EFA361B276DADDC2C8B3CF75A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.Encoding.Extensions.dll-399BAC823ABBF6F28DE0B6AEB224B126212D7A17", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-C4C81B30BBC85E5EB0E10BAC986DDED6D7E7C879", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Cors.dll-0A3978DDE9F720DFD0565BB45446932326E71927", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.Duplex.dll-6D218A9A8DC7E35BEC5758FF535178096F719AB3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.pdb-769D4BA292FEBF69C513CE193B7EB44D76DBA0B3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-hostfxr.dll-9959432598343B2D0FF2868FDD7B5CCEE3A821B8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.Abstractions.dll-5EA19A9DD4456540D4E59D6166221FDD950ADE94", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win10-x64-native-mi.dll-C3AD50C0462159933D1E35A795D4E8E05FC5CA38", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x64-native-PowerShell.Core.Instrumentation.dll-861DA4C9C2EC9B692CFBC231DCDE45F26624038F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-netcoreapp2.1-System.Data.SqlClient.dll-2FD67DA116BD81FF1075044B773A7DAB6220E62E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.AI.DependencyCollector.dll-E3134751B43BBAA3DA2555EE63DBCF3FEAA70460", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-x86-native-pwrshplugin.dll-A223DA0B3B4F877F181F9B393B47E7448DCD9D92", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-Modules-Microsoft.PowerShell.Host-Microsoft.PowerShell.Host.psd1-CD936DCF30144CB58C10E2781182BDA06EA5FB62", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.dll-A3D34A4B281F77AB9E11921A4BFB17DE25FAD987", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.dll-F255D26A3F4D96A334D063857F951032A2078B99", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.Buffers.dll-85CA59F666415CDC4CCDB74C973A8896907AF98E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Modules-Microsoft.PowerShell.Utility-Microsoft.PowerShell.Utility.psd1-0F20F32753310D18A105FD9EC5C9FD6CA4089E8F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-222091DA59069C726A77E97A1A6D61A540192FB1", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-runtimes-unix-lib-netcoreapp3.0-System.Drawing.Common.dll-66824AFBB37FDFA67F53B8C825AB4ACF329C7972", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-System.Private.ServiceModel.resources.dll-63548A3C23E0376C90DF55A2F8931B5B2397E6FC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.ServiceProcess.ServiceController.dll-58B2FDDEDD9CF0A682ED471310487D2884F06E4C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.Drawing.Common.dll-28F56B5890BAB530AFFEBA3D26AED66DFC51FDAF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Formats.Asn1.dll-CED4A63AEF940FA2B8D29EF0720ACFB2C871479C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.CommandLine.dll-8632A647C2F76BEEB32215B8822AF31D8E6FF4BD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceProcess.ServiceController.dll-484EBB969DAC90A427915B5F4405FA9621967325", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Security.Claims.dll-35F9BFD6CAD1C173A03586B8FAA98A63713D2159", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-NJsonSchema.dll-63C3D2AF8323DB27BC79ECF582EA495AD608B3BA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Runtime.Loader.dll-74EABFD118D656B1B6A4995DC008DA5EF3713EE7", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-WindowsBase.dll-5549E2B7029A83005BDDFB4C05EFDD5FEE6FF286", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.FileSystem.AccessControl.dll-CBA8C7150B44171C18FF96DD27FF162684CADC5A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Globalization.Calendars.dll-58899EDE458AC6F7561622BC04C566E2E00368EE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Tasks.Dataflow.dll-0D5A8570DCDD40D84880BB20DDB897513F6AE4A0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.ServiceModel.Http.dll-A21C755AC410343383ADD77D336A180E3492A7B5", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.EventSource.dll-0ED2B3C3EC971B7EA19DD1916097B0F91F859A46", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll-EFD1C6B2CB2256F101AEC5C2B9EA74BF8B777672", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.dll-D8D8D36F15C8D639FB16A63DE4471FE9C82EFA92", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Primitives.dll-4F7ED087F002CBF78DB1AA8D511AE4F7E914CAFB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-zh-Hant-Microsoft.CodeAnalysis.resources.dll-C43F4563F414ED133CA66022B7C4C0689B0EAA6A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-System.Private.ServiceModel.resources.dll-EB407AB09A226CD5267D30099B46CE2C46FECA00", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pt-BR-System.CommandLine.resources.dll-D987D18ECB1E7F59926BE5078AF5C5BCEFC6E642", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.EventLog.dll-ECB7E6A67DFE2EAF2ADBA83D930CF9F5119B21D3", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.IO.FileSystem.AccessControl.dll-7B6EDB844F2DF2772C61D30B91F52F1CAE7B9463", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Globalization.dll-B5683ACBAEFBF9693C4A80AF444F31D3FA5CC950", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ko-System.CommandLine.resources.dll-85732A09258305A13A5304FE64998E6F1D197166", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win8-x64-native-miutils.dll-D8D12E539D5D34E129946991E251235546859F3B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Tasks.Parallel.dll-DE7A5BCA59888F4B25D3B3D98F486392AD762D7E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.dll-64F7DCE10BC801352E859F5F1365EAC5A66483ED", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hans-System.CommandLine.resources.dll-CBBD6E306EC4A27012436DA3311B1EB578099687", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-lib-net6.0-System.DirectoryServices.dll-AAB4C2865D06F252937965D660D2C3902593AE00", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Drawing.Common.dll-17B9DD9F01EB7D5659DE28C52129E45E6A85CBFC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-fr-System.CommandLine.resources.dll-C73D490B62D0195041083C65D288677CD8DDD13B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-ucrtbase.dll-D8447A68D877C73D3A3D3D0E29959A19DDA3C8B3", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Text.RegularExpressions.dll-4D4557D494B6BA91AA9BB8420B316661868E2E67", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-lib-net6.0-System.DirectoryServices.Protocols.dll-E33CA727595AA2DC43ED7E0855FAB45507400C63", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Runtime.Handles.dll-E65DB29B17C654680D0C1A8AE07DC02EFA32B323", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-linux-arm64-native-libpsl-native.so-D5696D2E5D60CF4F547C7089278FC314BD56520D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.DispatchProxy.dll-ECD45E1F0F0AF69B5D26A95844BAF59CA168E0BB", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Transactions.dll-FCD7E3B1E0BC287EBC55A9C7465114867E0C8B91", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Threading.Overlapped.dll-C19FFE838D966247E486DD6ECBB5A20383BD7883", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.OpenSsl.dll-89A4F435319B9CC94B1F03DE68D41BBBF4303F90", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Reflection.dll-1DDE873F12AC9F4314E98E2041D2EB1B5941EAD4", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.xml-AF87B4ED6F7F40BCED13DF84AD542FA51CFA991C", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.deps.json-3DC0377A150353291248124FCF9BBD58F7CF24FD", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AspNetCore.TestHost.dll-E7F314C7942F9AB480DA7F96C2780A4BED566884", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Ping.dll-243EEA79B628E836BFF4D9F0C5DAE31BF213CECC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-System.Speech.dll-BD1B3E46C97C3683A336EFB7DA3BAF7788AE0947", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-D166BD0BA632752DF356FC7035B4F95976C3254E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-netcoreapp3.0-Microsoft.Win32.SystemEvents.dll-6ED2E16BAF08511D33C08FC1307586D8FB2C0F4D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Diagnostics.EventLog.dll-8580C9A62B7A8327EC79331EF26F1073A9D0A17B", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Data.dll-62D4790A3E430B90B355BCC750ED8AE96F3D8961", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.ComponentModel.Primitives.dll-5FF25E85F184F91F9AA6EB94F5A2ECA835A48953", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-locale-l1-1-0.dll-7259D4AF28AA14551C12060C50F004E7048C12F1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Hosting.dll-A9469A5630A0A9D61D2CE2D3AF159D294E091150", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Json.dll-D1559636B9FEE884B2B30283A1BF2930DD0EE7DF", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-System.ValueTuple.dll-26D8170EEFD06761949A52E98BC3FE39BB33C61C", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.EnvironmentVariables.dll-74BFF84B6DF28941D5D157ABD4EDEA3D9CB0EE90", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.Logging.Debug.dll-B8C2E952D50277F3361E832B933A95B59EFB0C88", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-ja-System.CommandLine.resources.dll-F7856CFDBA6713EC780FF063C9DC0CBA7586759E", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Extensions.FileProviders.Physical.dll-4124269AC847599ACFFEF7D9C5689DE682E84730", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.dll-206AE9D28C5BB0B1FE1193F8216F3334A903864B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-clrjit.dll-9E1CD0824F05B6181F01F066440585A72C9AB44D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-zh-Hant-System.CommandLine.resources.dll-3D61241A0B13B8F1575BD25CC2DF36B44FA6FCB5", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-console-l1-2-0.dll-DCA45723E2508327222487B31C1B3F1298236822", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Security.Cryptography.Primitives.dll-916D0B4D04CBB3AC2007BD03649BFA1850EB6EAC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.NameResolution.dll-6AC181012CBF5B8353EFC0D4B7970D1E03C16270", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-memory-l1-1-0.dll-66F9FB771C5A75D06DBFA3C93947572B2479B67B", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-core-file-l1-1-0.dll-B5AEF669B6CAD999A4780A732C3AFBF01C53CFC5", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pl-System.CommandLine.resources.dll-1831C96DAEF62D9C69471E1652FC9CB138C9498D", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Caching.Memory.dll-A49DD657F9838E933EA77665D04551237C6C30CC", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.ApplicationInsights.dll-447BFA2B9C94F542DACE7220962FE1DB5F2DDC9D", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.Abstractions.dll-CA784DFFB5416250B72A84306C7728868094FF37", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Abstractions.dll-BD979575E9121E803D3A37BE452215230CCC8990", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.dll-EFA49A9531DE53B7D7AEA1D3C73DDCD0F91934F1", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-api-ms-win-crt-heap-l1-1-0.dll-8D858FF99495861473BE61D50FD6300F530D3087", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-tr-System.CommandLine.resources.dll-7859902148304CF0E561E0EA608A12AE0C2B5031", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.CSharp.resources.dll-1C655C174B5BC49233C01A3BA228CC138EB34F58", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.IO.Pipelines.dll-087ABDD0481F248AF577C786F47618712EEC7227", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.AI.EventCounterCollector.dll-3F52579639488C30D81028FE09288A5472B9C239", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.dll-337D887DB727B92B95776666A7F8E2FEDF04311B", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C439B5725FE91C32F65BB408DDAC4D722D4BBD70", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.dll-F18BBBA047BD02B4551D7CFF358D3EA5A06B91DF", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-CBA88F92A154EE84209E825E79CA652AA95428FB", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.pdb-5257BC4E04FD736BD253121B31BCCB87E222E23E", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.dll-90BDC50351A7D9D598CF4F96EF67A4506D8CC893", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9210F1F10B10A1A3E43EC8D4D15753C3F1CF5716", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll-CAE3C6E58B684063F0E186ABE438ABC960ADB426", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Diagnostics.PerformanceCounter.dll-A6691F3EA331C03CB73A00F45D8861AA8D26D83A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.CSharp.dll-79D68DC2AF5A8AE09441539629778585E38F929C", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Identity.Client.dll-AA1F017DB08A1CEFBB2A3C48C56E56DE59F5AB77", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.IntegrationTests.xml-59384566D264B2DFD0A21B57CCC4C6CF4B338CC9", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CoreUtilities.resources.dll-29234E4F077A16F2E4810680F2A59F9B705035AF", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-System.Memory.Data.dll-34847A01FEF534738F9C4002BBC3C8791FE19A44", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "SPDXRef-File--bin-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.deps.json-C7B12AFA40098752D0AF07F6C29A88DA26907C78", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-8F7C3D7F9B3D802E4E38E24DABECC033C64D18C4", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-NuGet.Frameworks.dll-FA861C0C786652B563DC30C82684AFE7EA3801A9", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.xml-7B0068FF27855177DE18D72F46F60CEB8D1EF6CA", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CoreUtilities.resources.dll-EC0D1B1C6E33C925630468527CAD04B9A82ED864", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.CodeCoverage.Shim.dll-C7960C8B8E3B3888B7FE27E549499A5D98555AC4", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.IdentityModel.Tokens.dll-F8280A4AEA2B9D716F4DCF710FC57BA31E3F7878", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthProvider.Common-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Common.pdb-C1EC848B24B63F9F69E85896E6AD6DC0BD61BECA", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5D2D14B044DB4FC86E79F453DFE4F1E49EEA4A58", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-6397D2D3A32BEED9894C316AE94E60680BBD0969", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-5C76D7534366E245B4BB22221268300A044CFE28", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.deps.json-B4A73BA44DA9ED2829FA9A36C9FCE226A4EF0F7D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.TestPlatform.CoreUtilities.resources.dll-C1D47B0A63EA32A9FF0AC85DFA6493D198DF8E5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-nunit.engine.api.dll-334618BA9C6BB82BD1DACB193D6C1FFF7DB61353", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Options.ConfigurationExtensions.dll-8615AE14E654C90430BE2482582BE0E77E0E76AA", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.Binder.dll-79FA4E9C54002527B953AF20DBB6EFA21F740435", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Castle.Core.dll-6E34A807C54C81FC91BB7AE2A16B5F3AB876F813", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-97E770F8E34E3010FB82CF5EE0C228C6FC9A7E56", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.IntegrationTests.xml-F0EE964775E8956E3C5348E515363347ACE0285C", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-B9FD45E2A8966C2CBA50FEAAEFA68DF81BE5172E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-netstandard2.0-System.Security.Cryptography.ProtectedData.dll-5C76D7534366E245B4BB22221268300A044CFE28", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-5C1161211D1219B3FC68CECBE9424DE74FFE5573", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.TestPlatform.CoreUtilities.resources.dll-BF1C7E926D2ECE7F5907A5FA7711A9D80E6E6479", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-61B1C52FA78047506DA15FC82F5999B571A8E165", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-testhost.dll-A8AF5BDA774C679619DC7A55EDD45CA747402FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-nunit.engine.core.dll-2559F0E79BAEA59FF1C6CE54F411CEB7D79E0FA3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.TestPlatform.Utilities.dll-E862FB0DEC5E31862845F785928132DF7DF18F1D", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.UnitTests.pdb-79CE12FE4469ABBF1DEDD712A2ED78948868F0A6", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-CoverletSourceRootsMapping-B04E4E12D8FC135C57F8151AE5F57AEF8EEB290C", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-Release-net6.0-ES.ToolAuthService.TestTool.AssemblyInfo.cs-1D99F221B9343264E281C19F21E0E771E25B6B68", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.AssemblyInfoInputs.cache-85D20FAD1030F0FD9C2EDD7BFF6B92545DC06B99", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Caching.Abstractions.dll-A94A70A8889005BDBC63A939908A86A1B366B629", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-System.Diagnostics.EventLog.dll-0C6C6F92CA2A27EC0DE1863BFC58C33F152A7F91", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Common.pdb-4108AD7FAE69F1791FAC20CF4C93753BAFFA2DF1", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.csproj.CoreCompileInputs.cache-FE1EF636960236E084B59EE63F58427545AF9C34", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestFixtures.pdb-B382E3ECF622BF5F6D7D1E02D7D17D0F4DA38777", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-project.assets.json-77F610A9906B21B6120C33576508CC53A17E76AB", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.csproj.CoreCompileInputs.cache-C566A164B4154682A0EE2CDF4B271F334216A950", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-project.assets.json-0C01D2D63C6C499E261E23D81FBD23F5758AEC44", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.pdb-9DF3157EF35EC6C7D1DE020EB580045CFC816E22", - "SPDXRef-File--obj-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.dll-2F4442ADBD1E4260DF68C40BA4195F0780DA73FB", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--obj-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ref-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.dll-2033D22F74D3D7AD50949BC9837CEA3BBC9E691B", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-project.assets.json-12658D0751F007F2B25FB6CFB5EAB63B4B20B743", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-project.nuget.cache-2B3CA7C9866E35F4D74AEA5D5337A3B6F3484EBE", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-ES.ToolAuthProvider.Common.csproj.nuget.g.targets-88C6E96C7BF4FCADDB0868C026B95C5B14F0AD1E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.CompilerServices.VisualC.dll-4925DF7065B28670F804189EAFEE5217E9F0A858", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Reflection.Extensions.dll-A1380B0FCF2F428FEFDACA79100CF12A4CEAE4CC", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Net.dll-ACD2023B67D70692D623EC6CB06A191D26E8FB01", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.Annotations.dll-C9ABE5135A961496F1A5D6ADAFEB105C7FBAE3D7", - "SPDXRef-File--obj-ES.ToolAuthService.TestTool-ES.ToolAuthService.TestTool.csproj.nuget.g.targets-11F98C744E01CE241CC969BCEED368C7BD2D2107", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-Release-netstandard2.0-ES.ToolAuthService.TestsCommon.csproj.CoreCompileInputs.cache-A918DF81E8E0CA966F6B5BECBE7AC129EAB4F9E9", - "SPDXRef-File--obj-ES.ToolAuthService.TestsCommon-ES.ToolAuthService.TestsCommon.csproj.nuget.g.targets-ADE27DD8D26A20C47B7BCBC3C3465368DF9D67A8", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.csproj.AssemblyReference.cache-9507B7DEA8984C83B57FAAE04B4797DEC0154C85", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.dll-0333146B22AC767E43FB31E6F4AB9CEFAC68BBE6", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-ES.ToolAuthService.Service.AssemblyInfoInputs.cache-A0E53E03A14D40E50B812C2E2F4FC92D672D8C74", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-ES.ToolAuthService.Service.csproj.CoreCompileInputs.cache-706121770337AB59DB083F4220C688DD2BF90C6A", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.UnitTests.dll-3B9BDA995159928A48FC373E36F4DF46E6791AAD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.csproj.AssemblyReference.cache-D931CDE8C6A75A41D28ACD18538764B5C06A3D5F", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.ClientLibrary.PowerShell.IntegrationTests.dll-3FFC04588663CD92348B28F3EAC26F6246A156CE", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.dll-928C3E2652446F12FBA6FC0ACFE3E6C9254101B4", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Configuration.Binder.dll-647E292532B3090D91BB4128C5FA207DAA40F82C", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.ApplicationInsights.dll-7587954F95373BF1CF8B74576CA0D94FDEAF9A08", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Transactions.dll-FCD7E3B1E0BC287EBC55A9C7465114867E0C8B91", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-es-Microsoft.CodeAnalysis.resources.dll-48932A3BBD945FE08C7305B0B8BBCA14DADC481D", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Logging.Debug.dll-4140D573312BF50435BC391ADB333D58BF401619", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Runtime.dll-58C7458BAC05D584924F2E60620BBBA57CAB5F33", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "SPDXRef-File--obj-ES.ToolAuthService.TestFixtures-Release-net6.0-ES.ToolAuthService.TestFixtures.csproj.AssemblyReference.cache-1699376BA84B6FF742A0CBA708B73E4826929E25", - "SPDXRef-File--vpacks-ES.ToolAuthService.Client-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "SPDXRef-File--obj-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ES.ToolAuthService.Service.UnitTests.assets.cache-EE4E7DBAF02954AB5E4190770B8A0CF8BA23B6B9", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationService.ClientLibrary.UnitTests.dll-878C67F93EC5D5E0EC461DCFD22745AACB22C4E1", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests.csproj.nuget.g.targets-14ED9473874585670A30B06856C78C030D0121C2", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-Release-netstandard2.0-ES.ToolAuthService.ClientLibrary.GeneratedMSBuildEditorConfig.editorconfig-C4AA560D3A35561B6F0B051D27A381CA19087E42", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell-ES.ToolAuthService.ClientLibrary.PowerShell.csproj.nuget.g.props-E2E90A56E7B13344C1946197C1A5AE163CFBAA06", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary-project.assets.json-8098F8D5CBE2069F221D4E50A4F4BD3CC94815DD", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-System.CommandLine.dll-5AA38DAEE0F3AA5CBD1B212A9690FD87B4BF3174", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-R2R-Microsoft.Extensions.Logging.ApplicationInsights.dll-1031E8FDAD1A09D2B7584D1522E2155D48FDFDF1", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Client.pdb-98750EAB06F7FB88BFE3E72700225D82EFC14B83", - "SPDXRef-File--obj-ES.ToolAuthService.Cache-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ES.ToolAuthService.Abstractions.UnitTests.csproj.AssemblyReference.cache-AF997E4054C91FD3BB01DC23E3EC9DB1B6A846B7", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.pdb-AB002014AC18D4F66BA3D46AE96D1ABF8E2D6195", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-ES.ToolAuthService.Abstractions.UnitTests.csproj.nuget.g.props-D1E411ACB8733A4BBBAF4CF0A0F5E30F99D48D98", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.nuget.dgspec.json-7955A54273A0470BB1CACF62AC39B1775C685183", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.Extensions.UnitTests.dll-30110C82CA182907B50BF54926F3CEAD3E527DCF", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.csproj.CoreCompileInputs.cache-27B2C4C672AC9A1F90808FCF2552C7BDDDD5D562", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-project.assets.json-31F454670DC6FEF612BBEE76693F6D0BBA0431A4", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.csproj.AssemblyReference.cache-0492D6EE535CF3573F1CDFF147D574975C21E9B3", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.genruntimeconfig.cache-ED176AF6464D4AACE4EB394B7832E9BD1766DC38", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--obj-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-.NETCoreApp-Version-v6.0.AssemblyAttributes.cs-93A2078F358B8FE15A59DA2321139935F21A6998", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-project.nuget.cache-60ABD91F4247757B2C3AAB2400AE83D12F8EA4EF", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.xml-B5AE8DD60627ECDF1DA6B23D6B10646F2FA8EB81", - "SPDXRef-File--obj-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-ES.ToolAuthProvider.RequestHandlers.UnitTests.csproj.AssemblyReference.cache-507306E3E4DAB85C0C9052E13F3D463E18AA0DCA", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-refint-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.dll-4AAC2F119991D1000BB5AC051D5A94DD851DC664", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.csproj.CopyComplete-DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests.csproj.FileListAbsolute.txt-985D31A8DF3EAAD6D23F63E22832BDAF04C9ACB1", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions-project.assets.json-CA92D8689F3AB4E15B6CBE9DE53662440A080A6B", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ES.ToolAuthProvider.IdentityProviders.UnitTests.genruntimeconfig.cache-7B0C2AEAFB405E13EA6C4257BF73C6CF621611DF", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.csproj.CoreCompileInputs.cache-AC4D56EDB05DCEFBB549884C4176A950D887A788", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.AI.ServerTelemetryChannel.dll-F221DF09E848566D222DDB921102136E34A13735", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Primitives.dll-6C9A46DB5784286B1BF7BA86E2369D7FEE3FE9EC", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions.UnitTests-ES.ToolAuthProvider.Abstractions.UnitTests.csproj.nuget.dgspec.json-BF6751DF8F8729E69B42D2888C41E8AAC9A7AC36", - "SPDXRef-File--obj-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ES.ToolAuthProvider.Extensions.UnitTests.AssemblyInfoInputs.cache-45BAB6D1CB28F636F2B28C519CB316EB5A32884B", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-net6.0-System.Diagnostics.EventLog.Messages.dll-FBCF59D08AACDAADCD4D04DB203BC595E5FB4718", - "SPDXRef-File--obj-ES.ToolAuthProvider.Abstractions-ES.ToolAuthProvider.Abstractions.csproj.nuget.dgspec.json-CBD60D5ABA2AD3D64F1A97431DC51FF458180D8E", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-runtimes-win-lib-netcoreapp3.0-System.Windows.Extensions.dll-75C82A1C5191AE1C5697B8653797DCF7E14273AD", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Collections.dll-CD93C80F90964C2320644505B5F1C0E399948016", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Extensions.Hosting.Abstractions.dll-3E837E4D63D4A10F5ED86AF9B66654CF8C2BC007", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Swashbuckle.AspNetCore.Filters.Abstractions.dll-55B596ABFA450B498D8CCCBE64D69C07E4B3664C", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.pdb-8761407F7AC3E7ED3F08E2B4FDAA1CD4215CA451", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestTool.deps.json-F02B167488FBE430A07DA09CF9A519DAE034403E", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.Configuration.FileExtensions.dll-CE091AB0FE9EDE47B5F0B968B7E69766C3AF8234", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-appsettings.Production.json-5889351907D3981C19397CA496E788824EA3B904", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-DC9DE86EF06F2BF41FEF84F2D1C10025444B86D2", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Service.FunctionalTests.xml-B27A16FD487C98FBEE0DC3693441530E96DC08D3", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.xml-D13F820858BFCC3E9E0103B700A85D5352144FDF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-zh-Hant-Microsoft.CodeAnalysis.CSharp.resources.dll-38DA2F18017B5B9613B4B3AE2D0EF1EF0E733617", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Hosting.Server.Abstractions.dll-92ADD4455030A65F61FA8CA3068AEDFC35D7B1CF", - "SPDXRef-File--obj-ES.ToolAuthService.Service-Release-net6.0-win-x64-apphost.exe-5DE55111F817351392130730CCEF44665E266D5C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.TestPlatform.CrossPlatEngine.dll-39BABC68EED1277BD5EB42F58C037241DBFC6006", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.Service.FunctionalTests-Release-net6.0-Microsoft.TestPlatform.PlatformAbstractions.dll-B2E3A04A88935C28DDB0D14B9B5CF5ECC53C1FAD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CoreUtilities.resources.dll-ABEEE47928247717A3895386C023509C60F8C4E0", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-mscordbi.dll-DA45648F0148E6BD95151F267F1A083F83D25D30", - "SPDXRef-File--obj-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests.csproj.nuget.dgspec.json-7F7CD2F8FDBBBD81BB2167C707C2A811EDEB833F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-fr-Microsoft.CodeAnalysis.resources.dll-4FCB82A490F927E69E24FD70193A9593DC06DB46", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Private.CoreLib.dll-FCC79465941F09B4BB5750329641436D6741E0E3", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.WebEncoders.dll-2BE6F3DDDE0D07726B4A166F8488B315EF6F2201", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win-arm-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-80A3B8251514EC14150D0072EE6668FC33D4DEA4", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.CSharp.resources.dll-D221D3CAD4F4B557815FC6CE934A1D93B0BA17A8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.FileProviders.Embedded.dll-A76C1235F29955DA5AAAB0521276950F9678B4DE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.RazorPages.dll-390CB6B2A25DBE2D01D87944B4824D2880DD1932", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-win-x64-ES.ToolAuthService.Client.AssemblyInfoInputs.cache-B19C13DA14AF5A902D3829BC566D7172E0B14000", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-console-l1-2-0.dll-DCA45723E2508327222487B31C1B3F1298236822", - "SPDXRef-File--obj-ES.ToolAuthService.Client-Release-net6.0-ES.ToolAuthService.Client.assets.cache-C91183A765923FAB6C9194D50CFD29E281B9E13C", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Http.Connections.dll-082D0F2F4FEF755B4D2020F325229D8CD27F1A8B", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Components.Authorization.dll-A7EA9C2E5171F0852ED76089A9E1C09500DE43C6", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.dll-1BD3F32316BB288FCEC5DD777CE0CCD1474DB19C", - "SPDXRef-File--obj-ES.ToolAuthProvider.IdentityProviders-Release-netstandard2.0-ES.ToolAuthProvider.IdentityProviders.assets.cache-2725BF2CC102419A0F87F748986FE80103F9F592", - "SPDXRef-File--obj-ES.ToolAuthProvider.Common-Release-netstandard2.0-.NETStandard-Version-v2.0.AssemblyAttributes.cs-BFAFBAEE93E85CD2E5E864BFF949F60044313638", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.CodeAnalysis.CSharp.resources.dll-0C6B5E6ADAD383509C2F0E908896E759CDCF50B7", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-System.Collections.Immutable.dll-4CB06BF8A5BA69A27B7BC36B85736C2021FB407C", - "SPDXRef-File--obj-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.UnitTests.xml-225672C411E257135A672CC9309664E95DF562BF", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-localization-l1-2-0.dll-F9B56A379C265E652C913E49786BE21E5AE2E20D", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-fibers-l1-1-0.dll-340392C0E6FD1FBF0392F127A62979920217CA90", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-core-file-l1-2-0.dll-D2058481E6A4C6552D4DB75EA42FB76EB4C973FD", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Swashbuckle.AspNetCore.Swagger.dll-1F5F74E698966244F692A3C8EC4FBF9C6C38E7C9", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Win32.SystemEvents.dll-8DECD43A00C4BEE03E709BF066E41F6B3A6E79BA", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-win81-x64-lib-netstandard1.6-Microsoft.Management.Infrastructure.dll-0D5171655C1C8B434A420C2009D551C2386CD3B8", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.Extensions.ObjectPool.dll-BF48769325486AF3A59F18F63D53865444748F9A", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.SignalR.dll-BFB3458E95F3342EC2C35276B7C7DACD3EB07A73", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Server.IISIntegration.dll-4DA4C8B51C726849504D31C8A055398BEE37DB43", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.ResponseCaching.Abstractions.dll-6FD57460FCB00599B28C63E62933AA89D1086F73", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Mvc.Razor.dll-393DC8D689951B7019895E43E38FB7FCD33D795F", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthService.TestTool-Release-net6.0-Microsoft.AI.WindowsServer.dll-7FCF820E2204D3C9CA05C863F5389AFD88D48584", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.pdb-140920CED84009FD686C196BBB185A5016A5430B", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-Microsoft.AspNetCore.Diagnostics.Abstractions.dll-AC19E6A7247F866425B95E4ABE32D1E937367E3D", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthService.TestFixtures-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-netcoreapp2.1-System.Data.SqlClient.dll-AA9B2967BDBFE6C2FBB75F4D29FAD18DEEAC9A09", - "SPDXRef-File--bin-ES.ToolAuthService.Service.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-3FC962EB34DD5C60F2C5BB1BBE614827EC9BC8EE", - "SPDXRef-File--bin-ES.ToolAuthService.Service-Release-net6.0-win-x64-api-ms-win-crt-convert-l1-1-0.dll-C818750F2E5F23265E29449ED12C6671589D61FE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-8CB945AC623B016C365A54D29570140C313EF340", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-unix-lib-net6.0-Microsoft.PowerShell.SDK.dll-B86F17ADCB7A897DE93620B2BA5183A5AC5A50B9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-runtimes-osx-native-libpsrpclient.dylib-E7E15C727E3214A442EA39565E68950BD25D8AE2", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-zh-Hant-Microsoft.CodeAnalysis.resources.dll-323DEA65E22272AF359B6F42B9A5C2098769F360", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.ThreadPool.dll-11E343189EFF5FED7B2D7ABB89EE9EC8F9853732", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.NameResolution.dll-9DE334232CBA2023C2650ED8D31CE582409BCDC2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.Telemetry.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-1882AC43AC84EAEBFCE49158A14FAD8481957818", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Net.Http.Json.dll-4A91C49DD4981BE89820D4DE7F4FB66093B49EB0", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.pdb-70CA2B11C9A0F45A45A43D54A6F5F5F11FC12D9E", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.VisualBasic.dll-F8CE4A2406FA69D3684C123068C41E0BD5FEB4D9", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.xml-3ECB0A517EA351B0D52550ECB19D0EB65FBA51AB", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.xml-8A2F542A375E71F8776617ACFEC2AA8164F400BD", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationService.ClientLibrary.pdb-167FA65C727EDCD6EB27EF45CA245F80EC1628E2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.WebHeaderCollection.dll-97087474509E113213944A4626DD3755B672BB49", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-Microsoft.Engineering.AuthenticationService.Client.xml-1F0E3DBED8670EF70F0F26E7998FBCA7AB72FA2A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.IO.IsolatedStorage.dll-BA8D50DA06F8D02BA7F9C5582D0D947683723074", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Threading.Tasks.dll-51EBB71C1C5B499D023286CA3FEA5A4492C31D1A", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.dll-83BCE1DAA6EAB39C91678E8E8F8AFA86221E0487", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Net.Http.dll-D96B3A9FA0AE2659F11A877B8D41206AD49483B7", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-ref-System.Diagnostics.Tools.dll-0CA855B5A8A997CDF668BB48CCDE262D1BF95199", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-netcoreapp3.1-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-zh-Hans-Microsoft.CodeAnalysis.CSharp.resources.dll-A09484AF67728C7034CDCC52C03976A7265F701C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-CC4B076BA99EEB9BDE505C2CB8553EF268E82264", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell.IntegrationTests-Release-net6.0-Microsoft.ApplicationInsights.dll-8FD0B514E413064AB3A02D194ECCAF3E7C7F4EB7", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.Private.Uri.dll-43F7EA7F0C6096026D947D31B7939FAA61FF5E0C", - "SPDXRef-File--bin-ES.ToolAuthService.ClientLibrary.PowerShell-Release-net472-Microsoft.Identity.Client.dll-A8E13C2CA49D1CB3A8FE885C9F73145013A23675", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-win-x64-System.AppContext.dll-DB04CDC3C1575733C8F1C1E75694F065372439AD", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.AI.PerfCounterCollector.dll-EC106520D96FDFE835514D99F3E9D2D8B0B391D6", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.pdb-8C920F91D43B9B76F6BB5A2B791BE2A3792E6533", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-testcentric.engine.metadata.dll-687C715BF23AC709F519F3D2C925FC5CB5CB9B69", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Cache.UnitTests.xml-20E366C184094F7CAC1F58DB6D0A6667AB3738E1", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-runtimes-win-lib-net6.0-System.Security.Cryptography.ProtectedData.dll-BD687DC2DA79ACCDE15CFFC09F0192D1E4114951", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.ApplicationInsights.AspNetCore.dll-7E80C5FD0B09000BCDEBB54085E23F22AD29CA1C", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.UnitTests.dll-C6154BA1CC522ACC1A2CB36F37AE9BB10C970EE1", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.pdb-F7FC87DF1044DC39E9287D56F0F73BF1B25E287C", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.dll-8B3481DB429E0803AB14FC02FA095FDF29798756", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.ClientLibrary.Telemetry.xml-11090759D385AE88C90EB1E9391EA2DA71AA0939", - "SPDXRef-File--bin-ES.ToolAuthService.Client-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.TestsCommon.xml-BA17BB80EF60C1E34354A2E544A0981328BD96F7", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-7B3C2B30031D0ACC99727DC78D926DD27BCAC434", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Scrutor.dll-C9F4514122D194E8EF5F01797FA8C7299F4245C3", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.dll-3D9A1533782ABCDCEEDA47E890ADF49BFF11E51D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DAAAD0AF351EA47BB170035B68251064DB14392A", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-F8E6D963782DC5BFC93CAADBCF4DFB58BACA3374", - "SPDXRef-File--bin-ES.ToolAuthService.Cache.UnitTests-Release-net6.0-Azure.Security.KeyVault.Secrets.dll-378C16F9AEC43EEFF3CCAD8976A37B49E572C7E9", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-System.Security.Cryptography.ProtectedData.dll-1102BBF6741848CB33EB6224BEDA2ABE27BE61B5", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E3BED10B2B52EF5C7E1C27A84901F752BFACCF95", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.DependencyInjection.dll-5084FD613904DF2C4405BEB0A412C485FC5AA847", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.xml-BA8BD50DD465AC32B623627D536F015A3C0AC2DF", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.xml-C26A60EBBF9BF80EF7CD9C7E96957A063D04E952", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.pdb-5BCAB995AFD2F9258B71166B803525F5BAB65C38", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-System.Drawing.Common.dll-3A98A60DE74A191807FFB71B4A428A82620FE501", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.dll-C8BA463AFA7FF11ECC9A8555BAE87714F500F1DC", - "SPDXRef-File--bin-ES.ToolAuthService.Cache-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Cache.deps.json-575DC0F89C5AA53ACD76AA9798B8F3CCFC3D6062", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-AEC4F21C823267748A703EEF66B9769E527F274D", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4711F6CE0A9BA657C0D1C2DE125AE2CCAEA9DDDD", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-3318E35EBB74F471F4323F991C4B811E6F286976", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-4954C9523F8F42C1424ED8ECE1AA91E8578542C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.FileProviders.Physical.dll-05A84E1D949053D92E092C6216B11D7EA8EEE0FB", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-FluentAssertions.dll-F0E69DBB0114F7D85362FC57D9F086F19A9E3F02", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.CSharp.resources.dll-F4952987C473F716C21223CA05E3FA2C7CA0A164", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-nunit.framework.dll-1D04B89EE7CA22627B7D10121CB8EE541ADCD5D0", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Svc.xml-5CC0CBD4353F01F135AC361AAF6F20C60511C803", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-095D873B5D1A17B6ACF9B6E4F69B23C349636BB5", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-02AAA2932D7C0780CB655BD7E58CF004149C6277", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-4982066BD1F3918859D018043964D74545C88CD3", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthService.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-de-Microsoft.CodeAnalysis.CSharp.resources.dll-36BC6361EBFBFE33F7C1093C4F1C5087A91076F3", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-System.IdentityModel.Tokens.Jwt.dll-5006411473E54D48541C43A63DE87376D09E2F82", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Identity.Client.Extensions.Msal.dll-57762E20289E2F61C6AA3EB62B85B3ED13FDF1CF", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-Azure.Identity.dll-19146149666EC611C19D0C13E4FB98F5B86CF962", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CommunicationUtilities.dll-12956BF9350A6ACAA9E17CF9CB864ED4D40A3177", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-48B07D9E0E5826586A8C9C7EA151CBB2DB591578", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-testhost.exe-D868ACE7B9B983A030CE44E23DF337CF788B6665", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.CSharp.resources.dll-1D7218144AC544B8114D36703973EB9B30B112B7", - "SPDXRef-File--bin-ES.ToolAuthProvider.RequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.RequestHandlers.dll-10005CDEA27776F5F88E3CCAA131BE56ACF276A8", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CoreUtilities.resources.dll-B4610816D03D21B914AD888C27E9B7F62ADF0EE3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.CSharp.resources.dll-A5CED1F1E8E81D06F6DBEA839CAB534BF2DC7B52", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CoreUtilities.resources.dll-4E803737C3FC98098D76AA028DB0AC2A6966EDB2", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.CodeAnalysis.resources.dll-F2EFB2CF7B51069EA6DDD55A2D32A39425E7E3C2", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-B5934538FF1446ACF25454854E3CFFBC00EACDF9", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-fr-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AFBF45189199AACAE4DBD463957857EC721C6DA6", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-10572DA1C420DC2D966268E2A4B60AF4A736E2C8", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CoreUtilities.resources.dll-5620A4629AC02CB6CF78BA895F68BFD4082982B3", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-1005A1F5B6FBBBF95F496BD45C54A0B5EF8B9530", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-Microsoft.Extensions.Configuration.FileExtensions.dll-2917334A8038F654CD1C008B55B589A48F082C09", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-CE246BA33C319C58CFE8F1D37C94EC4648FB0D11", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-es-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-DE3768839691B4ED1605D6437B1300EA5BD0A9C0", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-C1D6B2980D933F50199540353852D899386D5E18", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-cs-Microsoft.TestPlatform.CoreUtilities.resources.dll-D51DCCB39A6D87C6AD89A0BC25E80A68532FBE25", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Extensions.Options.dll-BD5BE9F1082775F663ACF2BDE4B3F23F271956BC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.dll-961D4D773FCD2E523A0048A7F4EC3E1F7AABD434", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-CoverletSourceRootsMapping-195D7857E02654D984F2D8062A49407AEC412D59", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.CodeAnalysis.resources.dll-8EB0529882AACE87C38D24EEA9911D98AB70B7CD", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ru-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-BDE28AB771EB0B3453027B0D51CA1F6AEFB33D72", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-42F90DFBDFB47D74756046D829E5565B736B1072", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-pl-Microsoft.TestPlatform.CoreUtilities.resources.dll-D91B072F2700AFF802F608120B122FA23F382EFB", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-35C4D4271E8B600DC7700EF14EFEE9FECD64921E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ko-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-9AC62A2356891B11B57F05616BA6E9C6F735F65E", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-ja-Microsoft.CodeAnalysis.resources.dll-389E554BB0EB086E14AB62AE89714A1354B7E862", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-it-Microsoft.CodeAnalysis.resources.dll-008CB3F31F19DE5357CA38ADA4BF8ECC5714B96F", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-fr-Microsoft.CodeAnalysis.CSharp.resources.dll-DA8B11F3EC532E72985DC1CBE4705AD43DC11533", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-nunit.engine.dll-A24B1D349E28E135534D0B2A436044FC62064AE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-DD55B00FAF834D73A451D24B9E4D16330F26C3A2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.CodeAnalysis.resources.dll-C0C3BF5703D48FB412D7AB17CF126A83C0525EE2", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.IdentityProviders.pdb-A4F4D614FF8384B9B932F5A12C88B58ECEE1E09F", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-17A74A21FD34CD0ACF10AE0FC4239009F06F290A", - "SPDXRef-File--bin-ES.ToolAuthProvider.IdentityProviders.IntegrationTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-es-Microsoft.CodeAnalysis.CSharp.resources.dll-2C8CC202D7AFC0F328609A5EFC6F24B90BD5A6EA", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-555925E746DF06B24180797AFEB19E2BA03E6E31", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-zh-Hans-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-922B661C6EBED11EB497E34957EC1A0D31D3F3B9", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Configuration.dll-7FC14871577B5ABCEB656AEFC5B2871CF11BF6AC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.pdb-9FA3AE113374A66E9E20D2AC1990499D2EECB79C", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Abstractions.dll-84777FBE423C584B48102714BC412A889D1BFDCA", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.dll-D8D1C62E0C6F66207190F27EB0199DF8193FD057", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-System.Text.Json.dll-3DD4500D76EF601E2218A2EB3AC9DE21CC7D54FC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.Common.dll-E9ED24D7F3384EEE43C2FA0315F11F53CBFC9247", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-pl-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-AB58600B1FFC6ABB85B23247C7EF10FE3E5CA479", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-2D336E2D8C5A24ECB95759216360FBC6A8DCCB1A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ru-Microsoft.CodeAnalysis.resources.dll-D8984CBA42B776BA681759D8300A49534800E885", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-5F841EF20159DBCF1D9DE8E3555E0762762BE924", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-E897A4B876D427B8A060150E2EB33BED8682DF00", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-CoverletSourceRootsMapping-799DA80F39B7A88823CF2E70B6DF5E96B178C370", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.CSharp.resources.dll-A165E1D45E0213674E73695A35B130399AC1A77A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-ko-Microsoft.CodeAnalysis.resources.dll-A1C3FC771201713283F5420E5A39FE307142CCBA", - "SPDXRef-File--bin-ES.ToolAuthProvider.Extensions.UnitTests-Release-net6.0-tr-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-A5201D155655064CFE206C51EC40AF17AA49E87E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Moq.dll-6E2C6BDDF2ACD0C0CDEB19135EBFA0A512E22986", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.UnitTests-Release-net6.0-Microsoft.Bcl.AsyncInterfaces.dll-2E0C55177E92673CBEF29587A376A15E7C269E94", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-System.Configuration.ConfigurationManager.dll-93AB20869927276399C1CCA4E543DE9C7CEDBCBB", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Newtonsoft.Json.dll-A6D57090D85A8584BA711C3729F2B19723810743", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.TestPlatform.CoreUtilities.dll-3C6ED08BF8BDD98BFC02A52B726091D63237D953", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Extensions.Logging.Console.dll-AFF3CB336B8D3F73814B74B96D12A13DF29F26CE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationService.Abstractions.xml-EDED16299C363ADCDEC3A747CD5D0401CF45A6FE", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Extensions.xml-F60A0A6C2A4D41B427BBAA3788E8ED4ADBAC893D", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.dll-13B071EFA865F98624BC9A605D901280FC33885A", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers.IntegrationTests-Release-net6.0-Azure.Core.dll-8C084CCC37AC37740580FFB8709C02C9A54183BB", - "SPDXRef-File--bin-ES.ToolAuthProvider.ClientRequestHandlers-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.ClientRequestHandlers.pdb-94F867B5BD37CD5D882C39319C8F0075CBFAC333", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hant-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-459F5D388EDF653FC6E6710908B59E60ECB82F5E", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-zh-Hans-Microsoft.TestPlatform.CoreUtilities.resources.dll-6BD037D8034A1F1B52DA29CA8DEA8A215991AD0A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-tr-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-C91A45465D0D0A942B9543597A6916364D332557", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ru-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-BF23F9C5E7C48B74D596BF08501C422474001B26", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pt-BR-Microsoft.CodeAnalysis.resources.dll-D397D15BD0F96A2A87267478B7C525AEBE35EE29", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-pl-Microsoft.CodeAnalysis.CSharp.resources.dll-1008815F435DBA898AADB48ADB1E79C03A35FBDC", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-ja-Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll-60F2F34A36AA800D9B97B42427BB3D720F971026", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-it-Microsoft.VisualStudio.TestPlatform.Common.resources.dll-0E43C8F601A67FC084374EBCFA5E5C3BDF49DA07", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-fr-Microsoft.TestPlatform.CrossPlatEngine.resources.dll-96C11927C403EBB519038FA0A103B7C4968E1754", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-es-Microsoft.TestPlatform.CoreUtilities.resources.dll-1296C358C7AB3D604ACFBFB68CCA8E7D81D7134B", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-de-Microsoft.TestPlatform.CommunicationUtilities.resources.dll-DDCC5F037802B7F0468A018359F85E8AD391CBE1", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-cs-Microsoft.CodeAnalysis.resources.dll-2BCFBEE933B6C941E2CCC8A6131CEF8AA88DBC69", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-NUnit3.TestAdapter.dll-ABAB7A7FE638A8C70F9FBBD92D7713D45DC7486A", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.VisualStudio.TestPlatform.ObjectModel.dll-BDA1BF401BA44DE7100C0ABCA07A6972600A9BE8", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.xml-2A393778376A14E72BE82738417C90FA22D55FBE", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions.UnitTests-Release-net6.0-Microsoft.CodeAnalysis.dll-CB93252E3EC68A77C69E948C186818C6A84D1809", - "SPDXRef-File--bin-ES.ToolAuthProvider.Abstractions-Release-netstandard2.0-Microsoft.Engineering.AuthenticationProvider.Abstractions.deps.json-8DD5C0422FA997A0A27F07B315A0715ABC790CB1" - ] - } - ], - "externalDocumentRefs": [], - "relationships": [ - { - "relationshipType": "DESCRIBES", - "relatedSpdxElement": "SPDXRef-RootPackage", - "spdxElementId": "SPDXRef-DOCUMENT" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-ED9EF9C92327ADF7CD02F98F6D3510D3861EDF167C076DB65A6F640A8EBB0752", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-282FE9C303F556FFA8BBAF17EFEA89498C55A889F2EA7762FEDA96BF29C04E3E", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-EF51BBF3CEBAEDB6F8AD59C137D2A6793CF12E8F90F0679A4F5C559BB90081D4", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-E6A4300EA97A2C40D46F7C97424D148E91295043873968C54768B9A777912613", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-3D1C1DF0E19BBB894B765FF31F039E7EE73C77220C7D61CC2C6E4317B54F79EE", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-46C34B946F3BED3A24C11DD4570FD3432C12253138B6689C1E632FA76E939529", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-8557535027B08EC5B5D94AE5D974EFD54EE84791EE4FDBC39606058EE4C3553F", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-4AEE1E34DBB10B977DA2CB97ED14A18B3A1F7DAA83E2C7603EA6239EA847AD0A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-FE21FB09A1EEE5CDD0F054483D59A0EB1F058D0AAE069A522163CC7D4087ADF1", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-86C6358AEB18D55D1244F9C4A4D5AA4685EA898C585F0A11759364055AE8D3F3", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-3E77807FD78D01056DB1152C15E703716E0943DEF0F5A369B0667F5913785AD5", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-7F80ABFB8E39FEAACDF036C28D70A9512B0FA8DFC6611DFCB8677381D45E3732", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-FDAAAF87C8598B5B2765E41F7C53C09D12399F37D1F60B3689D4C6FA07B4244C", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-827BEBFAAC4E4C31FC92C4107F493E9B4863EEEC81F425077C617C9960EFB83A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-D94811DED9ACDD30ABD8076FA03B28321360F38A860BD1C88D7800689863FFF1", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-328B3A8EC6DD3D0EB19CBAA411C2E97D3C148D5AE9CCF7734017530FDF8E17B0", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-89B813BF046EE1C554AF752ADEC859FBEA87A027993ED58E9CAEFD6B23366CAA", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-1B3B9FCED08BBF67DEAEE6BCB9246B944775643016E377D41F46F5912805BAEF", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-7AE6EB0AB1F1F54480A52785B37472EF7775107D6DC9B7FF4DD1A7B4BB139984", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-A27C92D1D1D680FA135A3F56E301A58FC24D2741BA476DD2B2A0E947E725AC1A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-30097BAF1CDB4BE3635B829ABAD0F1D02848E82D4C51EFBACDCC57C392CDBCF4", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-E71D7789E9B1E756FD98EAECBB620E9A0046AE859BF00D001AA7EECE534454D7", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-764ABFA4CBD657FE9C6ECFFCE8CA235950557958DE1F1CC8AB8D220CB08620A2", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-462E1521EDF73B364E7D1AFE41135F70BACBE105553468297868422C6CD0D2BC", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-37894D3C9315361E94EAD64E1CC59B6DF5A779E74E40DA35266D45EDAE666866", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-916B65F66B8DFF6AEBD9F48E1CFA1FC4529FCC5F640B714D55923881C7062222", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-CB23699F95DBDB96F2446708E59E5CBF7B303AC10CF11B8079F579521BAC0865", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-0A23AB34E3DE341C2B3417592C3800F13A506C2413615A4019ECFBA89BC104B3", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-46803AFB9BD8847370778E11A86C9A93568DE13810010931BE89F678A259787A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-D7E5B375148BD27B3646C7DBAAD94B1FF6B363682863B1AE8E8AFA946ECE0AB2", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-EBEAD5D76F39CFF00A284F47BCFA534E2F93422A91E4422CD9264DF74BFE5A70", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-8309FDC2AF6A371A8A7C6D8C5D777FA21A2A5C6679265DB2FD8AF09C9FB7A9C7", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-19CA0C77148494234D55A55170FEC41C7865BF9395B1A3A735393406F2EE312F", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-E78A8EA31E82973392E43281CF11C79DB7ABE160D7149ACC0AB948443B852980", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-4CA26BADD18BC7B5C3A46075D8709A91FADC9E5E2A36A2A92AB6BE59AD3CACA2", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-6EA757BA0F8D2A7DB7AAF12BA27E64286F4D52DFFDFB0470069A37C28BD42AC3", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-8D7F5A4158F83C7546849CA1DD11A582AD84C8A1A32211A4A9BC7E8320C0662C", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-D3A872ED86E781A85525366B583CD21444C1AAFF930A876B8EB2E14CB1D57D95", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-D171ED9033AA7004CA109B8740A6A1623AFD2879FA7673400B48B44D832FE47A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-03853561A882ABF3B6EF65C00CEE0215A7CFA0E662ADA67EACA298D42CDCD196", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-B47F05FE6823B267C31CA44B0A73E7A70F48B9C93EFDA154DAC89BFA7C600619", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-2B680EC88349BAB774879DAF2858DE38A043E3A4CF10941E116F938C3C8BEF1E", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-872AB68E2E7003D3BA92E60221E3217F866259564EB5342F6AEDC48FECE1718C", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-0F7E04AA97A99795D04338F3BF2956C58ACD27BB4C256CEF896DABB8945314BA", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-D76547F41A33AAC9D49B7648354257D8CC51A2920A574A421DE5140E98C2F839", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-BF166D38B5F32612387BC846A4765F098EDD35B5FA494E488DC6FCA43A78896E", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-DF6F04FCCB8555DF7E27388AF0BBFADEF421BEAC5179C1DAE2CB28E79522DA9D", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-CA19A0D60F6D736D67F3E9DD40BF8BD7E1BDC77067E56D1CE4FDB3C190612FC2", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-C35D27415997A5DFA8049607C7DBE6FA798BB4884231122C23723682DB90F134", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-80AEABFDFDDD648DBE5E81BCDAE86EDCBCD723DB578C2581AD13357C39690B5F", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-FF9237D30E58DB498422DB14FBE1F20C00C1A81B451E1073C5DEE68EEEB237D6", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-2190614BBE32140D28AC6937162608F0F5FE94B08623D0ACA2C7F18A37DA7117", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-5742C8AEA621885973C186BF8C999161F20FDFABDCCE92EFF37A2777774E5085", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-DC882DC5D80A2CCE3418DC8A11C5DEC12E7D5A50F25DCF54B208A86203DD3986", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-735026F2C803063DE0593E2740B23D57907AFD9AB2CF664883A811E695B879D1", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-2635DCAAE054E2AD1BADC1AE332157E47C42423F06777282E77387897EC53B69", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-08332A81CA715178A93363E5F454A8694E0E0C553DE4EB12F6B2732EB7126440", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-5FED312E4DD45DF9D46612210232B8B4203B261187E235EEE741ACF794327D7A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-9C16917F85D77C6C2F76D187F25C14D6EA162771CEECCBAEA7A02390052A4FA9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-90FFB180A15EDB2C7818D0A6BBF4AF83A59E037D84E6EDA0D6037B9BCAC80066", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-E723FA7EFA80333FCA06400D81F997F867448892968C31971A0D9070E2AA80FC", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-A77828D63DFDE4FBA9DD3978643F4BF92C656676B1EC9134FCA04EBA007F8DB9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-EF13C297E61B73E019C1A470CACA399F9A94CCC334188ECAD593C0A3EDBD01E9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-B2FA8A564A4A828589D4C291D0F174534E33CF8603A29003A1C9543B1114AEB0", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-051320A06F50E3531D9D4838BB38279CAF1413042E85CCD5F72E19649BFFE503", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-4F077647B926740DCDA0EADFC6FA288B78A20D05BA214F81AF8530B8FD3C60EA", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-5236B85EC5345BF42C86A2EC7E107BA693982273077A302224E922B0E21437BA", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-6E412CF695A948CBC2F00A3F130170922FA73C64309DC08C7651D1BD02CC05DD", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-148E5746ABEE34CD64C3CF06ED02CF5207CBCAD5122E7DECACCF328F3175AE26", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-0179E38F20B9B959B1C89AF1FD9644ECD0CC8CB115418F25CF3C2460A4CBD8A3", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-E1BF36214A931F2F5F08C2D763BD05A3D3A5A5900A9073EC153E1FAE94364769", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-3A47F159477C9DBBD4D7D7FDB8637880B595C9AB1AF6E01E88DEE8F0E8F9D239", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-851656F9C3D178DA9554BBB474F2923C604CD630AD18E1FF8CAE676403EF591F", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-E89E434D5AC29C0C90E844F7AA63A99B17D710EC16622721F691E17CE3CCACD1", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-8CE55C42598CC9CAD727035B552B31F94272AB65A0E5510C1F7C3B7DE5735DC5", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-996B8A2B5ADE296380BC13CFAAE3EB50D409F7ACCD7660B8AC27B01F8CFB991A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-D5DFB5433585F38957ABC0BFFF25C1E06BA39F877B526DC79C86EE8BAB8AFADE", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-2F9C8659F2D5CFCAEAD0F42814D6FAB21D24F434F2DC1D1FD14A91B506A929CE", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-EA9A842CB55893EC5CDCE399B63E6F985F4D01899BD1F2672FFF25AFE614C0E9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-798D9F56E8991A2754D14222822013A6AD9A5FC710CFD956E3E03953C6C4EDD9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-4B9851B128184B4F545EA0014C0DEF3B33E5195C10FAE7D6DCEA3567D6B2D98C", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-01907DCF9B06BBF6BFB6AC2FF8C08B389E729725056A78F498CB5837E5D39937", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-758E875D90A3181C1A97E8944A1F5A77D5A1BFED1F03888416B6B6AAD3923622", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-34BA73B9883E2C67FB9A587C5BFABC034ED13E40174273C152B63846E0BD16AF", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-BBAFB31D2412367C9C16323EA8147FEEEF5114C0DD5189C6CEFEA0185D4B72A9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-25D1868C8869A4EA9B81E71F65713A39FFCF8F3A452E1D8BA7B6702742C8CCFA", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-E5F924CB7C9ADA59FF66564411AD9DB85E703C909C37B67609B2421CAEA9937D", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-8CC47BF8947038A6907119B0E6B50D4428C18429948E5B1FBF19AE23F22D34CC", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-61BD4AF53D01202F0D6D466AD879EB99225E49B44FCCF46BB961CBFBC942E23A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-86AA1B56390864E8B1EACD18CA563CA781C10CF42B9329932B33EA6C630A9E0B", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-F85D81D799FA0B64F3F6FCDF33854DA3951400F1EDDBD1E476F55EC3CF0E4C73", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-C46164F108735F7CA1DD392D3288C70C8BA94CB1A6EC7E7BC4037FF64CD66995", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-46B07F73F7C3E9845534D892352738241B2558F5B2DF01A86FCC023C2336A458", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-78EB5BED06665C19A52660D2A5374AFF87512984A7F255FC11D6EB7CDF45DFA4", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-B8480E1DDB4FF8C16A34C590BE7C36CD997F005EEF08F28D6EA8300D6883E043", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-828401F6CEB6975159FC100B51B9643463CD439F729F11E5C9FBDAD097D54767", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-D3A967A39FE1FADD24A5DDE1D0DE78D91E83BA92C53220A7A444CE99C47039B9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-3CEE758A7D14D0800762BFF86141F46D952068BD204D9E7F98BFFD805E580282", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-EB8CF53D244010AD8EEA388D30DE02472E0585F7EF52403D321151996CCC88D2", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-2D157B0271521683F69DB6CD04B37C2CCF932418146580E8EA724D724A7F3E3B", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-6B93E9173D8E229797D5283643C58ACCFF7FEC0F544C681B594FA2DA86AB5344", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-6174B48AF295D5CC8BD7CA83E28471842C248AC3633216C9570DAB082820D4AE", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-EB772CC504A8C4FCA5B9815577BC4D390EAF4353B4673865636B49AEB9B6414E", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-6E7C1209FF471FB29914037B1103C07E3C338B5CE17FF53FCDD429142697D9E1", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-EF6E90F6B79AD6B868D678AFABEC26596255C8918605690F2879FE1815A0FA26", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-860FF2647848398B6B2BA3E30CFA8A8F53CA0AA026DC3E35F61D1E27B5FAA4AD", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-68F9D73D882A39FFBDD4CAD330B3094A85FB7F2E21318B0293EB32BFD84560D3", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-21FA4877FE19074865015742F890344CD282D6CFB73B512D045A1E7CCEE9C03F", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-C77607551E54A18631BE7AA27308CBC62E225A34EF4B0CC886F9C80E63CED885", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-64DEE513BDDB4808732AD92D0B00223DEF8D29E5BEA9436984D966CEB593EBB8", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-E8B432A0D1ED08F0FA9D2A2CE7D770747B60C2D39A0D181D41BE40778780DDD8", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-6A0861A59F0A987AB11F0DF6B0E2F46CB11A965AFF406F10FDDAF3605CF15D60", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-B7A74EC3591EFEED5D8EDFC1E439BA203535D8B562AD6CFDC45E83792A018D76", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-6B21985040F057EE5C7CC988854C5869CA0B5AF5D6620B27979F7BD62EC15E62", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-EBD817AA4EC56373AB2DE16063EFDEC7371D8296327AAB9555AD42E82C9441C7", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-BC304214383375BA8471BCC3CA9C26EEC42641554C569206E6407EB9400F5363", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-53D2481E0C573C8C3B48A3F162F987C17CBDC2F802B0A165F5C3CFED1E852C5C", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-BCA0ED76566A1A7BB900CDC50F737D5597458FD12E1928CF27F8D1DFEB0D907B", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-3AEA9C9D432B3A48E1C80BAF61C83C47210E321120FB463F26B02530B0ECBBD2", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-DF2E244DEF28EA5A2AEDB637441A125A045E1DE71EDBD390A99EADC258289013", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-825BD01EAF3C7468A6679E8C5B4A98BA2487EC89F0A683CF14E376F67FBBF5AB", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-3CD2A05381686AEAE509FB308D261D69BB0024A9926E02AFF936CA5298F889B6", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-53F1EA645E522FD666CA5934F942C6E94996D8747F4F4C608001B66EA957F320", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-9AA834CA10F46FE7E0627DA5E6B6AE0F0EC9F823135F8428F9571B7691B13684", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-FFF0C09851B5B85E580C80C7705C27A13B42F18612B8CF4A8C697DCCAB909346", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-A1B4A6E4DD7F7250DB25528C0F00586DFC7E24DDBA3003A5F10A7DCF9D391E26", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-4852657579FE65F5A9E93F57A1D7CF5D55D3D6831FFA20928AA40083D9E3F3EB", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-6E0BBCFC6315483FCAE346FB6840A822D461A058E471A3A2FBC5112FF75F55DC", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-98FC2B652E1C863313B61BBD6F4F88AA95D0FE13D6326EE914A5A0F66050C833", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-47A02A5167E3D8E6CCCB583357569809A6A2EFFA7C883C3D845ADBEE3EC1EA4A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-1827DA415F48AD166B2EA5F478B5B18EEE313908221E8876CE6A3E3FF1E41422", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-54E155EA87AD39561507267AB23927113DEBFE98D8B203EF42CEC4F58F3E451C", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-A455671F3D22730D84896DA227C896614717AEF9B17AFA42CFBE6ABB909F517A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-84B14D33FF638E6C141E303BE4C3FED5BF571A6652C945BE5F6E029CD390F42E", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-8F09E3623799A2E64E4FF57DEF6A237D85A41EDC3F272BBA32F57F40E13BC5E4", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-F09DD0D5EDE98A03B910701D4F998137291D6ADE8F3286C3F05CB0453816CEE3", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-A4966774D3681FB45924A7553133B96DB96B6311D11397C5D5E6467C768AEAE8", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-31EDF42FA1D8E328E83E9DB70280B9A6584E27C628C4B9734FE03F85269FDB41", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-AAD903BDED8F0299A98D93C15EBE7FB94DD7845A2595D27DE90F6244C3541068", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-912B04C776374167E8F88EAA2C7702B46BEE2E20E428F4F3242D4DC2DE018FDB", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-F6845F0E12D15B8C684E7ED04ACDA2623257D5D6B9669244B71767D819326FB5", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-E69D42F13D6085F8200967597460503261ECD3F6798BCAC214298C032EF409A7", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-B071B779460D96C8531C34E6F44385D9315D25E836F6D33D4767B02005BD274B", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-ED4310C48BD6B1E16DD0959072A2B7645C6194581A5DD9EB3829608D06065661", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-A5790F1A861FD8623E612401881395939C3A34B98918A6A90553D4ADCF589855", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-C220F1A508C9CF8A9561CFD9B642062BC98F3E949E525B7EFDFB08DF7F7C3235", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-16E089F61D4D27E4E83844B5D6AE54528183DB3488B742AE1CEB727BB7C04B0C", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-355997157BE5FEAF41D001E6B2182870F6D2DB022E2870C09522F40BAAC720A1", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-BEDB46E86B11CE247DE4591A60C40F39F11C6BC68EA897CDB2250769C8ADEA6D", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-34CE499A0EEA07512B7B38E069D9E59B36432C2AAD4476264EFD07BC9B019F73", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-784BF4EAD169A335B3F884470D709C05D2F1BE9C06A859EFA6419DE35EE7810E", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-82BB0597467572D39FD543B710B4CBDAC67AA4DD75B8BD982FFC20D94DB51E6D", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-7C46D0CEFA4A22AA280CC4E1AB53DC06857B90200AF30ECD1E41ADFFC11DD0ED", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-E3A100184632849E130C5747D45F94F309C099D927D3D65DC6FE4AE88E21EFCF", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-15FABDE3A47989B2A121F0D1D8578E56F0DE4750C587077CDCA42C402A8C803E", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-8BAEDD2C2ABD40071A143FCF7A4BE753B2F57C0A3BE34D748F870251FFFA7D5E", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-48CF0A1F13CC3F7FCDF799C60F02951476277ED8C10257ADC53DD6AFF12F04D9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-C58054905DC771BEA39F4045BA00BC72C9B1D7A25FC1FDD5F46380E8D21C68CE", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-66C0560C4BFB86555094C3E28A19C9BCA06CE04042D21499FFE44134EF1B1F02", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-C5CDC98FEB0DEDEEC96BEDA895A59634C60660D2ED5D831027D431B8432C0D28", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-A4ED70596927692C0DC894FE98D747A65D2B69745034E5E67CE3D2ED4958AD57", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-FF9C2EF8F449E1B698DAC0FA41040220FD924192F404553D7FF1300B07F30B28", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-84A18AEF3506E0D07D9F524560A735C6920A462EB3018D01BEFFD47D08AF8BD6", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-1EA0B2E1B38E40C3C6B7FA9BD9612C2B7522C6B2FFF2F748096E3089E36B67F7", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-592417F103E272069FC16934DAA51D2E218CA8DC27B809C2032BCBA44246CE9A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-166BD93CF6EB8E23471933D4F506D10AEE0ADF4E8EDE160F299F9850ED61EC10", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-18A98BB057331EBA4336D3D43E87709F1683A4570BCB6A046FC5925A12F5276C", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-2EA2CB26760AB383C5557F5E871539BA17DB10ADDBEDEDA27041F9D1B2C201D9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-4058B327FE28C1C62704519EF821049B2AA458E9844E0A6D8A03DAF592BA8144", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-9B8D37BBDAC501B7ABC52D87704861A70B6E4E43C53082D01EBF1E1073301AF9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-0748286EA9B1C8849982DD20141F56532E5D19217FA91472EABE530C9714AE81", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-211D9B7B7AB56C675963580D50A7C38E4CB78527AC07711D5ADA89569E4AFE8E", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-E81240A5E7F63BBECCB02DF990887D59720D4D917D71800953CC83F2B956196A", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-C8742E870301D26D38E2A003634688E2BF660A2B7A2BCA57F2804B092D67112F", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-1D51B0CF7D159D80C13C434528705038AD6FD56440D7435F0F94AE5A038EB684", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-9A03C8E99CA7443ACF888558C13384F7C05DE1A0D4E46BF4B6E92FCCB54489F8", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-002691438A106CFCE1BC492F48E8751A5843B2CFC731610487ABD500412FF0B6", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-2FD723AD5A2C265B26297C904A588B653330FD959D590CB2CB846292815853D2", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-278885FEBF574F368CFD123CCD949BE2BF8F13757E4B307336C0B855EBC29F80", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-27476129B3DEAF7984B51CA07B68502EF700BAD6BED0BD7741FE7126B467B18F", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-20B67503166AD62611249A8EBEC401D8AC2DB87DDF287076C56C0DCC6046F44D", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-F0CB1908FB0028FAF1F126F73A989FB0FD5AAB4CBEAB260AB1BA7D747AAEC573", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-2EA8A4DC00CAB316817A2B40E8488BEC93E81EA57D81217C5027F77B73F3400B", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-D91B3562579DA3B3B165C94A525031A7A84DF4F1D134995C7DBB293444F54885", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-0222D19DB40A83E75908A33FE5ADA6AE4AEB3AB9F05B864D366A86BA30B19DD3", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-78FD5EC1698C264CEA463E552A6DD7468784BE66B514D37998B1A93D22FEF756", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-5A81034EC77077BB1F9472AAD57F56E812A344FFEA1CBAA93A3D11EF18BEB8BE", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-7D326B5A8CD868653D137D73BA0389A6A8025AD5AF2967A83B6B50B516FD7038", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-02F60AE5E11530F509E27E905798C2D62684872B6821DBDD925BBA8A29A81FCF", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-00801A7AEDFBDE9B37A98B2F842489B3022B340336677B47E18150E77DDAEA14", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-935B175C05FFB21B727C5D8BB95D5C4628651920D2B416D951D61C1C73767429", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-FE8BAD74A1378EC1357F18D449B0CE6ECBF9FFEEC2966E886F85CFA66C6E6F39", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-0EF569F2A09B4130CF3D3B742339B7727441A28599CBD0DEE82D6502B6DA54F6", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-B87241737AACCEF9BDDF61770DD9A2F309DE44C071E44629CD2E18EEB03524E0", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-1526536256167524D6FCE9EDD0AAA1C168130E077ECBC0D6CC2670DC206F3CF6", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-5F9B1781BADEA0BE25F2E5F07ED9DB0ED870325F55028945524DE501C20C6DFF", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-876DEE790487F304FBB7B1C7804FDA3D167601BCC5D10E3FE63775B688A6CCB9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-D8AECAB68E932857B533B2354E421F57A52EE604E6B12AFA43B49018A07CD001", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-03465FC554649CA008103E7DC6E09447D11A3120FBD4DC939DE0756A30903C9D", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-B0E91D81F153280D51032A3EE1137A8B77C6B3F54FB4E8D07BB27FA3DF564873", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-74BFD1DE57BDD6E82E49B21A6108C61267E227E6F90BC78D947AC4186C9D5585", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-39A1E0513ECBB78FE355C5AC7C281C6E5B6E2AFD38FE8F618685872407B0CC34", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-020080B3BB7FAF7DEF4460578716C37B18CCA9E8CBC7F44941849A801ABB7C9E", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-423CE9E7CB0052FB60DB8CD5DF1E1FFC567353DD1309F172163FC6D6102E3FEA", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-CDB2304A79C6483F6C5730E5A4614428E3C8575311E333B395605C9EC5362DD9", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-1C6B6AC6C98043D44B0EA320046D25BE56D824A24A481E4F2C7033E2F9082CF6", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-9BF8FA5BBB9F17347D06D7C83AC673D20E63E02C48DB8D5636177E773F963517", - "spdxElementId": "SPDXRef-RootPackage" - }, - { - "relationshipType": "DEPENDS_ON", - "relatedSpdxElement": "SPDXRef-Package-3250BEAF65009FAC438A233B92949E5BD20F128795644F3DE00E5C8B520673BB", - "spdxElementId": "SPDXRef-RootPackage" - } - ], - "spdxVersion": "SPDX-2.2", - "dataLicense": "CC0-1.0", - "SPDXID": "SPDXRef-DOCUMENT", - "name": "es.toolauthservice-Official 48822351", - "documentNamespace": "https://sbom.microsoft/1:nnNVy_5Ko0aXDxtJ2O51ZA:aubeaukpbkCqaEid95jvuQ/65851:48822351/zlcJCNCYkEa0SfA7GOV4iQ", - "creationInfo": { - "created": "2022-05-03T17:56:59Z", - "creators": [ - "Organization: Microsoft", - "Tool: Microsoft.SBOMTool-2.1.29" - ] - }, - "documentDescribes": [ - "SPDXRef-RootPackage" - ] -} \ No newline at end of file diff --git a/CoseSignTool/CoseSignTool/ExitCode.cs b/CoseSignTool/ExitCode.cs similarity index 100% rename from CoseSignTool/CoseSignTool/ExitCode.cs rename to CoseSignTool/ExitCode.cs diff --git a/CoseSignTool/CoseSignTool/GetCommand.cs b/CoseSignTool/GetCommand.cs similarity index 100% rename from CoseSignTool/CoseSignTool/GetCommand.cs rename to CoseSignTool/GetCommand.cs diff --git a/CoseSignTool/CoseSignTool/Properties/.gitignore b/CoseSignTool/Properties/.gitignore similarity index 100% rename from CoseSignTool/CoseSignTool/Properties/.gitignore rename to CoseSignTool/Properties/.gitignore diff --git a/CoseSignTool/CoseSignTool/SignCommand.cs b/CoseSignTool/SignCommand.cs similarity index 100% rename from CoseSignTool/CoseSignTool/SignCommand.cs rename to CoseSignTool/SignCommand.cs diff --git a/CoseSignTool/CoseSignTool/Usings.cs b/CoseSignTool/Usings.cs similarity index 100% rename from CoseSignTool/CoseSignTool/Usings.cs rename to CoseSignTool/Usings.cs diff --git a/CoseSignTool/CoseSignTool/ValidateCommand.cs b/CoseSignTool/ValidateCommand.cs similarity index 100% rename from CoseSignTool/CoseSignTool/ValidateCommand.cs rename to CoseSignTool/ValidateCommand.cs diff --git a/CoseSignTool/asd b/CoseSignTool/asd deleted file mode 100644 index e69de29b..00000000 diff --git a/CoseSignTool/readme.md b/CoseSignTool/readme.md deleted file mode 100644 index c374c7e8..00000000 --- a/CoseSignTool/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -This project requires two nuget packages: -Microsoft.Internal.Windows.Tools.Build.Utilities from https://pkgs.dev.azure.com/microsoft/_packaging/OSGTools/nuget/v3/index.json -System.Formats.Cbor from https://api.nuget.org/v3/index.json \ No newline at end of file diff --git a/CoseSignTool/Nuget.config b/Nuget.config similarity index 100% rename from CoseSignTool/Nuget.config rename to Nuget.config diff --git a/README.md b/README.md index eb23983e..368ef342 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ CoseSignTool and CoseHandler support three commands/methods: 2. Validate: Validates that a COSE signature is properly formed, has a valid certificate chain, and matches the source payload or its hash. 3. Get: Reads the source payload from a COSE signature and returns the original text, or writes it to file or console. -The CoseSign1, CoseSign1.Abstractions, and CoseSign1.Certicates libraries provide the underlying functionality for CoseSignTool and CoseHandler, and can be called directly for [more advanced scenarios.](./Advanced.md) +The CoseSign1, CoseSign1.Abstractions, and CoseSign1.Certicates libraries provide the underlying functionality for CoseSignTool and CoseHandler, and can be called directly for [more advanced scenarios.](./docs/Advanced.md) ## What is COSE? 'COSE' refers to [CBOR Object Signing and Encryption](https://www.iana.org/assignments/cose/cose.xhtml), which is the de-facto standard for signing [Software Bills of Materials (SBOM)](https://www.cisa.gov/sbom). It is also used to provide secure authentication for web and Internet Of Things(IOT) application, and is suitable for for signing scripts and other text content. CBOR refers to the [Concise Binary Object Representation](https://datatracker.ietf.org/wg/cbor/about/) Internet standard. @@ -20,15 +20,15 @@ CoseSignTool, CoseHandler, and the CoseSign1 libraries are the Microsoft solutio ## How do I get started? First, download the latest release from GitHub. There will be a fully signed version on NuGet.org soon, but this is [just a pre-release](#state-of-the-project), so there's only the open source version available for now. -If you have the option of calling it from a .NET application, go to [CoseHandler.md](./CoseHandler.md) +If you have the option of calling it from a .NET application, go to [CoseHandler.md](./docs/CoseHandler.md) -Otherwise, go to [CoseSignTool.md](./CoseSignTool.md) +Otherwise, go to [CoseSignTool.md](./docs/CoseSignTool.md) ## How do I make this better? You would like to help? Great! First [check to make sure the work isn't already planned](#state-of-the-project), then... * If you find a bug or have a feature reccomendation, [log an issue.](https://github.com/microsoft/CoseSignTool/issues) -* If you would like to contribute actual code to the repo or comment on the pull requests of others, read our [contributor guidelines](./CONTRIBUTING.md) and [style guidelines](./STYLE.md), and then make your contribution. +* If you would like to contribute actual code to the repo or comment on the pull requests of others, read our [contributor guidelines](./docs/CONTRIBUTING.md) and [style guidelines](./docs/STYLE.md), and then make your contribution. ## State of the project This is an alpha release, so there are some planned features that are not yet in the product, and you may encounter some bugs. If you do, please [report them here.](https://github.com/microsoft/CoseSignTool/issues) diff --git a/CoseSignTool/StrongNameKeys/272MSSharedLibSN2048.snk b/StrongNameKeys/272MSSharedLibSN2048.snk similarity index 100% rename from CoseSignTool/StrongNameKeys/272MSSharedLibSN2048.snk rename to StrongNameKeys/272MSSharedLibSN2048.snk diff --git a/Advanced.md b/docs/Advanced.md similarity index 100% rename from Advanced.md rename to docs/Advanced.md diff --git a/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to docs/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/docs/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to docs/CONTRIBUTING.md diff --git a/CoseHandler.md b/docs/CoseHandler.md similarity index 100% rename from CoseHandler.md rename to docs/CoseHandler.md diff --git a/CoseSignTool.md b/docs/CoseSignTool.md similarity index 100% rename from CoseSignTool.md rename to docs/CoseSignTool.md diff --git a/SECURITY.md b/docs/SECURITY.md similarity index 100% rename from SECURITY.md rename to docs/SECURITY.md diff --git a/STYLE.md b/docs/STYLE.md similarity index 100% rename from STYLE.md rename to docs/STYLE.md diff --git a/SUPPORT.md b/docs/SUPPORT.md similarity index 100% rename from SUPPORT.md rename to docs/SUPPORT.md diff --git a/Troubleshooting.md b/docs/Troubleshooting.md similarity index 100% rename from Troubleshooting.md rename to docs/Troubleshooting.md From 6cf0ed6c1cfd6a4bec548a0379bd2fe380a0b955 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 10 Oct 2023 22:29:05 +0000 Subject: [PATCH 2/2] Update changelog for release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 990b025b..35c0f6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [Unreleased](https://github.com/microsoft/CoseSignTool/tree/HEAD) + +[Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v0.3.1-pre.12...HEAD) + +**Merged pull requests:** + +- implement detached signature factory, tests and helper extension methods. [\#47](https://github.com/microsoft/CoseSignTool/pull/47) ([JeromySt](https://github.com/JeromySt)) + ## [v0.3.1-pre.12](https://github.com/microsoft/CoseSignTool/tree/v0.3.1-pre.12) (2023-10-02) [Full Changelog](https://github.com/microsoft/CoseSignTool/compare/v0.3.1-pre.11...v0.3.1-pre.12)