Share via


IAccountSasParameters.KeyToSign Property

Definition

The key to sign the account SAS token with.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The key to sign the account SAS token with.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyToSign", Update=true)]
public string KeyToSign { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The key to sign the account SAS token with.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyToSign", Update=true)>]
member this.KeyToSign : string with get, set
Public Property KeyToSign As String

Property Value

Attributes

Applies to