Unable to generate signature (sig) part in the shared Access Signature while constructing URL to request list blob storage. Can anyone please provide a c# code to create sas?
Unable to generate signature (sig) part in the shared Access Signature while constructing URL
Share
This: http://msdn.microsoft.com/en-us/library/microsoft.windowsazure.storageclient.sharedaccesspolicy.aspx gives an example of how to create a shared access signature through the C# storage API.