JsonWebToken.SigningKey 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 the SecurityKey that was used to sign this token.
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
If the JWT was not signed or validated, this value will be null.