SecurityMessageProperty.IncomingSupportingTokens 属性

定义

获取或设置传入支持令牌的集合。

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Security::SupportingTokenSpecification ^> ^ IncomingSupportingTokens { System::Collections::ObjectModel::Collection<System::ServiceModel::Security::SupportingTokenSpecification ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Security.SupportingTokenSpecification> IncomingSupportingTokens { get; }
member this.IncomingSupportingTokens : System.Collections.ObjectModel.Collection<System.ServiceModel.Security.SupportingTokenSpecification>
Public ReadOnly Property IncomingSupportingTokens As Collection(Of SupportingTokenSpecification)

属性值

一个 Collection<T> 类型的 SupportingTokenSpecification

注解

支持令牌除了提供包含在绑定的主体令牌中的声明之外,还提供其他声明。 支持令牌的范围可以是不同于绑定的范围。

适用于