This topic has not yet been rated - Rate this topic

CloudStorageAccount.Credentials Property

Gets the credentials used to create this CloudStorageAccount object.

Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudStorageAccount
Dim value As StorageCredentials

value = instance.Credentials

public StorageCredentials Credentials { get; }
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public StorageCredentials get_Credentials ()

CompilerGeneratedAttribute 
public function get Credentials () : StorageCredentials

Property Value

Type: Microsoft.WindowsAzure.StorageCredentials

The 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 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ