MsmqElementBase.MsmqTransportSecurity 属性

定义

获取一个 MsmqTransportSecurityElement 实例,该实例封装绑定的传输安全设置。

public:
 property System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ MsmqTransportSecurity { System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("msmqTransportSecurity")]
public System.ServiceModel.Configuration.MsmqTransportSecurityElement MsmqTransportSecurity { get; }
[<System.Configuration.ConfigurationProperty("msmqTransportSecurity")>]
member this.MsmqTransportSecurity : System.ServiceModel.Configuration.MsmqTransportSecurityElement
Public ReadOnly Property MsmqTransportSecurity As MsmqTransportSecurityElement

属性值

一个 MsmqTransportSecurityElement 实例,该实例封装绑定的传输安全设置。

属性

适用于