JwtSecurityToken.SigningToken Property

Gets or sets the SecurityToken that contains a SecurityKey that signed this instance.

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)

Syntax

'Declaration
Public Property SigningToken As SecurityToken
public SecurityToken SigningToken { get; set; }
public:
property SecurityToken^ SigningToken {
    SecurityToken^ get ();
    void set (SecurityToken^ value);
}
member SigningToken : SecurityToken with get, set
function get SigningToken () : SecurityToken 
function set SigningToken (value : SecurityToken)

Property Value

Type: System.IdentityModel.Tokens.SecurityToken
Returns SecurityToken.

Remarks

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

.NET Framework Security

See Also

Reference

JwtSecurityToken Class

System.IdentityModel.Tokens Namespace