TokenValidationParameters.ValidAudience Property

Definition

Gets or sets a string that represents a valid audience that will be used to check against the token's audience. The default is null.

public string ValidAudience { get; set; }
member this.ValidAudience : string with get, set
Public Property ValidAudience As String

Property Value

Applies to