MsmqIntegrationSecurityElement.Transport Property

Definition

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.

Applies to