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 集合之權杖型別的權杖,服務就不會拒絕該訊息。

適用於