TableAccountSasBuilder.Sign(TableSharedKeyCredential) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Utilisez un compte pour signer ces valeurs de TableSharedKeyCredential signature d’accès partagé afin de produire les paramètres de requête SAS appropriés pour l’authentification des demandes.
public string Sign (Azure.Data.Tables.TableSharedKeyCredential sharedKeyCredential);
member this.Sign : Azure.Data.Tables.TableSharedKeyCredential -> string
Public Function Sign (sharedKeyCredential As TableSharedKeyCredential) As String
Paramètres
- sharedKeyCredential
- TableSharedKeyCredential
Le compte de stockage est TableSharedKeyCredential.
Retours
Chaîne de requête encodée d’URL représentant la sap.
S’applique à
Azure SDK for .NET