TestTokenCreator.CreateClaimsSetWithInstanceOverrides Method
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.
Creates a default set of claims based on the instance values.
public System.Collections.Generic.Dictionary<string,object> CreateClaimsSetWithInstanceOverrides ();
member this.CreateClaimsSetWithInstanceOverrides : unit -> System.Collections.Generic.Dictionary<string, obj>
Public Function CreateClaimsSetWithInstanceOverrides () As Dictionary(Of String, Object)
Returns
A Dictionary<TKey,TValue> representing the claims of a token to create.