FederatedMessageSecurityOverHttpElement.TokenRequestParameters プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トークンの要求時にセキュリティ トークン サービスに送信される追加の XML 要素をメッセージ本文に指定する構成要素のコレクションを取得します。
public:
property System::ServiceModel::Configuration::XmlElementElementCollection ^ TokenRequestParameters { System::ServiceModel::Configuration::XmlElementElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("tokenRequestParameters")]
public System.ServiceModel.Configuration.XmlElementElementCollection TokenRequestParameters { get; }
[<System.Configuration.ConfigurationProperty("tokenRequestParameters")>]
member this.TokenRequestParameters : System.ServiceModel.Configuration.XmlElementElementCollection
Public ReadOnly Property TokenRequestParameters As XmlElementElementCollection
プロパティ値
トークンの要求時にセキュリティ トークン サービスに送信される追加の XML 要素をメッセージ本文に指定する構成要素のコレクション。
- 属性