다음을 통해 공유


IAccessKeys.SecondaryKey Property

Definition

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

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

Property Value

Attributes

Applies to