Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Updates the shared access signature (SAS) token value for storage credentials created with a shared access signature.

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

Syntax

 
public void UpdateSASToken(
	string sasToken
)
 
public:
void UpdateSASToken(
	String^ sasToken
)
 
member UpdateSASToken : 
        sasToken:string -> unit
 
Public Sub UpdateSASToken (
	sasToken As String
)

Parameters

sasToken
Type: System.StringSystem::String^System.StringSystem.String

A string that specifies the SAS token value to update.

Return to top