MsmqIntegrationSecurityElement.Transport 属性

定义

获取与消息队列 (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

属性值

MsmqTransportSecurityElement

与消息队列集成通道相关联的 MsmqTransportSecurity

属性

注解

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

适用于