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