MsmqAuthenticationMode 枚举

定义

指定用于绑定的身份验证的类型。

public enum class MsmqAuthenticationMode
public enum MsmqAuthenticationMode
type MsmqAuthenticationMode = 
Public Enum MsmqAuthenticationMode
继承
MsmqAuthenticationMode

字段

Certificate 2

客户端通过 X.509 证书进行身份验证。 客户端证书必须显示在服务器的证书存储区中。

None 0

此绑定未使用任何安全性。

WindowsDomain 1

通过 Kerberos 进行身份验证。 客户端和服务器必须连接到受信任域。

注解

此枚举中的值用于

指示 MSMQ 传输必须采用什么方式对消息进行身份验证的 MsmqAuthenticationMode 属性。

如果通过将 MsmqTransportSecurity.MsmqAuthenticationMode 属性设置为来关闭安全性 None ,则 MsmqTransportSecurity.MsmqProtectionLevel 还必须将属性设置为以 ProtectionLevel.None 实现一致性。

适用于