TokenValidationParameters.TransformBeforeSignatureValidation 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 that will be called to transform a token to a supported format before validation.
public Microsoft.IdentityModel.Tokens.TransformBeforeSignatureValidation TransformBeforeSignatureValidation { get; set; }
member this.TransformBeforeSignatureValidation : Microsoft.IdentityModel.Tokens.TransformBeforeSignatureValidation with get, set
Public Property TransformBeforeSignatureValidation As TransformBeforeSignatureValidation