Share via


SecurityTokenRequirement.Properties Propriété

Définition

Obtient une collection des propriétés non statiques pour l'instance SecurityTokenRequirement en cours.

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)

Valeur de propriété

IDictionary<TKey,TValue> qui contient une collection des propriétés non statiques pour l’instance SecurityTokenRequirement en cours.

Remarques

Utilisez les valeurs des propriétés KeySizeProperty, KeyTypeProperty, KeyUsageProperty et TokenTypeProperty comme index dans la collection pour obtenir une valeur de propriété spécifique.

S’applique à