AllowedAudiencesValidation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The configuration settings of the allowed list of audiences from which to validate the JWT token.