JsonWebToken.SigningKey Property

Definition

Overloads

SigningKey

Gets or sets the SecurityKey that was used to sign this token.

SigningKey

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.

Applies to