FederatedMessageSecurityOverHttp.TokenRequestParameters Propriedade

Definição

Obtém uma coleção de elementos XML a serem enviados no corpo da mensagem para o serviço de token de segurança ao solicitar um token.Gets a collection of XML elements to be sent in the message body to the security token service when requesting a token.

public:
 property System::Collections::ObjectModel::Collection<System::Xml::XmlElement ^> ^ TokenRequestParameters { System::Collections::ObjectModel::Collection<System::Xml::XmlElement ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Xml.XmlElement> TokenRequestParameters { get; }
member this.TokenRequestParameters : System.Collections.ObjectModel.Collection<System.Xml.XmlElement>
Public ReadOnly Property TokenRequestParameters As Collection(Of XmlElement)

Valor da propriedade

Collection<XmlElement>

Um Collection<T> do tipo XmlElement.A Collection<T> of type XmlElement.

Comentários

A coleção retornada por essa propriedade pode ser usada para especificar elementos XML adicionais a serem enviados no corpo da mensagem para o serviço de token de segurança ao solicitar um token.The collection returned by this property can be used to specify additional XML elements to be sent in the message body to the security token service when requesting a token.

Aplica-se a