SecurityBindingElement.OptionalOperationSupportingTokenParameters プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トークン パラメーターをサポートするオプション操作のコレクションを取得します。
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<TKey,TValue> 型 (キー) および String 型 (値) の SupportingTokenParameters。
注釈
サポート トークンはバインドのために、プライマリ トークンに含まれていない追加クレームを提供します。 トークンのサポートにより、バインドと異なるスコープ (この場合は操作) を対象にできます。 サービスは、OptionalOperationSupportingTokenParameters コレクションで指定されているトークンの種類に対応するトークンを含まないメッセージの場合でも、メッセージを破棄しません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET