Partager via


StorageSharedKeyCredential.ComputeSasSignature Méthode

Définition

Génère une chaîne de signature de hachage en base 64 pour une requête HTTP ou pour une sap.

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

Paramètres

credential
StorageSharedKeyCredential

Informations d’identification.

message
String

Message à signer.

Retours

Message signé.

S’applique à