SignedHttpRequestValidationParameters.ValidatePresentClaims Property
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.
Gets or sets a value indicating whether claims in ClaimsToValidateWhenPresent should be validated if present.
public bool ValidatePresentClaims { get; set; }
member this.ValidatePresentClaims : bool with get, set
Public Property ValidatePresentClaims As Boolean
Property Value
Remarks
Allows for validation of a claim if present, even if the validation option for the claim is set to false
.