IAccessKeys.PrimaryKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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="primaryKey", Update=false)]
public string PrimaryKey { 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="primaryKey", Update=false)>]
member this.PrimaryKey : string
Public ReadOnly Property PrimaryKey As String
Property Value
- Attributes