MsmqIntegrationSecurity.Transport Property

Definition

Gets the MsmqTransportSecurity that is associated with the Message Queuing (MSMQ) integration channel.

public:
 property System::ServiceModel::MsmqTransportSecurity ^ Transport { System::ServiceModel::MsmqTransportSecurity ^ get(); };
public:
 property System::ServiceModel::MsmqTransportSecurity ^ Transport { System::ServiceModel::MsmqTransportSecurity ^ get(); void set(System::ServiceModel::MsmqTransportSecurity ^ value); };
public System.ServiceModel.MsmqTransportSecurity Transport { get; }
public System.ServiceModel.MsmqTransportSecurity Transport { get; set; }
member this.Transport : System.ServiceModel.MsmqTransportSecurity
member this.Transport : System.ServiceModel.MsmqTransportSecurity with get, set
Public ReadOnly Property Transport As MsmqTransportSecurity
Public Property Transport As MsmqTransportSecurity

Property Value

The MsmqTransportSecurity that is associated with the Message Queuing integration channel.

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 enables you to set the Authentication Mode, Encryption Algorithm, Secure Hash Algorithm, and Protection Level.

Applies to