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);
}
}