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(
	string keyValue
)
 
public:
void UpdateKey(
	String^ keyValue
)
 
member UpdateKey : 
        keyValue:string -> unit
 
Public Sub UpdateKey (
	keyValue As String
)

Parameters

keyValue
Type: System.StringSystem::String^System.StringSystem.String

The key value, as a Base64-encoded string, to update.

Return to top