SecurityTokenDescriptor.IncludeKeyIdInHeader Property

Definition

Indicates if kid and x5t should be included in the header of a JSON web token (JWT)

<remarks> Only applies to JWTs </remarks>
public bool IncludeKeyIdInHeader { get; set; }
member this.IncludeKeyIdInHeader : bool with get, set
Public Property IncludeKeyIdInHeader As Boolean

Property Value

Applies to