SecurityBindingElement::CreateMutualCertificateBindingElement Method
Creates an asymmetric security binding element that is configured to require certificate-based client authentication as well as certificate-based server authentication.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateMutualCertificateBindingElement() | Creates an asymmetric security binding element that is configured to require certificate-based client authentication as well as certificate-based server authentication. |
![]() ![]() | CreateMutualCertificateBindingElement(MessageSecurityVersion^) | Creates an asymmetric security binding element that is configured to require certificate-based client authentication as well as certificate-based server authentication. |
![]() ![]() | CreateMutualCertificateBindingElement(MessageSecurityVersion^, Boolean) | Creates an asymmetric security binding element that is configured to require certificate-based client authentication as well as certificate-based server authentication. |
The client must be configured with its certificate as well as the server's certificate. The server must be configured with its certificate.

