SecurityBindingElement::CreateSecureConversationBindingElement Method
Creates a symmetric security binding element that is configured to establish a secure conversation between the client and service. The security context token issued at the end of the secure conversation handshake is used to secure the messages.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateSecureConversationBindingElement(SecurityBindingElement^) | Creates a symmetric security binding element that is configured to establish a secure conversation between the client and service. The security context token issued at the end of the secure conversation handshake is used to secure the messages. The bootstrap security binding element specifies how the secure conversation handshake messages are secured. |
![]() ![]() | CreateSecureConversationBindingElement(SecurityBindingElement^, Boolean) | Creates a symmetric security binding element that is configured to establish a secure conversation between the client and service. The security context token issued at the end of the secure conversation handshake is used to secure the messages. |
![]() ![]() | CreateSecureConversationBindingElement(SecurityBindingElement^, Boolean, ChannelProtectionRequirements^) | Creates a symmetric security binding element that is configured to establish a secure conversation between the client and service. The security context token issued at the end of the secure conversation handshake is used to secure the messages. The bootstrap security binding element specifies how the secure conversation handshake messages are secured. |

