Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the value of the shared access signature token's

 
sig

parameter.

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

Syntax

 
public string SASSignature { get; }
 
public:
property String^ SASSignature {
	String^ get();
}
 
member SASSignature : string with get
 
Public ReadOnly Property SASSignature As String
Return to top