Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initializes a new instance of the StorageCredentials class with the specified shared access signature token.

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

Syntax

 
public StorageCredentials(
	string sasToken
)
 
public:
StorageCredentials(
	String^ sasToken
)
 
new : 
        sasToken:string -> StorageCredentials
 
Public Sub New (
	sasToken As String
)

Parameters

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

A string representing the shared access signature token.

Return to top