CloudBlobContainer.GetSharedAccessSignature Method

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Managing Access to Blobs and Containers

Overload List

NameDescription
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.

See Also