StorageCredentials.UpdateKey Method (String, String) (Microsoft.WindowsAzure.Storage.Auth)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
StorageCredentials.::..UpdateKey Method (String, String)(String^, String^)(String, String)(String, String)
Updates the key value and key name for the credentials.
Namespace:
Microsoft.WindowsAzure.Storage.Auth
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Parameters
- keyValue
-
Type:
System.StringSystem::String^System.StringSystem.String
The key value, as a Base64-encoded string, to update.
- keyName
-
Type:
System.StringSystem::String^System.StringSystem.String
The key name to update.
Return to top
Updates the key value and key name for the credentials.
Syntax
Parameters
- keyValue
-
Type:
System.StringSystem::String^System.StringSystem.String
The key value, as a Base64-encoded string, to update.
- keyName
-
Type:
System.StringSystem::String^System.StringSystem.String
The key name to update.