SecurityTokenRequirement.Properties Property

Definition

Gets a collection of the non-static properties for the current SecurityTokenRequirement instance.

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

Property Value

An IDictionary<TKey,TValue> that contains a collection of the non-static properties for the current SecurityTokenRequirement instance.

Remarks

Use the values of the KeySizeProperty, KeyTypeProperty, KeyUsageProperty, TokenTypeProperty properties as indexes into the collection to get a specific property value.

Applies to