Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the associated shared access signature token for the credentials.

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

Syntax

 
public string SASToken { get; private set; }
 
public:
property String^ SASToken {
	String^ get();
	private: void set(String^ value);
}
 
member SASToken : string with get, private set
 
Public Property SASToken As String
	Get
	Private Set
End Property

Property Value

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

The shared access signature token.

Return to top