Share via


SignedHttpRequestDescriptor.AdditionalHeaderClaims Property

Definition

Gets or sets the Dictionary<TKey,TValue> which contains any custom header claims that need to be added to the SignedHttpRequest token header. The 'alg', 'kid', and 'x5t' claims are added by default based on the provided SigningCredentials and SHOULD NOT be included in this dictionary as this will result in an exception being thrown.

public System.Collections.Generic.IDictionary<string,object> AdditionalHeaderClaims { get; set; }
member this.AdditionalHeaderClaims : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property AdditionalHeaderClaims As IDictionary(Of String, Object)

Property Value

Applies to