SecurityBindingElement.OptionalOperationSupportingTokenParameters プロパティ

定義

トークン パラメーターをサポートするオプション操作のコレクションを取得します。

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

プロパティ値

IDictionary<String,SupportingTokenParameters>

IDictionary<TKey,TValue> 型 (キー) および String 型 (値) の SupportingTokenParameters

注釈

サポート トークンはバインドのために、プライマリ トークンに含まれていない追加クレームを提供します。 トークンのサポートにより、バインドと異なるスコープ (この場合は操作) を対象にできます。 サービスは、OptionalOperationSupportingTokenParameters コレクションで指定されているトークンの種類に対応するトークンを含まないメッセージの場合でも、メッセージを破棄しません。

適用対象