MsmqTransportSecurityElement.MsmqAuthenticationMode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与 MsmqAuthenticationMode 类的此实例相关联的 MsmqTransportSecurity。
public:
property System::ServiceModel::MsmqAuthenticationMode MsmqAuthenticationMode { System::ServiceModel::MsmqAuthenticationMode get(); void set(System::ServiceModel::MsmqAuthenticationMode value); };
[System.Configuration.ConfigurationProperty("msmqAuthenticationMode", DefaultValue=System.ServiceModel.MsmqAuthenticationMode.WindowsDomain)]
public System.ServiceModel.MsmqAuthenticationMode MsmqAuthenticationMode { get; set; }
[<System.Configuration.ConfigurationProperty("msmqAuthenticationMode", DefaultValue=System.ServiceModel.MsmqAuthenticationMode.WindowsDomain)>]
member this.MsmqAuthenticationMode : System.ServiceModel.MsmqAuthenticationMode with get, set
Public Property MsmqAuthenticationMode As MsmqAuthenticationMode
属性值
与 MsmqAuthenticationMode 类的此实例相关联的 MsmqTransportSecurity。
- 属性
注解
消息队列 (MSMQ) 可以对发送给要求身份验证的消息队列的消息进行身份验证,或者消息可显式请求进行身份验证。 默认身份验证模式为 WindowsDomain。