TokenValidationParameters.LogValidationExceptions 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 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