Share via


MsmqBindingElementBase.MsmqTransportSecurity 属性

定义

获取与此绑定元素关联的 MsmqTransportSecurity

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

属性值

与此绑定元素关联的 MsmqTransportSecurity

注解

MsmqTransportSecurity 可包装 MSMQ 集成传输的安全设置。 MSMQ 集成传输和排队传输的设置是相同的。 MsmqTransportSecurity 允许设置身份验证模式、加密算法、安全哈希算法和保护级别。

适用于