Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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

Namespace:   System.IdentityModel.Selectors
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
Return to top
Show:
© 2017 Microsoft