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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET