Condividi tramite


SecurityTokenRequirement.Properties Proprietà

Definizione

Ottiene una raccolta delle proprietà non statiche per l'istanza corrente SecurityTokenRequirement .

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)

Valore della proprietà

Oggetto IDictionary<TKey,TValue> contenente una raccolta delle proprietà non statiche per l'istanza corrente SecurityTokenRequirement .

Commenti

Usare i valori delle KeySizePropertyproprietà , KeyTypePropertyKeyUsageProperty, , TokenTypeProperty come indici nell'insieme per ottenere un valore di proprietà specifico.

Si applica a