MsmqIntegrationSecurityElement.Transport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the MsmqTransportSecurity that is associated with the Message Queuing (MSMQ) integration channel.
public:
property System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.MsmqTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.MsmqTransportSecurityElement
Public ReadOnly Property Transport As MsmqTransportSecurityElement
Property Value
The MsmqTransportSecurity that is associated with the Message Queuing integration channel.
- Attributes
Remarks
MsmqTransportSecurity encapsulates the security settings for the Message Queuing integration transport. The settings are the same for both the Message Queuing integration and queued transports. MsmqTransportSecurity allows you to set the Authentication Mode, Encryption Algorithm, Secure Hash Algorithm, and Protection Level.