Edit

Share via


Participants.Participant Property

Definition

Gets the list of participants that are allowed to use the token.

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)

Property Value

The list of participants. Each item in the list contains the contents of a wst:Participant element.

Applies to