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

備註

支援權杖會為繫結提供主體權杖內所含宣告以外的其他宣告。 支援權杖可以設定不同於該繫結的範圍。

適用於