FederatedMessageSecurityOverHttpElement.TokenRequestParameters 属性

定义

获取配置元素的集合,这些元素指定请求令牌时要在消息正文中发送至安全令牌服务的其他 XML 元素。Gets a collection of configuration elements that specify additional XML elements to be sent in the message body to the Security Token Service when requesting a token.

public:
 property System::ServiceModel::Configuration::XmlElementElementCollection ^ TokenRequestParameters { System::ServiceModel::Configuration::XmlElementElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("tokenRequestParameters")]
public System.ServiceModel.Configuration.XmlElementElementCollection TokenRequestParameters { get; }
[<System.Configuration.ConfigurationProperty("tokenRequestParameters")>]
member this.TokenRequestParameters : System.ServiceModel.Configuration.XmlElementElementCollection
Public ReadOnly Property TokenRequestParameters As XmlElementElementCollection

属性值

XmlElementElementCollection

配置元素的集合,这些元素指定请求令牌时要在消息正文中发送至安全令牌服务的其他 XML 元素。A collection of configuration elements that specify additional XML elements to be sent in the message body to the Security Token Service when requesting a token.

属性

适用于