TokenValidationParameters.LogValidationExceptions Property

Definition

Gets or sets a Boolean that will decide if validation failure needs to be logged as an error. Default value is true for backward compatibility of the behavior. If set to false, validation failures are logged as Information and then thrown.

public bool LogValidationExceptions { get; set; }
member this.LogValidationExceptions : bool with get, set
Public Property LogValidationExceptions As Boolean

Property Value

Applies to