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^, SecurityTokenParameters^)
.NET Framework (current version)
Initializes a new instance of AsymmetricSecurityBindingElement with the specified recipient and initiator token parameters.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public:
AsymmetricSecurityBindingElement(
SecurityTokenParameters^ recipientTokenParameters,
SecurityTokenParameters^ initiatorTokenParameters
)
Parameters
- recipientTokenParameters
-
Type:
System.ServiceModel.Security.Tokens::SecurityTokenParameters^
Defines the token for the recipient (for example the server's X.509 certificate).
- initiatorTokenParameters
-
Type:
System.ServiceModel.Security.Tokens::SecurityTokenParameters^
Defines the token for the initiator (for example, the client's X.509 certificate).
The following members are set by this constructor:
Member | Value |
|---|---|
false | |
initiatorTokenParameters | |
recipientTokenParameters | |
false |
.NET Framework
Available since 3.0
Available since 3.0
Show: