Share via


JsonWebToken.EncodedHeader Property

Definition

Gets the EncodedHeader from the original raw data of this instance when it was created.

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

Property Value

Remarks

The original Base64UrlEncoded string of the JWT header.

Applies to