CloudBlob.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
CloudBlob.GetSharedAccessSignature (SharedAccessPolicy)Returns a shared access signature for the blob.
CloudBlob.GetSharedAccessSignature (SharedAccessPolicy, String)Returns a shared access signature for the blob, with the specified container-level access policy.

See Also