SecurityMessageProperty.IncomingSupportingTokens 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置传入支持令牌的集合。
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。
注解
支持令牌除了提供包含在绑定的主体令牌中的声明之外,还提供其他声明。 支持令牌的范围可以是不同于绑定的范围。