Compartir a través de


Participants.Participant Propiedad

Definición

Obtiene la lista de participantes a quienes se permite usar el 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)

Valor de propiedad

Lista de participantes. Cada elemento de la lista tiene el contenido de un elemento wst:Participant.

Se aplica a