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 要素の内容を表します。 この省略可能な要素は、トークンの使用が許可されている追加の参加者を識別します。

適用対象