Share via


storage_credentials Class

Represents a set of credentials used to authenticate access to a Windows Azure storage account.

class storage_credentials;

Members

Public Constructors

Name Description

storage_credentials::storage_credentials Constructor

Overloaded. Initializes a new instance of the azure::storage::storage_credentials class.

Public Methods

Name Description

storage_credentials::account_key Method

Returns the key for the credentials.

storage_credentials::account_name Method

Gets the associated storage account name for the credentials.

storage_credentials::is_anonymous Method

Indicates whether the credentials are for anonymous access.

storage_credentials::is_sas Method

Indicates whether the credentials are a shared access signature token.

storage_credentials::is_shared_key Method

Indicates whether the credentials are a shared key.

storage_credentials::sas_token Method

Gets the shared access signature token associated with the credentials.

storage_credentials::transform_uri Method

Transforms a resource URI into a shared access signature URI, by appending a shared access token.

Public Operators

Name Description

storage_credentials::operator= Operator

Returns a reference to a storage_credentials object.

Inheritance Hierarchy

storage_credentials

Requirements

Header: core.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace