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 options for streaming security of the custom binding.
<system.serviceModel>
<bindings>
<customBinding>
<binding>
<windowsStreamSecurity>
<windowsStreamSecurity protectionLevel="None/Sign/EncryptAndSign"/>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
protectionLevel |
Defines message-level security. Signing messages mitigates the risk of a third party tampering with the message while it is being transferred. Encryption provides data-level privacy during transport. Valid values include the following:
The default is EncryptAndSign. This attribute is of type ProtectionLevel. |
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.