TokenValidationParameters.TransformBeforeSignatureValidation Property

Definition

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

Property Value

Applies to