Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets the MsmqTransportSecurity that is associated with this binding element.

Namespace:   System.ServiceModel.Channels
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
Return to top
Show:
© 2017 Microsoft