你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureStorageAuthenticationKey Class

Definition

public sealed class AzureStorageAuthenticationKey
type AzureStorageAuthenticationKey = class
Public NotInheritable Class AzureStorageAuthenticationKey
Inheritance
AzureStorageAuthenticationKey

Properties

Name Description
AccountKey

Gets the Azure Storage Account key.

SasKey

Gets the Azure Storage SAS key.

Methods

Name Description
FromAccountKey(String)

Creates a new AzureStorageAuthenticationKey referencing an Azure Storage Account key.

FromSasKey(String)

Creates a new AzureStorageAuthenticationKey referencing an Azure Storage SAS key.

Applies to