Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

StorageCredentials Constructor (Microsoft.WindowsAzure.Storage.Auth)

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, 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