共用方式為


SecurityTokenRequirement.Properties 屬性

定義

取得目前 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)

屬性值

IDictionary<TKey,TValue>,其中包含目前 SecurityTokenRequirement 執行個體的非靜態屬性集合。

備註

使用 KeySizePropertyKeyTypePropertyKeyUsagePropertyTokenTypeProperty 屬性值做為集合中的索引,以取得特定屬性值。

適用於