SignedHttpRequestDescriptor.AdditionalPayloadClaims Property

Definition

Overloads

AdditionalPayloadClaims

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.

AdditionalPayloadClaims

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