Condividi tramite


JsonWebToken.EncodedHeader Property

Definition

Overloads

EncodedHeader

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

EncodedHeader

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