QueueClientOptions.Audience Property

Definition

Gets or sets the Audience to use for authentication with Azure Active Directory (AAD). The audience is not considered when using a shared key.

public Azure.Storage.Queues.Models.QueueAudience? Audience { get; set; }
member this.Audience : Nullable<Azure.Storage.Queues.Models.QueueAudience> with get, set
Public Property Audience As Nullable(Of QueueAudience)

Property Value

If null, PublicAudience will be assumed.

Applies to