Claim.Properties プロパティ

定義

この要求に関連付けられている追加のプロパティを格納するディクショナリを取得します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Properties As IDictionary(Of String, String)

プロパティ値

IDictionary<String,String>

この要求に関連付けられている追加のプロパティを格納するディクショナリ。 プロパティは、名前と値の組として表されます。

注釈

このプロパティは Properties 、要求に関するメタデータまたはその他の情報を関連付ける名前と値のペアのディクショナリを提供します。 SAML トークンから生成された要求の場合、このディクショナリには、クラスの定数によって指定されたキーが ClaimProperties 含まれる場合があります。

適用対象

こちらもご覧ください