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

StorageSharedKeyCredential.ComputeSasSignature Method

Definition

Generates a base-64 hash signature string for an HTTP request or for a SAS.

protected static string ComputeSasSignature(Azure.Storage.StorageSharedKeyCredential credential, string message);
static member ComputeSasSignature : Azure.Storage.StorageSharedKeyCredential * string -> string
Protected Shared Function ComputeSasSignature (credential As StorageSharedKeyCredential, message As String) As String

Parameters

credential
StorageSharedKeyCredential

The credential.

message
String

The message to sign.

Returns

The signed message.

Applies to