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::CreateCertificateSignatureBindingElement Method ()

 

Creates a binding element using a certificate to sign messages. This binding element can be used only for one-way message exchanges and is capable only of signing the message.

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

public:
static AsymmetricSecurityBindingElement^ CreateCertificateSignatureBindingElement()

The LocalClientSecuritySettings object returned from LocalClientSettings has its DetectReplays property set to false.

This binding element requires the client to configure a certificate for authentication purposes.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft