SecurityTokenRequirement.Properties Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.