Share via


JsonWebToken.Kid Property

Definition

Gets the 'value' of the 'kid' claim from the header.

public string Kid { get; }
member this.Kid : string
Public ReadOnly Property Kid As String

Property Value

Remarks

'kid'is a hint indicating which key was used to secure the JWS. see: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.4 (JWS) see: https://datatracker.ietf.org/doc/html/rfc7516#section-4.1.6 (JWE)

If the 'kid' claim is not found, an empty string is returned.

Applies to