次の方法で共有


<sslStreamSecurity>

Specifies the security settings for a SSL stream binding.

<system.serviceModel>

  <bindings>

    <customBinding>

      <binding>

        <sslStreamSecurity>

                                    
                                    <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

SslStreamSecurityElement

Footer image

Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.