One that wil开发者_运维知识库l deal with the authentication needs of azure
That's exactly what the Microsoft.WindowsAzure.StorageClient code for tables is:
CloudStorageAccount.Parse(...).CreateCloudTableClient().GetDataServiceContext()
I think that the CloudStorageAccount Class ( http://msdn.microsoft.com/en-us/library/microsoft.windowsazure.cloudstorageaccount_members.aspx ) is for you. the "Credentials" checks the access you need.
精彩评论