AzureKeyCredential Class

Definition

Key credential used to authenticate to an Azure Service. It provides the ability to update the key without creating a new client.

public class AzureKeyCredential
type AzureKeyCredential = class
Public Class AzureKeyCredential
Inheritance
AzureKeyCredential

Constructors

AzureKeyCredential(String)

Initializes a new instance of the AzureKeyCredential class.

Methods

Update(String)

Updates the service key. This is intended to be used when you've regenerated your service key and want to update long lived clients.

Applies to