다음을 통해 공유


OperationContext.SupportingTokens 속성

정의

ICollection<T> 형식의 SecurityToken을 가져옵니다.

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

속성 값

ICollection<SupportingTokenSpecification>

보안 토큰의 컬렉션입니다.

적용 대상