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^, SecurityTokenParameters^)

 

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

Namespace:   System.ServiceModel.Channels
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

MessageProtectionOrder

SignBeforeEncrypt

RequireSignatureConfirmation

false

InitiatorTokenParameters

initiatorTokenParameters

RecipientTokenParameters

recipientTokenParameters

AllowSerializedSigningTokenOnReply

false

The following code shows one way to call this constructor.

No code example is currently available or this language may not be supported.

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