SecurityMessageProperty.OutgoingSupportingTokens 屬性

定義

取得傳出之 SupportingTokenSpecification 物件的集合。

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

屬性值

Collection<SupportingTokenSpecification>

傳出之支援權杖的集合。

適用於