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.

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.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateMutualCertificateBindingElement()

Creates an asymmetric security binding element that is configured to require certificate-based client authentication as well as certificate-based server authentication.

System_CAPS_pubmethodSystem_CAPS_staticCreateMutualCertificateBindingElement(MessageSecurityVersion^)

Creates an asymmetric security binding element that is configured to require certificate-based client authentication as well as certificate-based server authentication.

System_CAPS_pubmethodSystem_CAPS_staticCreateMutualCertificateBindingElement(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.

Return to top
Show:
© 2017 Microsoft