SecurityTokenDescriptor.Claims 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 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)