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::CreateAnonymousForCertificateBindingElement Method ()
.NET Framework (current version)
Creates a symmetric security binding element that is configured for anonymous client authentication and certificate-based server authentication.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: static SymmetricSecurityBindingElement^ CreateAnonymousForCertificateBindingElement()
Return Value
Type: System.ServiceModel.Channels::SymmetricSecurityBindingElement^A SymmetricSecurityBindingElement that holds the new binding.
The client and server must be configured out of band with the service certificate.
The binding is created with MessageSecurityVersion set to WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11 and RequireSignatureConfirmation set to true.
.NET Framework
Available since 3.0
Available since 3.0
Show: