StorageCredentials Constructor

Windows Runtime Azure Storage Client Library

Overload List

Name Description
StorageCredentials () Initializes a new instance of the StorageCredentials class.
StorageCredentials (String) Initializes a new instance of the StorageCredentials class with the specified shared access signature token.
StorageCredentials (String, String) Initializes a new instance of the StorageCredentials class with the specified account name and key value.
StorageCredentials (String, String, String) Initializes a new instance of the StorageCredentials class with the specified account name, key value, and key name.

See Also