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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET