Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Exports the value of the account access key to a Base64-encoded string.

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

Syntax

 
public string ExportBase64EncodedKey()
 
public:
String^ ExportBase64EncodedKey()
 
member ExportBase64EncodedKey : unit -> string
 
Public Function ExportBase64EncodedKey As String

Return Value

Type: System.StringSystem::String^System.StringSystem.String

The account access key.

Return to top