Share via


storage_credentials::account_key Method

Returns the key for the credentials.

const std::vector<uint8_t>& account_key() const;

Return Value

An array of bytes that contains the key.

Requirements

Header: core.h

Namespace: azure::storage

See Also

Reference

storage_credentials Class