SecurityToken.SigningKey Property

Definition

This must be overridden to get or set the SecurityKey that signed this instance.

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

Property Value

Remarks

ISecurityTokenValidator.ValidateToken(...) can this value when a SecurityKey is used to successfully validate a signature.

Applies to