Condividi tramite


SecurityTokenRequirement.Properties Proprietà

Definizione

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

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à

Interfaccia IDictionary<TKey,TValue> contenente una raccolta delle proprietà non statiche relative all'istanza corrente di SecurityTokenRequirement.

Commenti

Utilizzare i valori delle proprietà KeySizeProperty, KeyTypeProperty, KeyUsageProperty, TokenTypeProperty come indici nella raccolta per ottenere un valore specifico di una proprietà.

Si applica a