Share via


ServiceSasParameters.KeyToSign Property

Definition

Gets or sets the key to sign the account SAS token with.

[Newtonsoft.Json.JsonProperty(PropertyName="keyToSign")]
public string KeyToSign { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyToSign")>]
member this.KeyToSign : string with get, set
Public Property KeyToSign As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to