C#
C++
F#
VB
StorageCredentials Constructor (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.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: StorageCredentials( String^ accountName, array<unsigned char>^ keyValue, String^ keyName )
Parameters
- accountName
-
Type:
System.StringSystem::String^System.StringSystem.String
A string that represents the name of the storage account.
- keyValue
-
Type:
System.Byte[]array<System::Byte>^System.Byte[]System.Byte()
An array of bytes that represent the account access key.
- keyName
-
Type:
System.StringSystem::String^System.StringSystem.String
A string that represents the name of the key.
See Also
StorageCredentials Overload
StorageCredentials Class
Microsoft.WindowsAzure.Storage.Auth Namespace