StorageSharedKeyCredential
in package
FinalYes
Table of Contents
Properties
- $accountKey : string
- $accountName : string
Methods
- __construct() : mixed
- computeHMACSHA256() : string
Properties
$accountKey read-only
public
string
$accountKey
$accountName read-only
public
string
$accountName
Methods
__construct()
public
__construct(string $accountName, string $accountKey) : mixed
Parameters
- $accountName : string
- $accountKey : string
computeHMACSHA256()
public
computeHMACSHA256(string $stringToSign) : string
Parameters
- $stringToSign : string