Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns the account key for the credentials.

Namespace:   Microsoft.WindowsAzure.Storage.Auth
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public byte[] ExportKey()
 
public:
array<unsigned char>^ ExportKey()
 
member ExportKey : unit -> byte[]
 
Public Function ExportKey As Byte()

Return Value

Type: System.Byte[]array<System::Byte>^System.Byte[]System.Byte()

An array of bytes that contains the key.

Return to top