Share via


SignedHttpRequestDescriptor.AdditionalPayloadClaims Property

Definition

Gets or sets the Dictionary<TKey,TValue> which contains any custom payload claims that need to be added to the SignedHttpRequest token payload. Default SignedHttpRequest payload claims (SignedHttpRequestClaimTypes) will NOT be overwritten by AdditionalPayloadClaims.

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

Property Value

Applies to