Share via


RequestSecurityToken.Participants 속성

정의

발급된 토큰을 사용할 수 있는 권한이 부여된 참여자를 가져오거나 설정합니다.

public:
 property System::IdentityModel::Protocols::WSTrust::Participants ^ Participants { System::IdentityModel::Protocols::WSTrust::Participants ^ get(); void set(System::IdentityModel::Protocols::WSTrust::Participants ^ value); };
public System.IdentityModel.Protocols.WSTrust.Participants Participants { get; set; }
member this.Participants : System.IdentityModel.Protocols.WSTrust.Participants with get, set
Public Property Participants As Participants

속성 값

발급된 토큰을 사용할 수 있는 권한이 부여된 참여자를 포함하는 Participants입니다.

설명

Wst:Participants 요소의 콘텐츠를 나타냅니다. 이 선택적 요소는 토큰을 사용 하도록 권한이 부여 된 추가 참가자를 식별 합니다.

적용 대상