JsonWebToken.Kid 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.
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.