Namespace:
Microsoft.WindowsAzure.Storage.AuthAssembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
| Name | Description |
---|
| StorageCredentials()()()() | |
| StorageCredentials(String)(String^)(String)(String) | Initializes a new instance of the StorageCredentials class with the specified shared access signature token. |
| StorageCredentials(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. |
| StorageCredentials(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. |
| StorageCredentials(String, String)(String^, String^)(String, String)(String, String) | Initializes a new instance of the StorageCredentials class with the specified account name and key value. |
| StorageCredentials(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