Share via


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>

나가는 지원 토큰의 컬렉션입니다.

적용 대상