JwtHeader.X5c Property

Definition

Gets the certificate used to sign the token

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

Property Value

Remarks

If the 'x5c' claim is not found, null is returned.

Applies to