<sslStreamSecurity>

Represents a custom binding element that supports channel security using an SSL stream.

Schema Hierarchy

<system.serviceModel>
  <bindings>
    <customBinding>
      <binding>
        <sslStreamSecurity>

Syntax

<sslStreamSecurity requireClientCertificate="Boolean" />

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description

requireClientCertificate

A Boolean value that specifies if a client certificate is required for this binding. The default is false.

Child Elements

None.

Parent Elements

Element Description

<binding>

Defines all binding capabilities of the custom binding.

See Also

Reference

<customBinding>
SslStreamSecurityElement
CustomBinding
SslStreamSecurityBindingElement

Other Resources

Windows Communication Foundation Bindings
Extending Bindings
Custom Bindings


© 2007 Microsoft Corporation. All rights reserved.
Last Published: 2010-01-05