DataLakeClientOptions.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.Files.DataLake.Models.DataLakeAudience? Audience { get; set; }
member this.Audience : Nullable<Azure.Storage.Files.DataLake.Models.DataLakeAudience> with get, set
Public Property Audience As Nullable(Of DataLakeAudience)

Property Value

If null, DefaultAudience will be assumed.

Applies to