StorageSharedKeyCredential class   
仅在NODE.JS运行时中可用。
Azure 存储服务的帐户密钥授权的 StorageSharedKeyCredential。
- 扩展
构造函数
| Storage | 创建 StorageSharedKeyCredential 的实例。 | 
属性
| account | Azure 存储帐户名称;readonly。 | 
方法
| computeHMACSHA256(string) | 为 HTTP 请求或 SAS 生成哈希签名。 | 
| create(Request | 创建 StorageSharedKeyCredentialPolicy 对象。 | 
构造函数详细信息
		StorageSharedKeyCredential(string, string)
	   
	创建 StorageSharedKeyCredential 的实例。
new StorageSharedKeyCredential(accountName: string, accountKey: string)参数
- accountName
- 
				string 
- accountKey
- 
				string 
属性详细信息
		accountName
	 
	Azure 存储帐户名称;readonly。
accountName: string属性值
string
方法详细信息
computeHMACSHA256(string)
为 HTTP 请求或 SAS 生成哈希签名。
function computeHMACSHA256(stringToSign: string): string参数
- stringToSign
- 
				string 
返回
string
		create(RequestPolicy, RequestPolicyOptionsLike)
	    
	创建 StorageSharedKeyCredentialPolicy 对象。
function create(nextPolicy: RequestPolicy, options: RequestPolicyOptionsLike): StorageSharedKeyCredentialPolicy参数
- nextPolicy
- RequestPolicy
- options
- RequestPolicyOptions