RequestSecurityToken.Participants Propiedad

Definición

Obtiene o establece los participantes que están autorizados para usar el token emitido.

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

Valor de propiedad

que Participants contiene los participantes que están autorizados para usar el token emitido.

Comentarios

Representa el contenido del elemento wst:Participants. Este elemento opcional identifica a los participantes adicionales que están autorizados para usar el token.

Se aplica a