MsmqIntegrationSecurityElement.Transport 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与消息队列 (MSMQ) 集成通道相关联的 MsmqTransportSecurity。
public:
property System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.MsmqTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.MsmqTransportSecurityElement
Public ReadOnly Property Transport As MsmqTransportSecurityElement
属性值
与消息队列集成通道相关联的 MsmqTransportSecurity。
- 属性
注解
MsmqTransportSecurity 可包装消息队列集成传输的安全设置。 消息队列集成传输和排队传输的设置是相同的。 使用 MsmqTransportSecurity 可以设置身份验证模式、加密算法、安全哈希算法和保护级别。