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

TableAccountSasBuilder.ToSasQueryParameters(TableSharedKeyCredential) Method

Definition

Use an account's TableSharedKeyCredential to sign this shared access signature values to produce the proper SAS query parameters for authenticating requests.

public Azure.Data.Tables.Sas.TableAccountSasQueryParameters ToSasQueryParameters(Azure.Data.Tables.TableSharedKeyCredential sharedKeyCredential);
member this.ToSasQueryParameters : Azure.Data.Tables.TableSharedKeyCredential -> Azure.Data.Tables.Sas.TableAccountSasQueryParameters
Public Function ToSasQueryParameters (sharedKeyCredential As TableSharedKeyCredential) As TableAccountSasQueryParameters

Parameters

sharedKeyCredential
TableSharedKeyCredential

The storage account's TableSharedKeyCredential.

Returns

An instance of TableAccountSasQueryParameters.

Applies to