Share via


RequestSecurityToken.Participants Eigenschaft

Definition

Ruft die Teilnehmer ab, die berechtigt sind, das ausgestellte Token zu verwenden, oder legt diese fest.

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

Eigenschaftswert

Ein Participants, das die Teilnehmer enthält, die berechtigt sind, um das ausgestellte Token zu verwenden.

Hinweise

Stellt den Inhalt des wst:Participants-Elements dar. Dieses optionale Element identifiziert zusätzliche Teilnehmer, die für die Verwendung des Tokens autorisiert sind.

Gilt für: