TokenValidationParameters.AlgorithmValidator 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 delegate used to validate the cryptographic algorithm used.
public Microsoft.IdentityModel.Tokens.AlgorithmValidator AlgorithmValidator { get; set; }
member this.AlgorithmValidator : Microsoft.IdentityModel.Tokens.AlgorithmValidator with get, set
Public Property AlgorithmValidator As AlgorithmValidator
Property Value
Remarks
If set, this delegate will validate the cryptographic algorithm used and the algorithm will not be checked against ValidAlgorithms.