<PackageReference Include="Azure.Core" Version="1.62.0" />

Azure.Identity.ChainedChildSection

sealed class ChainedChildSection : IConfigurationSection, IConfiguration
Wraps a credential IConfigurationSection and overlays IsChainedCredential = "true". Used by AzureCredentialResolver when handing a Sources[] entry to a third-party resolver so that resolver builds a credential which surfaces transient failures as CredentialUnavailableException (required for ChainedTokenCredential fall-through).
public string this[string key] { get; set; }

public string Key { get; }

public string Path { get; }

public string Value { get; set; }

public ChainedChildSection(IConfigurationSection inner)

public IEnumerable<IConfigurationSection> GetChildren()

public IChangeToken GetReloadToken()

public IConfigurationSection GetSection(string key)