Share via


IAccessKeys.SecondaryKey Property

Definition

A base64-encoded 256-bit secondary key for signing and validating the SAS token.

[Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.Info(Description="A base64-encoded 256-bit secondary key for signing and validating the SAS token.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="secondaryKey")]
public string SecondaryKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.Info(Description="A base64-encoded 256-bit secondary key for signing and validating the SAS token.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="secondaryKey")>]
member this.SecondaryKey : string with get, set
Public Property SecondaryKey As String

Property Value

Attributes

Applies to