Aracılığıyla paylaş


IAccessKeys.SecondaryKey Property

Definition

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

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

Property Value

Attributes

Applies to