Share via


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)

プロパティ値

現在の SecurityTokenRequirement インスタンスの非静的プロパティのコレクションを格納している IDictionary<TKey,TValue>

注釈

KeySizePropertyKeyTypePropertyKeyUsagePropertyTokenTypeProperty プロパティの値をコレクションのインデックスとして使用して、特定のプロパティの値を取得します。

適用対象