MsmqBindingElementBase.MsmqTransportSecurity Property

Definition

Gets the MsmqTransportSecurity that is associated with this binding element.

public:
 property System::ServiceModel::MsmqTransportSecurity ^ MsmqTransportSecurity { System::ServiceModel::MsmqTransportSecurity ^ get(); };
public System.ServiceModel.MsmqTransportSecurity MsmqTransportSecurity { get; }
member this.MsmqTransportSecurity : System.ServiceModel.MsmqTransportSecurity
Public ReadOnly Property MsmqTransportSecurity As MsmqTransportSecurity

Property Value

The MsmqTransportSecurity that is associated with this binding element.

Remarks

MsmqTransportSecurity encapsulates the security settings for the MSMQ integration transport. The settings are the same for both the MSMQ integration and queued transports. MsmqTransportSecurity allows you to set the authentication mode, encryption algorithm, secure hash algorithm, and protection level.

Applies to