JwtHeader.X5c 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 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.