Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Updates the key value for the credentials.

Namespace:   Microsoft.WindowsAzure.Storage.Auth
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public void UpdateKey(
	byte[] keyValue
)
 
public:
void UpdateKey(
	array<unsigned char>^ keyValue
)
 
member UpdateKey : 
        keyValue:byte[] -> unit
 
Public Sub UpdateKey (
	keyValue As Byte()
)

Parameters

keyValue
Type: System.Byte[]array<System::Byte>^System.Byte[]System.Byte()

The key value, as an array of bytes, to update.

Return to top