Dela via


JsonWebToken.X5t Property

Definition

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.

Applies to