JwtSecurityToken.SigningKey Property

Definition

Gets or sets the SecurityKey that signed this instance.

public override Microsoft.IdentityModel.Tokens.SecurityKey SigningKey { get; set; }
member this.SigningKey : Microsoft.IdentityModel.Tokens.SecurityKey with get, set
Public Overrides Property SigningKey As SecurityKey

Property Value

Remarks

JwtSecurityTokenHandler.ValidateSignature(...) sets this value when a SecurityKey is used to successfully validate a signature.

Applies to