SecurityToken.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.
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.