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 集合中指定的令牌类型相符的令牌,服务也不会拒绝该消息。

适用于