JsonWebToken.X5t 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 'x5t' claim from the header.
public string X5t { get; }
member this.X5t : string
Public ReadOnly Property X5t As String
Property Value
Remarks
Is the base64url-encoded SHA-1 thumbprint(a.k.a.digest) of the DER encoding of the X.509 certificate used to sign this token. See: https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.7.
If the 'x5t' claim is not found, an empty string is returned.