StorageSharedKeyCredential.ComputeSasSignature Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET