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::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).

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateCertificateOverTransportBindingElement()

Creates a security binding element that expects clients to do certificate-based authentication using SOAP message security.

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

System_CAPS_noteNote

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.

Return to top
Show:
© 2017 Microsoft