次の方法で共有


WsFederationConfiguration.CustomAttributes プロパティ

定義

構成ファイルで <wsFederation> の要素で指定された追加属性を含む辞書を取得します。

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

プロパティ値

追加の属性を格納している辞書。

適用対象

こちらもご覧ください