TokenValidationParameters.InstancePropertyBag 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 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)