Condividi tramite


TableClientOptions.Audience Property

Definition

Gets or sets the Audience to use for authentication with Microsoft Entra. The audience is not considered when using a shared key or connection string.

public Azure.Data.Tables.TableAudience? Audience { get; set; }
member this.Audience : Nullable<Azure.Data.Tables.TableAudience> with get, set
Public Property Audience As Nullable(Of TableAudience)

Property Value

Applies to