共用方式為


AzureActiveDirectoryValidation.JwtClaimChecks Property

Definition

Gets or sets the configuration settings of the checks that should be made while validating the JWT Claims.

[Newtonsoft.Json.JsonProperty(PropertyName="jwtClaimChecks")]
public Microsoft.Azure.Management.WebSites.Models.JwtClaimChecks JwtClaimChecks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jwtClaimChecks")>]
member this.JwtClaimChecks : Microsoft.Azure.Management.WebSites.Models.JwtClaimChecks with get, set
Public Property JwtClaimChecks As JwtClaimChecks

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to