Share via


SignedHttpRequestValidationParameters.ValidatePresentClaims Property

Definition

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.

Applies to