Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets a value indicating whether the credentials are a shared access signature token.

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

Syntax

 
public bool IsSAS { get; }
 
public:
property bool IsSAS {
	bool get();
}
 
member IsSAS : bool with get
 
Public ReadOnly Property IsSAS As Boolean

Property Value

Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Boolean

true if the credentials are a shared access signature token; otherwise, false.

Return to top