SignedHttpRequestDescriptor.AdditionalPayloadClaims 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.
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)