SecurityTokenDescriptor.IncludeKeyIdInHeader 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.
Indicates if kid
and x5t
should be included in the header of a JSON web token (JWT)
public bool IncludeKeyIdInHeader { get; set; }
member this.IncludeKeyIdInHeader : bool with get, set
Public Property IncludeKeyIdInHeader As Boolean