StorageCredentials.UpdateKey Method

Definition

Overloads

UpdateKey(String)

Updates the key value for the credentials.

UpdateKey(String, String)

Updates the key value and key name for the credentials.

UpdateKey(String)

Updates the key value for the credentials.

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

Parameters

keyValue
String

The key value, as a Base64-encoded string, to update.

Applies to

UpdateKey(String, String)

Updates the key value and key name for the credentials.

public void UpdateKey (string keyValue, string keyName);
member this.UpdateKey : string * string -> unit
Public Sub UpdateKey (keyValue As String, keyName As String)

Parameters

keyValue
String

The key value, as a Base64-encoded string, to update.

keyName
String

The key name to update.

Applies to