SecurityTokenDescriptor.Claims Property

Definition

Gets or sets the Dictionary<TKey,TValue> which represents the claims that will be used when creating a security token. If both Claims and Subject are set, the claim values in Subject will be combined with the values in Claims. The values found in Claims take precedence over those found in Subject, so any duplicate values will be overridden.

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

Property Value

Applies to