SecurityBindingElement::CreateCertificateOverTransportBindingElement Method ()
Creates a security binding element that expects clients to do certificate-based authentication using SOAP message security.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: static TransportSecurityBindingElement^ CreateCertificateOverTransportBindingElement()
Return Value
Type: System.ServiceModel.Channels::TransportSecurityBindingElement^A TransportSecurityBindingElement object.
This binding element expects the transport to provide server authentication as well as message protection (for example, HTTPS).
The binding element is configured to use the Default property of the MessageSecurityVersion class.
The created binding has IncludeTimestamp set to true.
The LocalClientSecuritySettings object returned from LocalClientSettings has its DetectReplays property set to false.
The LocalServiceSecuritySettings object returned from LocalServiceSettings has its DetectReplays property set to false.
Available since 3.0