<PackageReference Include="System.ClientModel" Version="1.14.0" />

System.ClientModel.Primitives.CredentialSectionHasher

Computes a stable cache key for a credential section by canonically serializing the merged content (sorted leaf paths) and hashing it.
namespace System.ClientModel.Primitives { internal static class CredentialSectionHasher { public static string ComputeKey(IConfigurationSection section); } }