C#
C++
F#
VB
StorageCredentials Constructor (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.
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.StringSystem::String^System.StringSystem.String
A string that represents the Base64-encoded 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