SecurityBindingElement::CreateCertificateOverTransportBindingElement Method
Creates a security binding element that expects clients to do certificate-based authentication using SOAP message security. This binding element expects the transport to provide server authentication as well as message protection (for example, HTTPS).
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateCertificateOverTransportBindingElement() | Creates a security binding element that expects clients to do certificate-based authentication using SOAP message security. |
![]() ![]() | CreateCertificateOverTransportBindingElement(MessageSecurityVersion^) | Creates a security binding element that expects clients to do certificate-based authentication using SOAP message security. |
The client must be configured with a certificate it uses for authentication.
Note |
|---|
Once a SecurityBindingElement object is created by calling this method, the MessageSecurityVersion property should be treated as immutable. Inconsistent binding behavior may occur if this value is modified. |


