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^)
.NET Framework (current version)
Initializes a new instance of AsymmetricSecurityBindingElement with the specified recipient token parameters.
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).
The following members are set by this constructor:
Member | Value |
|---|---|
false | |
null | |
recipientTokenParameters | |
false |
.NET Framework
Available since 3.0
Available since 3.0
Show: