TokenValidationParameters.InstancePropertyBag Property

Definition

Gets a IDictionary<TKey,TValue> that is unique to this instance. Calling Clone() will result in a new instance of this IDictionary.

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

Property Value

Applies to