CloudBlobContainer.GetSharedAccessSignature Method
Updated: April 24, 2013
[This topic is part of the Windows Azure Storage Client Library 1.7, which has been deprecated. The current recommended version is Storage Client Library 3.0.]
Managing Access to Blobs and Containers
Managing Access to Blobs and Containers
| Name | Description |
|---|---|
| CloudBlobContainer.GetSharedAccessSignature (SharedAccessPolicy) | Returns a shared access signature for a blob which grants access to the content and metadata of that blob. |
| CloudBlobContainer.GetSharedAccessSignature (SharedAccessPolicy, String) | Returns a shared access signature for the container which grants access to the content and metadata of any blob in the container, and to the list of blobs in the container. |
Show: