다음을 통해 공유


Participants.Participant 속성

정의

토큰을 사용할 수 있는 권한이 부여된 참여자의 목록을 가져옵니다.

public:
 property System::Collections::Generic::List<System::IdentityModel::Protocols::WSTrust::EndpointReference ^> ^ Participant { System::Collections::Generic::List<System::IdentityModel::Protocols::WSTrust::EndpointReference ^> ^ get(); };
public System.Collections.Generic.List<System.IdentityModel.Protocols.WSTrust.EndpointReference> Participant { get; }
member this.Participant : System.Collections.Generic.List<System.IdentityModel.Protocols.WSTrust.EndpointReference>
Public ReadOnly Property Participant As List(Of EndpointReference)

속성 값

참가자 목록입니다. 목록의 각 항목에 wst:Participant 요소의 내용이 포함됩니다.

적용 대상