共用方式為


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 元素的內容。 這個選擇性元素會識別已獲授權使用令牌的其他參與者。

適用於