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

Azure.AzureKeyCredential

Key credential used to authenticate to an Azure Service. It provides the ability to update the key without creating a new client.
namespace Azure { public class AzureKeyCredential { public string Key { get; } public AzureKeyCredential(string key); } }