C#C++F#VB
CloudFileClient.Credentials PropertyCloudFileClient::Credentials PropertyCloudFileClient.Credentials PropertyCloudFileClient.Credentials Property
Gets the account credentials used to create the File service client.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property StorageCredentials^ Credentials { StorageCredentials^ get(); private: void set(StorageCredentials^ value); }