MsmqBindingElementBase.MsmqTransportSecurity 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 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.