StorageSharedKeyCredential.SetAccountKey(String) Method

Definition

Update the Storage Account's access key. This intended to be used when you've regenerated your Storage Account's access keys and want to update long lived clients.

public void SetAccountKey (string accountKey);
member this.SetAccountKey : string -> unit
Public Sub SetAccountKey (accountKey As String)

Parameters

accountKey
String

A Storage Account access key.

Applies to