C#
C++
F#
VB
StorageCredentials Constructor (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.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
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.
See Also
StorageCredentials Overload
StorageCredentials Class
Microsoft.WindowsAzure.Storage.Auth Namespace