StorageCredentials.UpdateKey Method (Microsoft.WindowsAzure.Storage.Auth)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
StorageCredentials.::..UpdateKey Method
Namespace:
Microsoft.WindowsAzure.Storage.Auth
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name Description 
UpdateKey(Byte[])(array<Byte>^)(Byte[])(Byte()) Updates the key value for the credentials.

UpdateKey(Byte[], String)(array<Byte>^, String^)(Byte[], String)(Byte(), String) Updates the key value and key name for the credentials.

UpdateKey(String)(String^)(String)(String) Updates the key value for the credentials.

UpdateKey(String, String)(String^, String^)(String, String)(String, String) Updates the key value and key name for the credentials.
Return to top
Overload List
| Name | Description | |
|---|---|---|
| UpdateKey(Byte[])(array<Byte>^)(Byte[])(Byte()) | Updates the key value for the credentials. | |
| UpdateKey(Byte[], String)(array<Byte>^, String^)(Byte[], String)(Byte(), String) | Updates the key value and key name for the credentials. | |
| UpdateKey(String)(String^)(String)(String) | Updates the key value for the credentials. | |
| UpdateKey(String, String)(String^, String^)(String, String)(String, String) | Updates the key value and key name for the credentials. |