SecurityBindingElement::CreateCertificateSignatureBindingElement Method ()
.NET Framework (current version)
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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: static AsymmetricSecurityBindingElement^ CreateCertificateSignatureBindingElement()
Return Value
Type: System.ServiceModel.Channels::AsymmetricSecurityBindingElement^A AsymmetricSecurityBindingElement object.
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
Available since 3.0
Show: