Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IssuedSecurityTokenParameters::CreateRequestParameters Method (MessageSecurityVersion^, SecurityTokenSerializer^)

 

Creates a collection of issued token request parameter XML elements that get included in the request sent by the client to the security token service.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
Collection<XmlElement^>^ CreateRequestParameters(
	MessageSecurityVersion^ messageSecurityVersion,
	SecurityTokenSerializer^ securityTokenSerializer
)

Parameters

messageSecurityVersion
Type: System.ServiceModel::MessageSecurityVersion^

The message security version.

securityTokenSerializer
Type: System.IdentityModel.Selectors::SecurityTokenSerializer^

The security token serializer.

Return Value

Type: System.Collections.ObjectModel::Collection<XmlElement^>^

A Collection<T> that contains XML elements that represent the request parameters.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft