The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MsmqBindingElementBase::MsmqTransportSecurity Property
.NET Framework (current version)
Gets the MsmqTransportSecurity that is associated with this binding element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property MsmqTransportSecurity^ MsmqTransportSecurity { MsmqTransportSecurity^ get(); internal: void set(MsmqTransportSecurity^ value); }
Property Value
Type: System.ServiceModel::MsmqTransportSecurity^The MsmqTransportSecurity that is associated with this binding element.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: