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.

AsymmetricSecurityBindingElement Constructor (SecurityTokenParameters^)

 

Initializes a new instance of AsymmetricSecurityBindingElement with the specified recipient token parameters.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
AsymmetricSecurityBindingElement(
	SecurityTokenParameters^ recipientTokenParameters
)

Parameters

recipientTokenParameters
Type: System.ServiceModel.Security.Tokens::SecurityTokenParameters^

Defines the token for the recipient (for example, the server's X.509 certificate).

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