StorageCredentials.UpdateKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET