MsmqIntegrationSecurityMode 枚举
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
MsmqIntegrationSecurityMode 为指定 MSMQ 集成通道支持的安全模式的枚举。
public enum class MsmqIntegrationSecurityMode
C#
public enum MsmqIntegrationSecurityMode
type MsmqIntegrationSecurityMode =
Public Enum MsmqIntegrationSecurityMode
- 继承
名称 | 值 | 说明 |
---|---|---|
None | 0 | 无安全性。 |
Transport | 1 | 使用 MSMQ 传输安全。 |
可以在 security 节的配置文件中<设置此枚举。> 另外,也可通过将相应的值传递到 MsmqIntegrationBinding 类的构造函数中,来在代码中对其进行设置。
产品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |