The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SecurityTokenRequirement::Properties Property
.NET Framework (current version)
Gets a collection of the non-static properties for the current SecurityTokenRequirement instance.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: property IDictionary<String^, Object^>^ Properties { IDictionary<String^, Object^>^ get(); }
Property Value
Type: System.Collections.Generic::IDictionary<String^, Object^>^An IDictionary<TKey, TValue> that contains a collection of the non-static properties for the current SecurityTokenRequirement instance.
Use the values of the KeySizeProperty, KeyTypeProperty, KeyUsageProperty, TokenTypeProperty properties as indexes into the collection to get a specific property value.
.NET Framework
Available since 3.0
Available since 3.0
Show: