<transport> of <msmqIntegrationBinding>
Defines the security settings for the Message Queuing integration transport.
Schema Hierarchy
<system.serviceModel>
<bindings>
<msmqIntegrationBinding>
<binding>
<security> of <basicHttpBinding>
<transport> of <msmqIntegrationBinding>
Syntax
<security>
<transport msmqAuthenticationMode="None/WindowsDomain/Certificate"
msmqEncryptionAlgorithm="RC4Stream/AES"
msmqProtectionLevel="None/Sign/EncryptAndSign"
msmqSecureHashAlgorithm="MD5/SHA1/SHA256/SHA512" />
</security>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements
Attributes
Attribute | Description |
---|---|
msmqAuthenticationMode |
Specifies how the message must be authenticated by the MSMQ transport. If this is set to None, the value of the msmqProtectionLevel attribute must also be set to None. Valid values include the following:
The default value is WindowsDomain. This attribute is of type MsmqAuthenticationMode. |
msmqEncryptionAlgorithm |
Specifies the algorithm to be used for message encryption on the wire when transferring messages between message queue managers. Valid values include the following:
The default value is RC4Stream. This attribute is of type MsmqEncryptionAlgorithm. |
msmqProtectionLevel |
Specifies how the message is secured at the level of the MSMQ transport. Encryption ensures message integrity while EncryptAndSign ensures both message integrity and non-repudiation; that is, the message indeed comes from the sender and the sender is who he says he is.
The default value is Sign. This attribute is of type ProtectionLevel. |
msmqSecureHashAlgorithm |
The default value is SHA1. This attribute is of type MsmqSecureHashAlgorithm. |
Child Elements
None
Parent Elements
Element | Description |
---|---|
Defines the security settings for a MSMQ binding. |
Remarks
This element encapsulates the security settings for the Message Queuing integration transport. The settings are the same for both the Message Queuing integration and queued transports. It enables you to set the Authentication Mode, Encryption Algorithm, Secure Hash Algorithm, and Protection Level.
See Also
Reference
MsmqTransportSecurityElement
Transport
Transport
MsmqTransportSecurity
Concepts
Other Resources
Securing Services and Clients
Securing Services and Clients
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients
© 2007 Microsoft Corporation. All rights reserved.
Last Published: 2010-01-05