TestTokenCreator.CreateClaimsSetWithInstanceOverrides Method

Definition

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.

Applies to