Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Overload List

NameDescription
System_CAPS_pubmethodStorageCredentials()()()()

Initializes a new instance of the StorageCredentials class.

System_CAPS_pubmethodStorageCredentials(String)(String^)(String)(String)

Initializes a new instance of the StorageCredentials class with the specified shared access signature token.

System_CAPS_pubmethodStorageCredentials(String, Byte[])(String^, array<Byte>^)(String, Byte[])(String, Byte())

Initializes a new instance of the StorageCredentials class with the specified account name and key value.

System_CAPS_pubmethodStorageCredentials(String, Byte[], String)(String^, array<Byte>^, String^)(String, Byte[], String)(String, Byte(), String)

Initializes a new instance of the StorageCredentials class with the specified account name, key value, and key name.

System_CAPS_pubmethodStorageCredentials(String, String)(String^, String^)(String, String)(String, String)

Initializes a new instance of the StorageCredentials class with the specified account name and key value.

System_CAPS_pubmethodStorageCredentials(String, String, String)(String^, String^, String^)(String, String, String)(String, String, String)

Initializes a new instance of the StorageCredentials class with the specified account name, key value, and key name.

Return to top