SecurityTokenRequirement.Properties Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá kolekci nestatické vlastnosti pro aktuální SecurityTokenRequirement instanci.
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)
Hodnota vlastnosti
Obsahuje IDictionary<TKey,TValue> kolekci nestatické vlastnosti pro aktuální SecurityTokenRequirement instanci.
Poznámky
Pomocí hodnot , KeySizeProperty, KeyTypeProperty, KeyUsagePropertyTokenTypeProperty vlastnosti jako indexy do kolekce získat konkrétní hodnotu vlastnosti.