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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET