Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the associated key name for the credentials.

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

Syntax

 
public string KeyName { get; }
 
public:
property String^ KeyName {
	String^ get();
}
 
member KeyName : string with get
 
Public ReadOnly Property KeyName As String
Return to top