<security> of <msmqIntegrationBinding>
Defines MSMQ security settings.
<system.serviceModel>
<bindings>
<msmqIntegrationBinding>
<binding>
<security> of <basicHttpBinding>
<msmqIntegrationBinding>
<binding>
<security mode="None/Transport">
<transport msmqAuthenticationMode="None/Windows/Certificate"
msmqEncryptionAlgorithm="RC4Stream/AES"
msmqProtectionLevel="None/Sign/EncryptAndSign"
msmqSecureHashAlgorithm="MD5/SHA1/SHA256/SHA512" />
<message algorithmSuite="Aes128/Aes192/Aes256/Rsa15Aes128/ Rsa15Aes256/TripleDes"
clientCredentialType="None/Windows/UserName/Certificate/InfoCard"
defaultProtectionLevel="None/Sign/EncryptAndSign" />
</security>
</binding>
</msmqIntegrationBinding>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
mode |
Specifies the type of security that controls integrity, confidentiality and authentication for a MSMQ binding. Valid values include the following:
The default value is None. This attribute is of type MsmqIntegrationSecurityMode. |
Child Elements
Element | Description |
---|---|
transport |
Defines the security settings for the transport. This element is of type MSMQTransportSecurityElement. |
Parent Elements
Element | Description |
---|---|
binding |
The binding element of the <msmqIntegrationBinding>. |
See Also
Reference
MsmqIntegrationSecurityElement
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.