Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
Defines all binding capabilities of the custom binding. |
See Also
Reference
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.