Compartilhar via


Participants.Participant Propriedade

Definição

Obtém a lista de participantes que têm permissão para usar o 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 da propriedade

A lista de participantes. Cada item na lista contém o conteúdo de um elemento wst:Participant.

Aplica-se a