CloudStorageAccount.Credentials Property
Gets the credentials used to create this CloudStorageAccount object.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
/** @property */ /** @attribute CompilerGeneratedAttribute() */ public StorageCredentials get_Credentials ()
Property Value
Type: Microsoft.WindowsAzure.StorageCredentialsThe credentials used to create the CloudStorageAccount object.The credentials associated with a CloudStorageAccount object are used to authenticate access to the storage account.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008Target Platforms