MsmqBindingElementBase.MsmqTransportSecurity 属性
定义
获取与此绑定元素关联的 MsmqTransportSecurity。Gets the MsmqTransportSecurity that is associated with this binding element.
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。The MsmqTransportSecurity that is associated with this binding element.
注解
MsmqTransportSecurity 可包装 MSMQ 集成传输的安全设置。MsmqTransportSecurity encapsulates the security settings for the MSMQ integration transport. MSMQ 集成传输和排队传输的设置是相同的。The settings are the same for both the MSMQ integration and queued transports. MsmqTransportSecurity 允许你设置身份验证模式、加密算法、安全哈希算法和保护级别。MsmqTransportSecurity allows you to set the authentication mode, encryption algorithm, secure hash algorithm, and protection level.