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^)
.NET Framework (current version)
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.
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
Available since 3.0
Show: