Share via


AllowedAudiencesValidation Constructors

Definition

Overloads

AllowedAudiencesValidation()

Initializes a new instance of the AllowedAudiencesValidation class.

AllowedAudiencesValidation(IList<String>)

Initializes a new instance of the AllowedAudiencesValidation class.

AllowedAudiencesValidation()

Initializes a new instance of the AllowedAudiencesValidation class.

public AllowedAudiencesValidation ();
Public Sub New ()

Applies to

AllowedAudiencesValidation(IList<String>)

Initializes a new instance of the AllowedAudiencesValidation class.

public AllowedAudiencesValidation (System.Collections.Generic.IList<string> allowedAudiences = default);
new Microsoft.Azure.Management.WebSites.Models.AllowedAudiencesValidation : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.AllowedAudiencesValidation
Public Sub New (Optional allowedAudiences As IList(Of String) = Nothing)

Parameters

allowedAudiences
IList<String>

The configuration settings of the allowed list of audiences from which to validate the JWT token.

Applies to